Skip to content

Commit efb7838

Browse files
authored
Merge pull request ocaml#24325 from c-cube/release-iostream-v0.1
[new release] iostream (0.1)
2 parents f96d579 + 0ab2162 commit efb7838

File tree

1 file changed

+38
-0
lines changed
  • packages/iostream/iostream.0.1

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
synopsis: "Generic, composable IO input and output streams"
3+
maintainer: ["Simon Cruanes"]
4+
authors: ["Simon Cruanes"]
5+
license: "MIT"
6+
tags: ["topics" "io" "channels" "streams"]
7+
homepage: "https://github.com/c-cube/ocaml-iostream"
8+
doc: "https://c-cube.github.io/ocaml-iostream"
9+
bug-reports: "https://github.com/c-cube/ocaml-iostream/issues"
10+
depends: [
11+
"ocaml" {>= "4.08"}
12+
"dune" {>= "2.0"}
13+
"ounit2" {with-test}
14+
]
15+
build: [
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+
]
29+
dev-repo: "git+https://github.com/c-cube/ocaml-iostream.git"
30+
url {
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+
}
38+
x-commit-hash: "65e58e0884599500b53ea5604cbe9ef799e5de28"

0 commit comments

Comments
 (0)