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] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/c-cube/ocaml-iostream.git" 30url { 31 src: 32 "https://github.com/c-cube/ocaml-iostream/releases/download/v0.1/iostream-0.1.tbz" 33 checksum: [ 34 "sha256=286de0c0fe7ba0ce88610e7a3b47008db56b317a7dcf4e3cfc3db54f21a5373e" 35 "sha512=eb5946195c126bb02f5121291b83b91a7d2a546cdd0390bb3654d6ccaf0ecce25b3d9fff9803ca2b78563ead2effd64d1c9d633c402b873371eb22cbf3213e83" 36 ] 37} 38x-commit-hash: "65e58e0884599500b53ea5604cbe9ef799e5de28"