25 lines
787 B
TOML
25 lines
787 B
TOML
[general]
|
|
description = "Wiki Engine with parser and renderer for several wiki syntaxes"
|
|
licenses = ["Apache 2.0"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
|
|
project-files = [
|
|
".alire/wikiada.gpr"
|
|
]
|
|
|
|
[general.gpr-externals]
|
|
WIKI_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
|
|
[general.depends-on]
|
|
utilada = "^2.0.0"
|
|
|
|
[[general.actions]]
|
|
type = "post-fetch"
|
|
command = ["rm", "-f", "config.gpr"]
|
|
|
|
['1.2.0']
|
|
origin = "https://github.com/stcarrez/ada-wiki/archive/1.2.0.tar.gz"
|
|
origin-hashes = ["sha512:a57d94178f711de0f9a9d708168b5bf38f20213e609a9b0c5124f25dc294ba4d9d524e1a945c393f516eb2ffbce9f0c808083578804e69515214b1c1115208ff"]
|