From d24c436e2afe47b3013e390ed46d89b7270965e7 Mon Sep 17 00:00:00 2001 From: Brent Seidel Date: Tue, 13 Aug 2024 04:02:57 -0700 Subject: [PATCH] bbs_lisp 0.1.1 (#1192) --- index/bb/bbs_lisp/bbs_lisp-0.1.1.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 index/bb/bbs_lisp/bbs_lisp-0.1.1.toml diff --git a/index/bb/bbs_lisp/bbs_lisp-0.1.1.toml b/index/bb/bbs_lisp/bbs_lisp-0.1.1.toml new file mode 100644 index 00000000..b13df87a --- /dev/null +++ b/index/bb/bbs_lisp/bbs_lisp-0.1.1.toml @@ -0,0 +1,24 @@ +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 "] +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" +