guile-user
[Top][All Lists]
Advanced

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

Guile-Config 0.1 Released


From: Alex Sassmannshausen
Subject: Guile-Config 0.1 Released
Date: Tue, 16 Feb 2016 10:19:11 +0100
User-agent: mu4e 0.9.13; emacs 24.5.1

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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