Skip to content

Commit

Permalink
bbqueue 0.3.1 (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Nov 28, 2022
1 parent 70a48ee commit 4db345f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index/bb/bbqueue/bbqueue-0.3.1.toml
@@ -0,0 +1,22 @@
name = "bbqueue"
description = "DMA friendly lock-free BipBuffer"
version = "0.3.1"

licenses = "MIT"
authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
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)"""

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

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

0 comments on commit 4db345f

Please sign in to comment.