this repo has no description

[new release] iostream (0.1)

CHANGES:

initial release

Changed files
+38
packages
iostream
iostream.0.1
+38
packages/iostream/iostream.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Generic, composable IO input and output streams"
+
maintainer: ["Simon Cruanes"]
+
authors: ["Simon Cruanes"]
+
license: "MIT"
+
tags: ["topics" "io" "channels" "streams"]
+
homepage: "https://github.com/c-cube/ocaml-iostream"
+
doc: "https://c-cube.github.io/ocaml-iostream"
+
bug-reports: "https://github.com/c-cube/ocaml-iostream/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.0"}
+
"ounit2" {with-test}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/c-cube/ocaml-iostream.git"
+
url {
+
src:
+
"https://github.com/c-cube/ocaml-iostream/releases/download/v0.1/iostream-0.1.tbz"
+
checksum: [
+
"sha256=286de0c0fe7ba0ce88610e7a3b47008db56b317a7dcf4e3cfc3db54f21a5373e"
+
"sha512=eb5946195c126bb02f5121291b83b91a7d2a546cdd0390bb3654d6ccaf0ecce25b3d9fff9803ca2b78563ead2effd64d1c9d633c402b873371eb22cbf3213e83"
+
]
+
}
+
x-commit-hash: "65e58e0884599500b53ea5604cbe9ef799e5de28"