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