An open API service indexing awesome lists of open source software.

https://github.com/rudolfochrist/liteconf

Simple configuration system for Common Lisp projects
https://github.com/rudolfochrist/liteconf

Last synced: about 2 months ago
JSON representation

Simple configuration system for Common Lisp projects

Awesome Lists containing this project

README

        

# -*- mode: org; -*-
#+STARTUP: showall
#+OPTIONS: toc:nil author:nil
* NAME

liteconf --- Simple configuration system for Common Lisp projects

* DESCRIPTION

A small collection of Makfiles and configure scripts to build Common Lisp projects.
This is heavily inspired by Autotools (Autoconf/Automake).

* AUTHOR

Sebastian Christ ([[mailto:[email protected]]])

* LICENSE

Released under the MPL-2.0 license.

* SEE ALSO

- [[https://www.gnu.org/software/autoconf/][Autoconf]]
- [[https://www.gnu.org/software/automake/][Automake]]