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" {>= "2.9"}
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 "astring" {>= "0.8.5" & with-test}
21 "crowbar" {>= "0.2" & with-test}
22 "mtime" {>= "1.2.0"}
23 "alcotest" {>= "1.4.0" & with-test}
24 "odoc" {with-doc}
25]
26conflicts: [
27 "ocaml-base-compiler" {>= "5.0.0~beta1"}
28 "ocaml-variants" {>= "5.0.0~beta1"}
29]
30build: [
31 ["dune" "subst"] {dev}
32 [
33 "dune"
34 "build"
35 "-p"
36 name
37 "-j"
38 jobs
39 "--promote-install-files=false"
40 "@install"
41 "@runtest" {with-test}
42 "@doc" {with-doc}
43 ]
44 ["dune" "install" "-p" name "--create-install-files" name]
45]
46dev-repo: "git+https://github.com/ocaml-multicore/eio.git"
47url {
48 src:
49 "https://github.com/ocaml-multicore/eio/releases/download/v0.5/eio-0.5.tbz"
50 checksum: [
51 "sha256=ceb254a8df0dcf42658014282137f932a75fde959a52e5508f77cf8c65514fd0"
52 "sha512=6943a975f66bb5cdacc534da9d124ea879855a546c5b6874f8d9a943ffef3aadfaf5979aee13b9aaa06277a7233335b92ef3604779f72ed247f54d09abf18275"
53 ]
54}
55x-commit-hash: "d86a4fddc8952f028d1db8de5a23bfb174ac9145"