r10915: add lml2-tests.asd file
[lml2.git] / package.lisp
index 51a515c343d29de7254cde164373b9ffd561b474..a1a4420e80fa2c0310b915fe44b955ffc50bb77b 100644 (file)
@@ -17,7 +17,7 @@
 (in-package #:cl-user)
 
 (defpackage #:lisp-markup-language-2
-  (:use #:common-lisp)
+  (:use #:common-lisp #:kmrcl)
   (:nicknames #:lml2)
   (:export
 
@@ -61,4 +61,7 @@
    ;; utils.lisp
    #:lml-quit
    #:lml-cwd
+
+   ;; apache-dir
+   #:write-html-apache-directory
 ))