{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "utilada": "^2.8.0"
    }
  ],
  "description": "Parser and renderer for Markdown and other wiki syntaxes",
  "gpr-externals": {
    "WIKI_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "WIKI_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-wiki/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-wiki/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-wiki/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-wiki/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-wiki/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-wiki/summary)\n\nAda Wiki is a small library that provides a parser and renderer for Markdown and several\nother Wiki syntaxes.  The library allows to:\n\n* Parse a Markdown text but other Wiki such as Mediawiki, Creole, PhpBB, Dotclear and Google Code,\n* Parse HTML content in embedded wiki text,\n* Filter out the wiki, HTML or text through customizable filters,\n* Render the wiki text in HTML, text or another wiki format\n\nThe Ada Wiki library is used by [Ada Web Application](https://gitlab.com/stcarrez/ada-awa)\nfor the implementation of the blog and wiki online plugins and by [mdshow](https://gitlab.com/stcarrez/mdshow) a terminal based\nMarkdown viewer.\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "wikiada",
  "origin": {
    "commit": "3e5dac64f570d60d8e8f9b078a1efabead129244",
    "url": "git+https://gitlab.com/stcarrez/ada-wiki.git"
  },
  "project-files": [
    "wikiada.gpr"
  ],
  "tags": [
    "wiki-engine",
    "markdown",
    "mediawiki",
    "dotclear",
    "html",
    "parser",
    "renderer"
  ],
  "version": "1.5.0",
  "website": "https://gitlab.com/stcarrez/ada-wiki"
}
