From f0b0e29f8587dadab4ec9244d1d2c7a0c2c4042d Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sat, 14 Dec 2019 22:31:04 +0100 Subject: [PATCH] Add Ada Wiki Engine 1.2.0 crate This adds the 'wikiada' crate to the index. This library provides a small Wiki parser, renderer and generator engine. It uses 'utilada' crate. --- index/wi/wikiada.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/wi/wikiada.toml 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"