aboutsummaryrefslogtreecommitdiff
path: root/substrate-hash-table.asd
blob: 262084dfd73c1fb77bfcdb85188b3e3f8da3acbd (plain)
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")))))