From 5fc2c8ee2ffd53aec8c93ff42f42e6433dbdbd67 Mon Sep 17 00:00:00 2001 From: soukev Date: Mon, 15 Jun 2026 18:20:37 +0200 Subject: Base hash-table convenience functionality --- substrate-hash-table.asd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 substrate-hash-table.asd (limited to 'substrate-hash-table.asd') diff --git a/substrate-hash-table.asd b/substrate-hash-table.asd new file mode 100644 index 0000000..3a15c88 --- /dev/null +++ b/substrate-hash-table.asd @@ -0,0 +1,9 @@ +(defsystem "substrate-hash-table" + :author "soukev " + :license "GPL 3.0" + :version "0" + :description "Hash-table convinience library" + :components ((:module "src" + :serial t + :components ((:file "package") + (:file "hash-table"))))) -- cgit v1.2.3