commit 28b75f8e64f9f951240b4f7fea98f4b3b29c79f6 parent c5b6945192c5a3e7e9bbc30ef8ab0e241366ba60 Author: Risto Stevcev <me@risto.codes> Date: Thu, 31 Aug 2023 22:49:20 +0200 Added exports Diffstat:
M | cl-micropm.lisp | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cl-micropm.lisp b/cl-micropm.lisp @@ -1,5 +1,6 @@ (defpackage micropm - (:use :cl)) + (:use :cl) + (:export #:setup #:setup-asdf-registry)) (in-package :micropm)