Skip to content
Snippets Groups Projects
Commit 38e35b4f authored by Attila Lendvai's avatar Attila Lendvai
Browse files

Fix issue #1, fill in recommended fields in the ASDF systems.

parent 06a3725d
No related branches found
No related tags found
No related merge requests found
(defsystem alexandria-tests (defsystem alexandria-tests
:licence "Public Domain / 0-clause MIT"
:description "Tests for Alexandria, which is a collection of portable public domain utilities."
:author "Nikodemus Siivola <nikodemus@sb-studio.net>, and others."
:depends-on (:alexandria #+sbcl :sb-rt #-sbcl :rt) :depends-on (:alexandria #+sbcl :sb-rt #-sbcl :rt)
:components ((:file "tests"))) :components ((:file "tests")))
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
:version "0.0.0" :version "0.0.0"
:licence "Public Domain / 0-clause MIT" :licence "Public Domain / 0-clause MIT"
:description "Alexandria is a collection of portable public domain utilities." :description "Alexandria is a collection of portable public domain utilities."
:author "Nikodemus Siivola <nikodemus@sb-studio.net>, and others."
:long-description :long-description
"Alexandria is a project and a library. "Alexandria is a project and a library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment