22a13d92f3
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).
35 lines
1.1 KiB
TOML
35 lines
1.1 KiB
TOML
[general]
|
|
description = "The XML/Ada toolkit"
|
|
licenses = ["GPL 3.0"]
|
|
authors = ["AdaCore"]
|
|
website = "https://github.com/AdaCore/xmlada"
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
project-files = ["distrib/xmlada.gpr",
|
|
"dom/xmlada_dom.gpr",
|
|
"input_sources/xmlada_input.gpr",
|
|
"sax/xmlada_sax.gpr",
|
|
"schema/xmlada_schema.gpr",
|
|
"unicode/xmlada_unicode.gpr"]
|
|
|
|
[general.gpr-externals]
|
|
LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
BUILD = ["distrib", "Debug", "Production", "profile", "coverage",
|
|
"nochecks"]
|
|
|
|
[[general.actions]]
|
|
type = "post-fetch"
|
|
command = "sh configure"
|
|
|
|
[[general.actions]] # Is ordering preserved by TOML load?
|
|
type = "post-fetch"
|
|
command = "rm -f xmlada.gpr"
|
|
|
|
[general.available.'case(os)']
|
|
windows = false
|
|
|
|
['16.1']
|
|
origin = "https://github.com/AdaCore/xmlada/archive/xmlada-16.1.tar.gz"
|
|
origin-hashes = ["sha512:a2d454745af202a17e9bcfc3cd8226010652ab46c4699e7d374868966c6ac8e20d9fdee45ccc52c8ee99ca9ead0e979c401b1eff1647293308b975c96017692e"]
|