migration to source archives

Crates without maintainer or pending migration remain in /orphaned
GitHub URLs rely on the default tarballs that at some point will
have to be released with uploaded binaries (with `alr publish` support).
This commit is contained in:
Alejandro R. Mosteo
2019-10-24 18:00:41 +02:00
parent 1668d504a4
commit 22a13d92f3
62 changed files with 130 additions and 69 deletions
+23
View File
@@ -0,0 +1,23 @@
[general]
description = "A crypto library for Ada with a nice API"
licenses = ["GMGPL 2.0", "GMGPL 3.0"]
authors = ["Christian Forler"]
maintainers = ["alejandro@mosteo.com"]
project-files = ["libadacrypt.gpr"]
[general.available.'case(os)']
linux = true
windows = true
[general.gpr-externals]
system = ["unix", "windows"]
mode = ["debug", "release"]
[general.gpr-set-externals.'case(os)']
linux = { system = "unix" }
windows = { system = "windows" }
['0.8.7']
origin = "git+https://github.com/alire-project/Ada-Crypto-Library.git@33d15283abbc6d8a51d717de2bd822e026710c0d"
notes = "It fails self-tests; might be a spurious warning"