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).
26 lines
672 B
TOML
26 lines
672 B
TOML
[general]
|
|
description = "Ada binding to the ncurses text interface library"
|
|
authors = ["Thomas E. Dickey", "Juergen Pfeifer", "Eugene V Melaragno",
|
|
"Nicolas Boulenguez"]
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
licenses = []
|
|
|
|
[general.depends-on]
|
|
gnat = "any"
|
|
|
|
['6.1.20180127']
|
|
['6.1.20180127'.origin.'case(distribution)']
|
|
'debian|ubuntu' = "native:libncursesada6.1.20180127-dev"
|
|
'...' = ""
|
|
|
|
['6.1']
|
|
['6.1'.origin.'case(distribution)']
|
|
'debian|ubuntu' = "native:libncursesada5-dev"
|
|
'...' = ""
|
|
|
|
[5]
|
|
[5.origin.'case(distribution)']
|
|
'debian|ubuntu' = "native:libncursesada3-dev"
|
|
'...' = ""
|