changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/skel/tools/pkg.lisp

revision 508: e2d577f31866
parent 469: 7354623e5b54
child 663: cc89b337384b
     1.1--- a/lisp/lib/skel/tools/pkg.lisp	Thu Jul 04 16:42:46 2024 -0400
     1.2+++ b/lisp/lib/skel/tools/pkg.lisp	Thu Jul 04 21:03:47 2024 -0400
     1.3@@ -2,7 +2,7 @@
     1.4 
     1.5 (defpkg :skel/tools/viz
     1.6   (:use :cl :std :skel :dat/dot :obj/graph)
     1.7-  (:export))
     1.8+  (:export :sk-view))
     1.9 
    1.10 (defpkg :skel/tools/deploy
    1.11   (:use :cl :std :skel)