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.1/iostream-0.2.1.tbz"
34 checksum: [
35 "sha256=09cd438f755d46bf10e986be0d3dd2ab243b1f5455c3c7410dcde8de521615a9"
36 "sha512=c5f4c251ba33386dd027d2cf340268d14fdbcd3119be6bac3586fd9ad1e9f90992ef12e8fd9fbf2442c6747560d84fd2461656ea639f818e53d0b08e82dd8e9a"
37 ]
38}
39x-commit-hash: "3ddbf6b07523b7e9bead61e3db469cb168a51a23"