opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/async_sendfile" bug-reports: "https://github.com/janestreet/async_sendfile/issues" dev-repo: "git+https://github.com/janestreet/async_sendfile.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_sendfile/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "async_kernel" {>= "v0.17" & < "v0.18"} "async_unix" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Thin wrapper around [Linux_ext.sendfile] to send full files" description: " " url { src: "https://github.com/janestreet/async_sendfile/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=0ef1548b46df6304899c152d7e1c5b5581344f4d2d1783083319a84aedbdc860" }