X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=sheep;a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=3012351c0131fb2c702a06e941687b0719d57925;hp=2f5891395ca7ca5bd9b2bf3245ff44354bf94186;hb=683928f;hpb=4c8ef06ce7bff14e78e79051870291d5075c42ea diff --git a/src/main/package.lisp b/src/main/package.lisp index 2f58913..3012351 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -3,3 +3,6 @@ (defpackage #:docgen-func (:use :cl) (:export #:doc->ast #:ast->md)) + +(defpackage #:docgen-pkg (:use :cl) + (:export #:doc->ast #:ast->md))