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.
This commit is contained in:
Stephane Carrez
2019-12-14 22:31:04 +01:00
committed by Alejandro R. Mosteo
parent 248b150188
commit f0b0e29f85
+27
View File
@@ -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"