-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
simple-config (https://github.com/compufox/simple-config) is a small library that loads and parses config files that have the form KEY=VALUE, storing the file internally as an alist with KEY being converted into a keyword and VALUE being parsed into its equivalent lisp type (e.g., test=4 gets converted into ((:test . 4)) )
Thank you!