diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2024-01-20 12:28:33 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2024-01-20 12:28:33 -0300 |
commit | 700fa7665403713b2f4f93f4e1a7f99af1030a61 (patch) | |
tree | 29e6b1fb06af8af589b8c3a413b76cfc182cfcd9 /package.lisp | |
parent | a57be65f1003c57c2e39c651b2d6e97e6d853a6b (diff) | |
download | cmamut-main.tar.gz cmamut-main.zip |
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp index 477d049..5660b54 100644 --- a/package.lisp +++ b/package.lisp @@ -1,3 +1,4 @@ (defpackage #:cmamut - (:use #:cl) - (:export #:run)) + (:use #:cffi #:cl) + (:export #:generate-bindings + #:default-name-transformer)) |