Hello,

I've just updated guile-config to version 0.3.1.  This is a small
release, primarily intended to allow use of guile config with Guile 3
installed.

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 find the git repository at:
  https://gitlab.com/a-sassmannshausen/guile-config

After installing autoconf, automake, pkg-config and texinfo, you can
perform the usual
  autoreconf -vif && ./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
and
  guix package -i guile3.0-config

Any feedback or comments welcome.

Happy hacking!

Alex

Reply via email to