Migration to separate [origin] table

This commit is contained in:
Alejandro R. Mosteo
2020-07-24 11:51:40 +01:00
parent d4e3b9403c
commit 873aeb6196
110 changed files with 497 additions and 278 deletions
+5 -3
View File
@@ -1,14 +1,16 @@
description = "Experimental YAML 1.3 implementation in Ada"
website = "https://ada.yaml.io/"
name = "adayaml"
version = "0.2.0"
origin = "https://github.com/yaml/AdaYaml/archive/v0.2.0.tar.gz"
website = "https://ada.yaml.io/"
authors = ["Felix Krause"]
licenses = ["MIT"]
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
origin-hashes = ["sha512:b9722c24ef5f4d08973890116603fce68ad00c7a96e2cab01c7cbb6f537068877257fff5fd325efc8d29f236be4f8546ae8e75619a7a77563d339bd159d9e20b"]
project-files = ["yaml.gpr", "yaml-utils.gpr"]
[gpr-externals]
Mode = ["debug", "release"]
[origin]
url = "https://github.com/yaml/AdaYaml/archive/v0.2.0.tar.gz"
hashes = ["sha512:b9722c24ef5f4d08973890116603fce68ad00c7a96e2cab01c7cbb6f537068877257fff5fd325efc8d29f236be4f8546ae8e75619a7a77563d339bd159d9e20b"]
+6 -4
View File
@@ -1,14 +1,12 @@
description = "Experimental YAML 1.3 implementation in Ada"
website = "https://ada.yaml.io/"
name = "adayaml"
version = "0.3.0"
origin = "https://github.com/yaml/AdaYaml/archive/v0.3.0.tar.gz"
website = "https://ada.yaml.io/"
authors = ["Felix Krause"]
executables = ["yaml-server"]
licenses = ["MIT"]
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
executables = ["yaml-server"]
origin-hashes = ["sha512:ab19e38704e5d51a3f66da2fb9f86571ab08a6793a5d5f42ca29c3271bc754a1a845cc831d7fb24bb19c2caaf0d355ba250d0dca2959607a19936b0a91739d33"]
project-files = ["yaml.gpr", "yaml-utils.gpr", "yaml-annotation_processor.gpr", "yaml-server.gpr"]
[[depends-on]]
@@ -16,3 +14,7 @@ simple_components = "^4.27"
[gpr-externals]
Mode = ["debug", "release"]
[origin]
url = "https://github.com/yaml/AdaYaml/archive/v0.3.0.tar.gz"
hashes = ["sha512:ab19e38704e5d51a3f66da2fb9f86571ab08a6793a5d5f42ca29c3271bc754a1a845cc831d7fb24bb19c2caaf0d355ba250d0dca2959607a19936b0a91739d33"]