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
+11
View File
@@ -0,0 +1,11 @@
;;;; package.lisp
(defpackage #:ip-utils
(:use #:cl)
(:import-from #:cl-ppcre
#:regex-replace
#:split)
(:import-from #:trivia
#:match))