Commit 3fa7c9c85e643f450de3856afd3fd8a405169665

Thomas de Grivel 2017-05-27T21:35:05

Describe system.

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