Commit e3bd23eb5e717ca3727063e21d635e6ba589807d

Thomas de Grivel 2017-05-27T21:45:43

Describe system.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/cffi-unistd.asd b/cffi-unistd.asd
index 5c5e865..d8636c4 100644
--- a/cffi-unistd.asd
+++ b/cffi-unistd.asd
@@ -6,7 +6,11 @@
 
 (in-package :cffi-unistd.system)
 
-(defsystem "cffi-unistd"
+(defsystem :cffi-unistd
+  :name "cffi-unistd"
+  :author "Thomas de Grivel <thoxdg@gmail.com>"
+  :version "0.1"
+  :description "Common Lisp wrapper for unistd.h"
   :defsystem-depends-on ("cffi-grovel")
   :depends-on ("cffi" "cffi-errno")
   :components