25 lines
803 B
TOML
25 lines
803 B
TOML
name = "libgnatdoc"
|
|
description = "GNAT Documentation Generation Tool (as a library)"
|
|
version = "24.0.0"
|
|
tags = ["documentation", "tools"]
|
|
|
|
authors = ["AdaCore"]
|
|
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
|
|
maintainers-logins = ["godunko", "reznikmm", "chouteau"]
|
|
licenses = "GPL-3.0-only WITH GCC-exception-3.1"
|
|
website = "https://github.com/AdaCore/gnatdoc"
|
|
|
|
project-files = ["gnat/libgnatdoc.gpr"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[[depends-on]]
|
|
markdown = "^24"
|
|
libadalang = "^24"
|
|
vss = "^24"
|
|
|
|
[origin]
|
|
url="https://github.com/adacore/gnatdoc/archive/v24.0.0/gnatdoc-24.0.0.zip"
|
|
hashes=['sha512:8cc57c734dc1337ac7ac2256285afdfac591ed55fa2834e53893e2476780d05569f92a72a34efeda6294dc40f950b7f1ca21c3dc1c262d3e434ca978b02924be']
|