1 2 3 4 5 6 7 8 9
(defsystem "substrate-hash-table" :author "soukev <soukev@soukev.xyz>" :license "GPL 3.0" :version "1" :description "Hash-table convinience library" :components ((:module "src" :serial t :components ((:file "package") (:file "hash-table")))))