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
- Host: GitHub
- URL: https://github.com/rudolfochrist/liteconf
- Owner: rudolfochrist
- License: mpl-2.0
- Created: 2024-11-11T07:36:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T18:12:24.000Z (5 months ago)
- Last Synced: 2025-02-06T20:39:27.948Z (3 months ago)
- Language: Makefile
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.txt
Awesome Lists containing this project
README
# -*- mode: org; -*-
#+STARTUP: showall
#+OPTIONS: toc:nil author:nil
* NAMEliteconf --- 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]]