A support library for Clojure projects generated with ADL
Find a file
2025-05-20 09:49:22 +01:00
docs Merge branch 'develop' (forgot!) 2025-05-20 09:49:22 +01:00
pkg Added a file to ensure the pkg directory exists 2018-09-20 11:00:57 +01:00
src/adl_support Change to git.journeyman.cc as canonical repository 2025-05-20 09:38:32 +01:00
test/adl_support All tests pass; 2019-11-12 15:15:13 +00:00
.gitignore Ignore tar files 2018-09-20 10:59:34 +01:00
CHANGELOG.md Run lein ancient, and updated dependencies except Clojure. All tests pass. 2019-11-15 15:29:15 +00: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 Upversioned to 0.1.7 2025-05-20 09:45:40 +01:00
README.md Change to git.journeyman.cc as canonical repository 2025-05-20 09:38:32 +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.

Note: GitHub

This project was hosted on GitHub at https://github.com/simon-brooke/adl-support. In accordance with journeyman policy the canonical repository is now https://git.journeyman.cc/simon/adl-support. While the GitHub repository still exists it is no longer maintained and will in due course be colled.

License

Copyright © 2018 Simon Brooke

Distributed under the MIT License.