Hello, I have the pleasure of officially announcing the first release of Guile-Config. Guile Config is a library providing a declarative approach to application configuration specification. The library provides clean configuration declaration forms, and processors that take care of: - Configuration file creation - Configuration file parsing - Command-line parameter parsing using getopt-long - Basic GNU command-line parameter generation (--help, --usage, --version) - Output generation for (compiled from the configuration declaration): + --help and --usage + --version You can download the release tarball at: http://alex.pompo.co/software/guile-config-0.1.tar.gz You can find the git repository at: https://github.com/a-sassmannshausen/guile-config Both addresses may well be augmented soon to Savannah based addresses. You should only need Guile to perform the usual ./configure && make && make install Documentation can be found as an info manual that is part of the tarball. You can also conveniently install guile-config using Guix: guix package -i guile-config (the patch for guile-config is pending, so the above command will not work yet — but it should in a few days). Any feedback or comments welcome. Happy hacking! Alex