2020-11-24 10:13:25 -08:00
|
|
|
;;;; 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
|
2020-11-24 11:35:05 -08:00
|
|
|
:split-sequence
|
2020-11-24 10:13:25 -08:00
|
|
|
:trivia)
|
|
|
|
:components ((:file "package")
|
|
|
|
(:file "ip-utils")))
|