From 91d0675ec1dd67645bb8dfb1e5c7cff471b6c1e7 Mon Sep 17 00:00:00 2001 From: "J. German Rivera" Date: Thu, 14 Dec 2023 21:40:20 -0600 Subject: [PATCH] Added portable_minimal_ada_rts crate Signed-off-by: J. German Rivera --- .../portable_minimal_ada_rts-1.0.0.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 index/po/portable_minimal_ada_rts/portable_minimal_ada_rts-1.0.0.toml diff --git a/index/po/portable_minimal_ada_rts/portable_minimal_ada_rts-1.0.0.toml b/index/po/portable_minimal_ada_rts/portable_minimal_ada_rts-1.0.0.toml new file mode 100644 index 000000000..ffb9df9ff --- /dev/null +++ b/index/po/portable_minimal_ada_rts/portable_minimal_ada_rts-1.0.0.toml @@ -0,0 +1,17 @@ +name = "portable_minimal_ada_rts" +description = "Portable Minimal Ada Runtime Library" +version = "1.0.0" +licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" +website = "https://github.com/jgrivera67/portable_minimal_ada_rts" +tags = ["rts"] +authors = ["J. German Rivera"] +maintainers = ["J. German Rivera "] +maintainers-logins = ["jgrivera67"] + +[[depends-on]] +gnat_arm_elf = "^12.1.2" + +[origin] +commit = "f42cd8d2bd00e60aec637701926bdf27c0a5391e" +url = "git+https://github.com/jgrivera67/portable_minimal_ada_rts.git" +