diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-04-24 15:32:55 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-04-24 15:35:15 +0300 |
| commit | a8948ed1964033a437933db8c687d8c8e26bde44 (patch) | |
| tree | ff8b31a2155b5360bc94aea44c8bf99394e76efa /init.fnl | |
| parent | 54294f7c864b9597c3775793015f600b1022594f (diff) | |
fix: move test library to separate project
Diffstat (limited to 'init.fnl')
| -rw-r--r-- | init.fnl | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,5 @@ (local module-info - {:_VERSION "0.5.1" - :_LICENSE "[MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)" - :_COPYRIGHT "Copyright (C) 2020-2021 Andrey Listopadov" - :_MODULE_NAME "cljlib" + {:_MODULE_NAME "cljlib" :_DESCRIPTION "Fennel-cljlib - functions from Clojure's core.clj implemented on top of Fennel. |