this repo has no description
at main 1.5 kB view raw
1opam-version: "2.0" 2synopsis: "Effect-based direct-style IO API for OCaml" 3description: "An effect-based IO API for multicore OCaml with fibres." 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.1/eio_main-0.1.tbz" 49 checksum: [ 50 "sha256=671bedef03a2646d13f6e18b6e18c3509be7688fa19b4c48c9f0656959716878" 51 "sha512=8aa4993576bd716c0a3df70bb7cc55507ab6f810b38bdb8d66d0d5a6b5853eb80d705b106a6d55cfc31d39a18f938ef0f107968a4eb2f40e0a80887c66a8764c" 52 ] 53} 54x-commit-hash: "ba1fbbe60b94500c79556585134ffbe0dd1ec2fa"