Skip to content

Commit

Permalink
Added author field to ASDF systems
Browse files Browse the repository at this point in the history
  • Loading branch information
soemraws committed May 26, 2015
1 parent 11238d3 commit e67749f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cl-libusb.asd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(asdf:defsystem #:cl-libusb
:name "CL-libusb"
:description "Lispified bindings to libusb-0.1."
:author "Sumant Oemrawsingh"
:serial t
:depends-on (#:libusb-ffi #:trivial-garbage)
:components ((:file "package")
Expand Down
1 change: 1 addition & 0 deletions libusb-ffi.asd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
(asdf:defsystem #:libusb-ffi
:name "libusb-ffi"
:description "Common Lisp FFI bindings to libusb-0.1."
:author "Sumant Oemrawsingh"
:serial t
:depends-on (#:cffi #:cffi-grovel #:antik)
:components ((:file "package")
Expand Down

0 comments on commit e67749f

Please sign in to comment.