Commit 327b18edaf61df5627257588bb8e55ee6494c75d

Thomas de Grivel 2017-05-27T21:37:47

Describe system.

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