Skip to content

Commit

Permalink
bbqueue 0.3.2 (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored Nov 16, 2023
1 parent b86e41b commit 9c11018
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index/bb/bbqueue/bbqueue-0.3.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "bbqueue"
description = "DMA friendly lock-free BipBuffer"
version = "0.3.2"

licenses = "MIT"
authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <[email protected]>"]
maintainers-logins = ["Fabien-Chouteau"]
tags = ["spark", "nostd", "embedded", "lockfree", "dma", "bipbuffer"]
website = "https://github.com/Fabien-Chouteau/bbqueue-spark"

long-description = """An Ada/SPARK proved implementation of James Munns'
BBQueue (https://github.com/jamesmunns/bbqueue)"""

[build-switches]
release.runtime_checks = "none"

[[depends-on]]
atomic = "~0.5"
gnat = ">=10"

[origin]
commit = "5e5007cf9d767f06c12b737a155eb608c58942b3"
url = "git+https://github.com/Fabien-Chouteau/bbqueue-spark.git"

0 comments on commit 9c11018

Please sign in to comment.