this repo has no description
1opam-version: "2.0"
2synopsis: "Reparse Lwt_stream.t input support"
3description: "char Lwt_stream.t parsing support for 'reparse'"
4maintainer: ["Bikal Lem"]
5authors: ["Bikal Lem <gbikal@gmail.com>"]
6license: "MPL-2.0"
7homepage: "https://github.com/lemaetech/reparse"
8bug-reports: "https://github.com/lemaetech/reparse/issues"
9depends: [
10 "dune" {>= "2.9"}
11 "ocaml" {>= "4.10.0"}
12 "lwt" {>= "5.4.1"}
13 "cstruct" {>= "6.0.0"}
14 "reparse" {= version}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/lemaetech/reparse.git"
31url {
32 src:
33 "https://github.com/lemaetech/reparse/releases/download/v3.1.0/reparse-v3.1.0.tbz"
34 checksum: [
35 "sha256=60e57fdac0ae0b68b41a0cb5bd50327c84b306d40f74e9c21925c08049703e1d"
36 "sha512=329be459bbf3f354119298fcf4ac22c1a400b9acd213267e732b76bcf2add81eb80c713aec2b007ba9a47ace075a67467c10e305fad7fd2a63a5456f668b35ab"
37 ]
38}
39x-commit-hash: "12d53ec3c2a6a5b44bb68a2b47f9d5f0bcba6206"