Files
alire-index-community/index/bb/bbs_lisp/bbs_lisp-0.1.1.toml
T
2024-08-13 13:02:57 +02:00

25 lines
651 B
TOML

name = "bbs_lisp"
description = "Embedable tiny lisp interpreter"
version = "0.1.1"
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 = "e75583571c174d78ff6085b7046dbd4ac058ceba"
url = "git+https://github.com/BrentSeidel/Ada-Lisp.git"