d4e3b9403c
In crates where there was mixed information about source releases and externals, some properties that apply only to the former were carried over to the new externals-only manifest.
14 lines
482 B
TOML
14 lines
482 B
TOML
description = "Ada binding to the ncurses text interface library"
|
|
name = "ncursesada"
|
|
authors = ["Thomas E. Dickey", "Juergen Pfeifer", "Eugene V Melaragno", "Nicolas Boulenguez"]
|
|
licenses = []
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.available."case(toolchain)"]
|
|
user = false
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libncursesada6.1.20180127-dev", "libncursesada5-dev", "libncursesada3-dev"]
|