this repo has no description
1opam-version: "2.0"
2synopsis: "Recursive descent parsing library for ocaml"
3description:
4 "Monadic, recursive descent based, parser construction library for ocaml. Comprehensively documented and tested"
5maintainer: ["Bikal Lem"]
6authors: ["Bikal Lem <gbikal@gmail.com>"]
7license: "MPL-2.0"
8homepage: "https://github.com/lemaetech/reparse"
9bug-reports: "https://github.com/lemaetech/reparse/issues"
10depends: [
11 "dune" {>= "2.8"}
12 "ocaml" {>= "4.10.0"}
13 "cstruct" {>= "6.0.0"}
14 "mdx" {with-test}
15 "popper" {with-test}
16 "ppx_deriving_popper" {with-test}
17 "ppx_deriving" {with-test}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/lemaetech/reparse.git"
34url {
35 src:
36 "https://github.com/lemaetech/reparse/releases/download/v3.0.1/reparse-v3.0.1.tbz"
37 checksum: [
38 "sha256=3c4a2bfdeca54627f2460b122e5359ec11338b7752271f4f1869826730559ba5"
39 "sha512=b26d33f112d0177e8b0cf7ace59a7b67b7fc22c146e6a57492875e4d4cca1a12da7cbdc181b76fc9be29c96267773a2c0445034b374633ba7bfef01b91c0b256"
40 ]
41}
42x-commit-hash: "9470a531861362d5e38de1a15352735348a2d084"