Skip to content

Commit

Permalink
lispcli 0.1.0 (#1170)
Browse files Browse the repository at this point in the history
* lispcli 0.1.0 (via `alr publish --submit`)

* Update hash to point to later commit with fix.

* Build fails on OpenSuSe so make crate unavailable for suse.

* Adjust syntax to exclude OpenSuse.
  • Loading branch information
BrentSeidel authored Aug 6, 2024
1 parent d1f00c4 commit ec3e2dc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index/li/lispcli/lispcli-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "lispcli"
description = "Simple program for exploring tiny lisp"
version = "0.1.0"

authors = ["Brent Seidel"]
maintainers = ["Brent Seidel <[email protected]>"]
maintainers-logins = ["BrentSeidel"]
licenses = "GPL-3.0-or-later"
website = "https://github.com/BrentSeidel/Ada-Lisp"
tags = ["lisp"]

executables = ["lispcli"]

[available."case(distribution)"]
"suse" = false
"..." = true

[[depends-on]]
bbs = "~0.1.0"

[[depends-on]]
bbs_lisp = "~0.1.0"

[origin]
commit = "640af271f4d8b053d6d95952804fdd0045771e62"
subdir = "./cli/"
url = "git+https://github.com/BrentSeidel/Ada-Lisp.git"

0 comments on commit ec3e2dc

Please sign in to comment.