Initial commit

This commit is contained in:
2020-11-24 10:13:25 -08:00
commit 1efe61dabb
5 changed files with 205 additions and 0 deletions
+12
View File
@@ -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")))