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.05.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/3.0.0.tar.gz"
22 checksum: [
23 "md5=6a65197e0af6e859b130dce2644cec33"
24 "sha512=a6e43118444cc830db4f4f6daae27aeb1834f4ebc810bde4183804c818134377653c96371c973b777bff96d6aa9525b5a95f92fa23172ea377d2357dcf834811"
25 ]
26}