package wikitext

  1. Overview
  2. Docs
Wikitext parser

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.0.tar.gz
md5=2462cb08ab85eee904d0b16b335d81ba
sha512=65410f831132f52ce7aaa76b7c6abdede181d068a80a39e6acf430cb911cdf86e43423cbbacb1ba9ace5bd5e2a76005b42b08224c7903794f57b46c05dc50344

Description

Published: 03 Sep 2020

README

README.MD

# GeneWeb

A Wikitext (markup langugage used on Wikipedia) parser for OCaml.

## Build status

|            | Linux             | macOS             | FreeBSD
| ---:       | :---:             | :---:             | :---:
| OCaml 4.05 | [![l405]][travis] | -                 | -
| OCaml 4.06 | [![l406]][travis] | -                 | -
| OCaml 4.07 | [![l407]][travis] | -                 | -
| OCaml 4.08 | [![l408]][travis] | -                 | -
| OCaml 4.09 | [![l409]][travis] | [![m409]][travis] | [![f409]][travis]
| OCaml 4.10 | [![l410]][travis] | -                 | -

[l405]:https://travis-matrix-badges.herokuapp.com/repos/geneanet/ocaml-wikitext/branches/master/1
[l406]:https://travis-matrix-badges.herokuapp.com/repos/geneanet/ocaml-wikitext/branches/master/2
[l407]:https://travis-matrix-badges.herokuapp.com/repos/geneanet/ocaml-wikitext/branches/master/3
[l408]:https://travis-matrix-badges.herokuapp.com/repos/geneanet/ocaml-wikitext/branches/master/4
[l409]:https://travis-matrix-badges.herokuapp.com/repos/geneanet/ocaml-wikitext/branches/master/5
[l410]:https://travis-matrix-badges.herokuapp.com/repos/geneanet/ocaml-wikitext/branches/master/6
[m409]:https://travis-matrix-badges.herokuapp.com/repos/geneanet/ocaml-wikitext/branches/master/7
[f409]:https://travis-matrix-badges.herokuapp.com/repos/geneanet/ocaml-wikitext/branches/master/8
[travis]:https://travis-ci.org/geneanet/ocaml-wikitext

Dependencies (3)

  1. ocaml >= "4.5.0"
  2. menhir < "20210310"
  3. dune >= "1.5.1"

Dev Dependencies (4)

  1. ppx_import with-test & < "2.0"
  2. ppx_deriving with-test
  3. ounit with-test & >= "2.0.0"
  4. js_of_ocaml with-test

Used by

None

Conflicts

None