From 22c6356d2ce54c0e41cb9371ad91097be939a8a0 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 13 Apr 2015 03:03:23 -0700 Subject: [PATCH] Add a useful description. --- binary.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary.asd b/binary.asd index 0b93279..b5c0b81 100644 --- a/binary.asd +++ b/binary.asd @@ -1,7 +1,7 @@ ;;;; binary.asd (asdf:defsystem #:binary - :description "Describe binary here" + :description "Utility functions for reading and writing integers from binary arrays." :author "Kyle Isom " :license "MIT License" :serial t