aboutsummaryrefslogtreecommitdiff
path: root/substrate-hash-table.asd
diff options
context:
space:
mode:
authorsoukev <soukev@soukev.xyz>2026-06-15 18:20:37 +0200
committersoukev <soukev@soukev.xyz>2026-06-15 18:20:37 +0200
commit5fc2c8ee2ffd53aec8c93ff42f42e6433dbdbd67 (patch)
tree8ddd4d934be94a46fef227bd3b3056881bc548ad /substrate-hash-table.asd
Base hash-table convenience functionality
Diffstat (limited to 'substrate-hash-table.asd')
-rw-r--r--substrate-hash-table.asd9
1 files changed, 9 insertions, 0 deletions
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 <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")))))