unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile Config 0.3.1 Released
@ 2020-01-17 13:33 Alex Sassmannshausen
  0 siblings, 0 replies; only message in thread
From: Alex Sassmannshausen @ 2020-01-17 13:33 UTC (permalink / raw)
  To: Guile User

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-17 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17 13:33 Guile Config 0.3.1 Released Alex Sassmannshausen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).