Add a useful description.
This commit is contained in:
parent
6f1edcb56b
commit
22c6356d2c
|
@ -1,7 +1,7 @@
|
||||||
;;;; binary.asd
|
;;;; binary.asd
|
||||||
|
|
||||||
(asdf:defsystem #:binary
|
(asdf:defsystem #:binary
|
||||||
:description "Describe binary here"
|
:description "Utility functions for reading and writing integers from binary arrays."
|
||||||
:author "Kyle Isom <kyle@metacircular.net>"
|
:author "Kyle Isom <kyle@metacircular.net>"
|
||||||
:license "MIT License"
|
:license "MIT License"
|
||||||
:serial t
|
:serial t
|
||||||
|
|
Loading…
Reference in New Issue