1
0
Fork 0
tinmop/src/kami/package.lisp

14 lines
279 B
Common Lisp
Raw Permalink Normal View History

2022-01-02 16:10:05 +01:00
(defpackage :kami
(:use
:cl
:config
:constants
2022-01-09 14:47:22 +01:00
:mtree
:filesystem-tree-window)
(:local-nicknames (:9p :purgatory)
(:a :alexandria))
(:export
:+kami-scheme+
2022-01-15 19:05:08 +01:00
:generate-filesystem-window-handlers
:iri->filesystem-window-handlers))