Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embedded_components 0.3.0 #1083

Merged
merged 3 commits into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions index/em/embedded_components/embedded_components-0.3.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
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.3.0"
licenses = "BSD-3-Clause"
authors=["AdaCore"]
website="https://github.com/AdaCore/Ada_Drivers_Library/"
maintainers = ["[email protected]"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["embedded_components.gpr"]
tags = ["embedded", "nostd"]

[[depends-on]]
hal = "~0.3.1"
adl_middleware = "~0.2.0"
gnat = ">=11.2 & <2000" # Required for Ada2022 features

[build-switches]
"*".style_checks = "no"

[origin]
commit = "b003afa1a08e359f4df385044d4c556dbe9ed784"
url = "git+https://github.com/Fabien-Chouteau/embedded-components.git"

Loading