Files
alire-index-community/index/em/embedded_components/embedded_components-0.2.0.toml
T
2022-11-28 18:37:11 +01:00

35 lines
1004 B
TOML

description = "Platform agnostic drivers to interface external components"
long-description = '''# embedded-components
Platform agnostic drivers to interface external components.
This crate is a snapshot of the `components` of [Ada Drivers
Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/components).
Any bug report, issue, contribution must be adressed to the [Ada Drivers
Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo.
'''
name = "embedded_components"
version = "0.2.0"
licenses = "BSD-3-Clause"
authors=["AdaCore"]
website="https://github.com/AdaCore/Ada_Drivers_Library/"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["embedded_components.gpr"]
tags = ["embedded", "nostd"]
[[depends-on]]
hal = "~0.3.0"
adl_middleware = "~0.2.0"
[build-switches]
"*".style_checks = "no"
[origin]
commit = "37c39b23c2a235452401bb8d592f5121d836378b"
url = "git+https://github.com/Fabien-Chouteau/embedded-components.git"