Skip to content

Commit

Permalink
Added portable_minimal_ada_rts crate
Browse files Browse the repository at this point in the history
Signed-off-by: J. German Rivera <[email protected]>
  • Loading branch information
J. German Rivera authored and jgrivera67 committed Dec 16, 2023
1 parent 356e375 commit 74febb0
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainers-logins = ["jgrivera67"]

[[depends-on]]
gnat_arm_elf = "*"

[origin]
commit = "e8812b263b43f1670ffab50dabc49e3d399c0db8"
url = "git+https://github.com/jgrivera67/portable_minimal_ada_rts.git"

0 comments on commit 74febb0

Please sign in to comment.