1 Star 0 Fork 0

bobwxc / cl-mdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cl-mdb.asd 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
bobwxc 提交于 2022-05-15 10:15 . rewrite ctime.lisp with cffi
(defsystem "cl-mdb"
:description "cl-mdb: a simple in-memory key-value database"
:version "0.1"
:author "bobwxc <bobwxc@yeah.net>"
:licence "MulanPubL-2.0"
:depends-on ("cffi")
:serial t
:components ((:file "tools/cl-murmurhash-3-singlefile")
(:file "tools/ctime")
(:file "tools/snowflake-id")
(:file "packages")
(:file "mdb-index")
(:file "mdb-value")
(:file "mdb")
(:file "mdb-test")
))
Common Lisp
1
https://gitee.com/bobwxc/cl-mdb.git
git@gitee.com:bobwxc/cl-mdb.git
bobwxc
cl-mdb
cl-mdb
master

搜索帮助

14c37bed 8189591 565d56ea 8189591