guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile Config 0.3.1 Released


From: Alex Sassmannshausen
Subject: Guile Config 0.3.1 Released
Date: Fri, 17 Jan 2020 14:33:58 +0100
User-agent: mu4e 1.2.0; emacs 26.3

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

[Prev in Thread] Current Thread [Next in Thread]