Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
;;;; ip-utils.asd
|
||||
|
||||
(asdf:defsystem #:ip-utils
|
||||
:description "Describe ip-utils here"
|
||||
:author "Your Name <your.name@example.com>"
|
||||
:license "Specify license here"
|
||||
:version "0.0.1"
|
||||
:serial t
|
||||
:depends-on (:cl-ppcre
|
||||
:trivia)
|
||||
:components ((:file "package")
|
||||
(:file "ip-utils")))
|
||||
Reference in New Issue
Block a user