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.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.2/eio_main-0.2.tbz" 41 checksum: [ 42 "sha256=d09b63460ab8eb529b7e48c5a566ece58ae0d8f3c72ef6b55245cd8a8b3b304d" 43 "sha512=d644a0495923fc6c009d6ca95693ad93ed204604dcf84f43c68f3e83f4ab1bb6c4581c14b165ffaec2c194803a6dac38611e991133acdfc3388a7fa95a677d32" 44 ] 45} 46x-commit-hash: "85841dc0b779a920bc4b1daca9172456e33988ee"