opam-version: "2.0" synopsis: "Eio implementation for Linux using io-uring" description: "An eio implementation for Linux using io-uring." maintainer: ["anil@recoil.org"] authors: ["Anil Madhavapeddy" "Thomas Leonard"] license: "ISC" homepage: "https://github.com/ocaml-multicore/eio" doc: "https://ocaml-multicore.github.io/eio/" bug-reports: "https://github.com/ocaml-multicore/eio/issues" depends: [ "dune" {>= "2.9"} "alcotest" {>= "1.4.0" & with-test} "base-domains" "eio" {= version} "mdx" {>= "1.10.0" & with-test} "logs" {>= "0.7.0"} "fmt" {>= "0.8.9"} "cmdliner" {>= "1.1.0" & with-test} "uring" {>= "0.3"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/ocaml-multicore/eio.git" url { src: "https://github.com/ocaml-multicore/eio/releases/download/v0.3/eio-0.3.tbz" checksum: [ "sha256=1af8852025776d68eea24fd3baeffcb15b0db09805865fa3fa191f3139b689f9" "sha512=12620fdeab7b444ce37226c34d4719560a8e2fa5dbfacf0c6d9480e0ee7d1759cd8293fc7fe451383c13fcc069ab33ad44d10b32d6dbc980d3163c209e1a03a6" ] } x-commit-hash: "0b56cec54f3c9e0b9c4382e33b7594eef13af3d0"