this repo has no description
1opam-version: "2.0"
2synopsis: "Effect-based direct-style IO API for OCaml"
3description: "An effect-based IO API for multicore OCaml with fibers."
4maintainer: ["anil@recoil.org"]
5authors: ["Anil Madhavapeddy" "Thomas Leonard"]
6license: "ISC"
7homepage: "https://github.com/ocaml-multicore/eio"
8doc: "https://ocaml-multicore.github.io/eio/"
9bug-reports: "https://github.com/ocaml-multicore/eio/issues"
10depends: [
11 "dune" {>= "3.7"}
12 "ocaml" {>= "5.0.0"}
13 "bigstringaf" {>= "0.9.0"}
14 "cstruct" {>= "6.0.1"}
15 "lwt-dllist"
16 "optint" {>= "0.1.0"}
17 "psq" {>= "0.2.0"}
18 "fmt" {>= "0.8.9"}
19 "hmap" {>= "0.8.1"}
20 "crowbar" {>= "0.2" & with-test}
21 "mtime" {>= "2.0.0"}
22 "mdx" {>= "2.2.0" & with-test}
23 "alcotest" {>= "1.4.0" & with-test}
24 "dscheck" {>= "0.1.0" & with-test}
25 "odoc" {with-doc}
26]
27conflicts: [
28 "ocaml-base-compiler" {< "5.0.0~beta1"}
29 "ocaml-variants" {< "5.0.0~beta1"}
30 "ocaml-system" {< "5.0.0~beta1"}
31 "seq" {< "0.3"}
32]
33build: [
34 ["dune" "subst"] {dev}
35 [
36 "dune"
37 "build"
38 "-p"
39 name
40 "-j"
41 jobs
42 "@install"
43 "@runtest" {with-test}
44 "@doc" {with-doc}
45 ]
46]
47dev-repo: "git+https://github.com/ocaml-multicore/eio.git"
48url {
49 src:
50 "https://github.com/ocaml-multicore/eio/releases/download/v0.9/eio-0.9.tbz"
51 checksum: [
52 "sha256=cfbdf92e480063333f9c6ab234ee46aceeadb3209744c801cdf8a274b1997d99"
53 "sha512=410e334103a9ae9805c57ad12ca9726b0b74b82cca4477004521ccfcc7ddb0f63ec6f38fdd69728792d3dff1ab3f8ad990cd6b02b45f467cf492e2840941c669"
54 ]
55}
56x-commit-hash: "72f9d77642e2ecafefb8057e711d05666e3e5918"