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.2/iostream-0.2.tbz"
34 checksum: [
35 "sha256=3ef4da60bdbb7036d62e3f715833e474a343b06f6115841e3a9923baf5fbe350"
36 "sha512=d651adfd8e15aed5083c38eb602729fb4a827ca2e75fa25065f5185f67922049436c6c5e2f311f7ca78d77c4c0f374ce3854e8da0c0ce18ae624427176abc9b8"
37 ]
38}
39x-commit-hash: "42082bffaacaeee54b1573e9e71ea3e35204fa80"