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 "cstruct" {>= "6.0.1"}
15 "lwt-dllist"
16 "optint" {>= "0.1.0"}
17 "psq" {>= "0.2.0"}
18 "fmt" {>= "0.8.9"}
19 "astring" {>= "0.8.5" & with-test}
20 "crowbar" {>= "0.2" & with-test}
21 "mtime" {>= "1.2.0"}
22 "alcotest" {>= "1.4.0" & with-test}
23 "odoc" {with-doc}
24]
25conflicts: [
26 "ocaml-base-compiler" {>= "5.0.0~beta1"}
27 "ocaml-variants" {>= "5.0.0~beta1"}
28]
29build: [
30 ["dune" "subst"] {dev}
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "--promote-install-files=false"
39 "@install"
40 "@runtest" {with-test}
41 "@doc" {with-doc}
42 ]
43 ["dune" "install" "-p" name "--create-install-files" name]
44]
45dev-repo: "git+https://github.com/ocaml-multicore/eio.git"
46url {
47 src:
48 "https://github.com/ocaml-multicore/eio/releases/download/v0.2/eio_main-0.2.tbz"
49 checksum: [
50 "sha256=d09b63460ab8eb529b7e48c5a566ece58ae0d8f3c72ef6b55245cd8a8b3b304d"
51 "sha512=d644a0495923fc6c009d6ca95693ad93ed204604dcf84f43c68f3e83f4ab1bb6c4581c14b165ffaec2c194803a6dac38611e991133acdfc3388a7fa95a677d32"
52 ]
53}
54x-commit-hash: "85841dc0b779a920bc4b1daca9172456e33988ee"