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.8"} 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.0.1/reparse-v3.0.1.tbz" 34 checksum: [ 35 "sha256=3c4a2bfdeca54627f2460b122e5359ec11338b7752271f4f1869826730559ba5" 36 "sha512=b26d33f112d0177e8b0cf7ace59a7b67b7fc22c146e6a57492875e4d4cca1a12da7cbdc181b76fc9be29c96267773a2c0445034b374633ba7bfef01b91c0b256" 37 ] 38} 39x-commit-hash: "9470a531861362d5e38de1a15352735348a2d084"