ip-utils/ip-utils.asd

13 lines
316 B
Common Lisp

;;;; 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")))