this repo has no description
1opam-version: "2.0"
2maintainer: "Julien SAGOT <julien.sagot@geneanet.org>"
3authors: "Maxence ABELA <maxence.abela+wikitext@gmail.com>"
4homepage: "https://github.com/geneanet/ocaml-wikitext"
5bug-reports: "https://github.com/geneanet/ocaml-wikitext/issues"
6dev-repo: "git+https://github.com/geneanet/ocaml-wikitext.git"
7synopsis: "Wikitext parser"
8build: [
9 [ "dune" "build" "-p" name "-j" jobs ]
10]
11depends: [
12 "dune" { >= "1.5.1" }
13 "menhir" {< "20210310"}
14 "ocaml" { >= "4.5.0" }
15 "js_of_ocaml" {with-test}
16 "ounit" {with-test & >= "2.0.0"}
17 "ppx_deriving" {with-test}
18 "ppx_import" {with-test & < "2.0"}
19]
20url {
21 src: "https://github.com/geneanet/ocaml-wikitext/archive/2.0.0.tar.gz"
22 checksum: [
23 "md5=3b1b951c3d90c06501837a32f63717b3"
24 "sha512=d057dcaf519ce63a1c216f3c00135e3f1799626d71b6b08ef6747d1b9b25262055b2d722d65a345298578176698ae71815bd91c72b574573e910ca214dbcee32"
25 ]
26}