this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25613 from c-cube/release-iostream-v0.2.2

[new release] iostream (2 packages) (0.2.2)

authored by

Marcello Seri and committed by
GitHub
ab281f8c 8bba81bc

+79
+40
packages/iostream-camlzip/iostream-camlzip.0.2.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stream (de)compression using deflate" 3 + maintainer: ["Simon Cruanes"] 4 + authors: ["Simon Cruanes"] 5 + license: "MIT" 6 + tags: ["topics" "io" "channels" "streams" "zip" "deflate"] 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 + "iostream" {= version} 14 + "camlzip" 15 + "ounit2" {with-test} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/c-cube/ocaml-iostream.git" 32 + url { 33 + src: 34 + "https://github.com/c-cube/ocaml-iostream/releases/download/v0.2.2/iostream-0.2.2.tbz" 35 + checksum: [ 36 + "sha256=6d2725f20fcca4fe8c8c54fcaa442fb088f20d1c5788c437182042cfcce3829d" 37 + "sha512=8eb87e13ff448d627062ffb2b0e9b10c29fe5406dcac24889499f358a9d1c50fc1ea02dc601f49fecebd38833b415431265e7fad991a55308923f63fb0aa79ad" 38 + ] 39 + } 40 + x-commit-hash: "7a951a60b481c5ef9f4f0a72fa308d907a80dff5"
+39
packages/iostream/iostream.0.2.2/opam
··· 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 + depopts: ["base-unix"] 16 + build: [ 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 + ] 30 + dev-repo: "git+https://github.com/c-cube/ocaml-iostream.git" 31 + url { 32 + src: 33 + "https://github.com/c-cube/ocaml-iostream/releases/download/v0.2.2/iostream-0.2.2.tbz" 34 + checksum: [ 35 + "sha256=6d2725f20fcca4fe8c8c54fcaa442fb088f20d1c5788c437182042cfcce3829d" 36 + "sha512=8eb87e13ff448d627062ffb2b0e9b10c29fe5406dcac24889499f358a9d1c50fc1ea02dc601f49fecebd38833b415431265e7fad991a55308923f63fb0aa79ad" 37 + ] 38 + } 39 + x-commit-hash: "7a951a60b481c5ef9f4f0a72fa308d907a80dff5"