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" {>= "4.12.0"}
13 "base-domains"
14 "bigstringaf" {>= "0.9.0"}
15 "cstruct" {>= "6.0.1"}
16 "lwt-dllist"
17 "optint" {>= "0.1.0"}
18 "psq" {>= "0.2.0"}
19 "fmt" {>= "0.8.9"}
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.3/eio-0.3.tbz"
50 checksum: [
51 "sha256=1af8852025776d68eea24fd3baeffcb15b0db09805865fa3fa191f3139b689f9"
52 "sha512=12620fdeab7b444ce37226c34d4719560a8e2fa5dbfacf0c6d9480e0ee7d1759cd8293fc7fe451383c13fcc069ab33ad44d10b32d6dbc980d3163c209e1a03a6"
53 ]
54}
55x-commit-hash: "0b56cec54f3c9e0b9c4382e33b7594eef13af3d0"