f3aa223b8f
* Add files via upload * Update atomic-0.4.0.toml
19 lines
584 B
TOML
19 lines
584 B
TOML
name = "atomic"
|
|
description = "Standalone Ada/SPARK bindings to GCC atomic built-ins"
|
|
version = "0.4.0"
|
|
|
|
licenses = "MIT"
|
|
authors = ["Fabien Chouteau"]
|
|
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
website = "https://github.com/Fabien-Chouteau/atomic"
|
|
tags = ["atomic", "spark", "embedded", "nostd"]
|
|
|
|
[configuration.variables]
|
|
Backend = {type = "Enum", values = ["Intrinsic", "armv6m"], default = "Intrinsic"}
|
|
|
|
[origin]
|
|
commit = "df6d4993568ed5e2fed3d8ed09c0bc69ac295e40"
|
|
url = "git+https://github.com/Fabien-Chouteau/atomic.git"
|
|
|