19 lines
450 B
TOML
19 lines
450 B
TOML
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"
|
|
|