From b2330b0763aa39e982540e8ddc8763d1d609d829 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 31 Jul 2025 13:48:07 +0200 Subject: [PATCH] embedded_components 0.4.0 (#1556) --- .../embedded_components-0.4.0.toml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 index/em/embedded_components/embedded_components-0.4.0.toml diff --git a/index/em/embedded_components/embedded_components-0.4.0.toml b/index/em/embedded_components/embedded_components-0.4.0.toml new file mode 100644 index 00000000..c07756ed --- /dev/null +++ b/index/em/embedded_components/embedded_components-0.4.0.toml @@ -0,0 +1,34 @@ +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.4.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 = "^1.0.0" +adl_middleware = "~0.4.0" + +[build-switches] +"*".style_checks = "no" + +[origin] +commit = "f25a8cc920fa0510409c878d4133db1d7c227eda" +url = "git+https://github.com/Fabien-Chouteau/embedded-components.git" +