this repo has no description
1opam-version: "2.0" 2synopsis: "Eio implementation for Linux using io-uring" 3description: "An eio implementation for Linux using io-uring." 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 "alcotest" {>= "1.4.0" & with-test} 13 "base-domains" 14 "eio" {= version} 15 "mdx" {>= "1.10.0" & with-test} 16 "logs" {>= "0.7.0"} 17 "fmt" {>= "0.8.9"} 18 "uring" {>= "0.2" & < "0.3"} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "--promote-install-files=false" 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35 ["dune" "install" "-p" name "--create-install-files" name] 36] 37dev-repo: "git+https://github.com/ocaml-multicore/eio.git" 38url { 39 src: 40 "https://github.com/ocaml-multicore/eio/releases/download/v0.1/eio_main-0.1.tbz" 41 checksum: [ 42 "sha256=671bedef03a2646d13f6e18b6e18c3509be7688fa19b4c48c9f0656959716878" 43 "sha512=8aa4993576bd716c0a3df70bb7cc55507ab6f810b38bdb8d66d0d5a6b5853eb80d705b106a6d55cfc31d39a18f938ef0f107968a4eb2f40e0a80887c66a8764c" 44 ] 45} 46x-commit-hash: "ba1fbbe60b94500c79556585134ffbe0dd1ec2fa"