this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings for Linux io_uring" 3description: 4 "Bindings to the Linux io_uring kernel IO interfaces. See https://github.com/ocaml-multicore/eio for a higher-level API using this." 5maintainer: ["anil@recoil.org"] 6authors: ["Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard"] 7license: "(ISC AND MIT)" 8homepage: "https://github.com/ocaml-multicore/ocaml-uring" 9doc: "https://ocaml-multicore.github.io/ocaml-uring/" 10bug-reports: "https://github.com/ocaml-multicore/ocaml-uring/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "cstruct" {>= "6.0.1"} 14 "ocaml" {>= "4.12.0"} 15 "dune-configurator" 16 "lwt" {with-test & >= "5.0.0"} 17 "notty" {>= "0.2.2" & with-test} 18 "bechamel-notty" {>= "0.1.0" & with-test} 19 "bechamel" {>= "0.1.0" & with-test} 20 "logs" {with-test & >= "0.5.0"} 21 "cmdliner" {with-test & >= "1.1.0"} 22 "fmt" {>= "0.8.10"} 23 "optint" {>= "0.1.0"} 24 "alcotest" {>= "1.4.0" & with-test} 25 "odoc" {with-doc} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@install" 37 "@runtest" {with-test} 38 "@doc" {with-doc} 39 ] 40] 41x-ci-accept-failures: [ 42 "oraclelinux-7" 43 "centos-7" 44] 45dev-repo: "git+https://github.com/ocaml-multicore/ocaml-uring.git" 46depexts: [ 47 ["linux-headers"] {os-distribution = "alpine"} 48] 49available: [os = "linux"] 50url { 51 src: 52 "https://github.com/ocaml-multicore/ocaml-uring/releases/download/v0.3/uring-0.3.tbz" 53 checksum: [ 54 "sha256=47c225fce95ad34dd38c35f30724f7d8111afd4370d301985abc720747c6d746" 55 "sha512=af093ea00aa57d02a32f27708a3a6ebc9e3b6d509ecbe0c88b0ba85ec57a23131c51c5009b40a3ef4a63568ad9d2793bff73e7cf7ba149b9ea5ce12b41d2aafa" 56 ] 57} 58x-commit-hash: "bbde1d78e62bdc0dbeda23e2bb96dd07d0e34daf"