GNATcoll bindings 21.0.0 (#182)

* Add GNATcoll bindings 21.0.0

For the same reason as GNATcoll, this patch removes the 2019 release of
gmp and iconv.

* Add externals for GNATcoll bindings
This commit is contained in:
Fabien Chouteau
2020-10-16 20:20:20 +02:00
committed by GitHub
parent 7fc0e55647
commit 7f8da2c224
17 changed files with 288 additions and 66 deletions
@@ -0,0 +1,11 @@
description = "Header files and a static library for Python3"
name = "libpython3dev"
licenses = ["Custom"] # PSF is not available in Alire yet
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["libpython3-dev"]
msys2 = ["mingw-w64-x86_64-python"]