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" {>= "3.0.0"} 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.0/reparse-v3.0.0.tbz" 34 checksum: [ 35 "sha256=0b525184593b324b1d93dae6c45179c9e38455a3d6f5fdc9f17e063bfdb09b0a" 36 "sha512=acac7a83e2f77297da3bad1a5ea217fe41bafed1f0d5f044ebf524fee19663661fe4aa4d4dfd2b94ff46033436cc25f5ea7bd3a5a08e58d1a573218746a305cb" 37 ] 38} 39x-commit-hash: "0c91626d3588040a5191f265bb89ddbeb7dd24ab"