A support library for Clojure projects generated with ADL
Find a file
2019-05-02 15:59:28 +01:00
doc Documentation; preparation for beta release. 2018-09-22 09:17:56 +01:00
pkg Added a file to ensure the pkg directory exists 2018-09-20 11:00:57 +01:00
src/adl_support Work on auxlists 2018-10-04 22:52:23 +01:00
test/adl_support Added tests for containment; work on menus. 2018-10-04 18:06:49 +01:00
.gitignore Ignore tar files 2018-09-20 10:59:34 +01:00
CHANGELOG.md Merge remote-tracking branch 'origin/develop' into develop 2018-09-22 09:18:54 +01:00
LICENSE Added preliminary files 2018-06-19 16:23:40 +01:00
LICENSE.md lein-release plugin: preparing 0.1.3 release 2018-07-21 10:43:15 +01:00
project.clj Deliberately moved documentation to /docs 2019-05-02 15:59:28 +01:00
README.md Documentation; preparation for beta release. 2018-09-22 09:17:56 +01:00

adl-support

A Clojure library designed to support auto-generated ADL code. This library should normally be included into projects generated by ADL, and consequently is licenced under the MIT license, which is less restrictive than the GNU General Public License which I normally use.

Clojars Project

Usage

You don't really use this; code auto-generated by ADL does. Some functions which may be more generally useful are in adl-support.core, q.v.

License

Copyright © 2018 Simon Brooke

Distributed under the MIT License.