this repo has no description
1opam-version: "2.0" 2synopsis: "Generic, composable IO input and output streams" 3maintainer: ["Simon Cruanes"] 4authors: ["Simon Cruanes"] 5license: "MIT" 6tags: ["topics" "io" "channels" "streams"] 7homepage: "https://github.com/c-cube/ocaml-iostream" 8doc: "https://c-cube.github.io/ocaml-iostream" 9bug-reports: "https://github.com/c-cube/ocaml-iostream/issues" 10depends: [ 11 "ocaml" {>= "4.08"} 12 "dune" {>= "2.0"} 13 "ounit2" {with-test} 14] 15depopts: ["base-unix"] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/c-cube/ocaml-iostream.git" 31url { 32 src: 33 "https://github.com/c-cube/ocaml-iostream/releases/download/v0.3/iostream-0.3.tbz" 34 checksum: [ 35 "sha256=0bf255c06593a3cd72a44eaf3fb4568fc42c8771afe5bcee8d63ea662ee7f009" 36 "sha512=68ff56d48b2fcbd34ef2c15f6a8969543caa5c5e6b14177a0fde1e2b12d2fe52448d233e02cd1ab2529f74f48b31954ae8ec9e22601cfda6d3c38ce667c1b851" 37 ] 38} 39x-commit-hash: "2fd7de85902988beab568c2abab03b499d25191b"