18 lines
455 B
TOML
18 lines
455 B
TOML
description = "ZLib for Ada thick binding"
|
|
name = "zlib_ada"
|
|
version = "1.3.0"
|
|
website = "http://zlib-ada.sourceforge.net/"
|
|
authors = ["Dmitriy Anisimkov"]
|
|
executables = ["buffer_demo", "mtest", "read", "test"]
|
|
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
project-files = ["zlib.gpr"]
|
|
|
|
[[depends-on]]
|
|
zlib = "^1.2"
|
|
|
|
[origin]
|
|
url = "git+https://git.code.sf.net/p/zlib-ada/git"
|
|
commit = "66c182db29f92fda3f4a5e48b5701c1a24b97c61"
|