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 "cmdliner" {>= "1.1.0" & with-test} 19 "uring" {>= "0.3"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "--promote-install-files=false" 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36 ["dune" "install" "-p" name "--create-install-files" name] 37] 38dev-repo: "git+https://github.com/ocaml-multicore/eio.git" 39url { 40 src: 41 "https://github.com/ocaml-multicore/eio/releases/download/v0.3/eio-0.3.tbz" 42 checksum: [ 43 "sha256=1af8852025776d68eea24fd3baeffcb15b0db09805865fa3fa191f3139b689f9" 44 "sha512=12620fdeab7b444ce37226c34d4719560a8e2fa5dbfacf0c6d9480e0ee7d1759cd8293fc7fe451383c13fcc069ab33ad44d10b32d6dbc980d3163c209e1a03a6" 45 ] 46} 47x-commit-hash: "0b56cec54f3c9e0b9c4382e33b7594eef13af3d0"