bbs_lisp 0.2.0 (#1386)

This commit is contained in:
Brent Seidel
2025-02-13 11:18:08 -07:00
committed by GitHub
parent 5240b44af4
commit 246f9cc579
+24
View File
@@ -0,0 +1,24 @@
name = "bbs_lisp"
description = "Embedable tiny lisp interpreter"
version = "0.2.0"
long-description = """
This is the core of a simple tiny lisp that is intended to be embedded in
other applications. It can be extended with new commands specific to
the application.
"""
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", "embedded"]
[[depends-on]]
bbs = "~0.1.0"
[origin]
commit = "635bd24292fd343f73d2ae3f34c0d0d2a1e1446e"
url = "git+https://github.com/BrentSeidel/Ada-Lisp.git"