Commit 2f52e6dd authored by Stelian Ionescu's avatar Stelian Ionescu
Browse files

Add ASDF metadata

parent 3ce167a6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@
;;; DEALINGS IN THE SOFTWARE.

(defsystem osicat-tests
  :author "Nikodemus Siivola <nikodemus@random-state.net>"
  :description "Osicat test suite"
  :license "MIT"
  :depends-on (osicat rt)
  :components
  ((:module tests
+3 −0
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@
;;; that might be useful.  --luis

(defsystem osicat
  :author "Nikodemus Siivola <nikodemus@random-state.net>"
  :description "A lightweight operating system interface"
  :license "MIT"
  :depends-on (cffi cffi-grovel alexandria trivial-features)
  :components
  ((:module osicat-sys