File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/iostream/iostream.0.1 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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"] {pinned}
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"
You can’t perform that action at this time.
0 commit comments