bbs_lisp 0.1.0 (#1168)

This commit is contained in:
Brent Seidel
2024-08-02 00:04:43 -07:00
committed by GitHub
parent 1f8dcc0f5d
commit a10438527c
+18
View File
@@ -0,0 +1,18 @@
name = "bbs_lisp"
description = "Embedable tiny lisp interpreter"
version = "0.1.0"
authors = ["Brent Seidel"]
maintainers = ["Brent Seidel <brentseidel@mac.com>"]
maintainers-logins = ["BrentSeidel"]
licenses = "GPL-3.0-or-later"
website = "https://github.com/BrentSeidel/Ada-Lisp"
tags = ["lisp"]
[[depends-on]]
bbs = "~0.1.0"
[origin]
commit = "2feb2fd5664797c4da3abde1dd1088b2cf6dc94c"
url = "git+https://github.com/BrentSeidel/Ada-Lisp.git"