diff --git a/index/wi/wikiada.toml b/index/wi/wikiada.toml new file mode 100644 index 00000000..09d3a0a2 --- /dev/null +++ b/index/wi/wikiada.toml @@ -0,0 +1,27 @@ +[general] +description = "Ada Wiki Engine with parser and renderer for several wiki syntaxes" +licenses = ["Apache 2.0"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] + + project-files = [ + "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 = ["cp", ".alire/wikiada.gpr", "wikiada.gpr"] + + [[general.actions]] + type = "post-fetch" + command = ["rm", "config.gpr"] + +['1.2.0'] +origin = "git+https://github.com/stcarrez/ada-wiki.git@1705a18eb8f8660fca33e4c6b1eebff90bc0f8fe"