package wikitext

  1. Overview
  2. Docs
Wikitext parser

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.1.tar.gz
md5=d29331717143bdf9983c2b081531e41f
sha512=445e4c7676c37b01705a9682f9aed3b4afff5a92790a647323b9484e67ff599b3e107ade3b6b150c99f658c23c6ed4ad178f6dcd796149213f123f1b542820d5

Description

Published: 15 Mar 2021

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.05.0"
  2. menhir
  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