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).
25 lines
699 B
TOML
25 lines
699 B
TOML
[general]
|
|
description = "William Whitaker's WORDS, a Latin dictionary"
|
|
licenses = ["Public Domain"]
|
|
authors = ["William A. Whitaker", "Martin Keegan"]
|
|
website = "http://mk270.github.io/whitakers-words/"
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
|
|
project-files = ["words.gpr"]
|
|
executables = ["words"]
|
|
|
|
[general.depends-on]
|
|
make = "any"
|
|
|
|
[[general.actions]]
|
|
type = "post-compile"
|
|
command = "make"
|
|
|
|
['2017.09.10']
|
|
origin = "git+https://github.com/mk270/whitakers-words.git@27be95b8a06d7b22c0600c824cf929ab43efcf25"
|
|
notes = "Bug with SAL library failing binding with GNAT FSF 7.3"
|
|
|
|
['2017.09.10'.available.'case(compiler)']
|
|
'gnat-fsf-old|gnat-fsf-7.2' = false
|
|
'...' = false
|