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" {>= "4.07.0"} "async_kernel" {>= "v0.12" & < "v0.13"} "async_unix" {>= "v0.12" & < "v0.13"} "core" {>= "v0.12" & < "v0.13"} "ppx_jane" {>= "v0.12" & < "v0.13"} "dune" {>= "1.5.1"} ] synopsis: "Thin wrapper around [Linux_ext.sendfile] to send full files" url { src: "https://ocaml.janestreet.com/ocaml-core/v0.12/files/async_sendfile-v0.12.0.tar.gz" checksum: [ "sha256=7b5f3f3987c7653bc9687ae9b4015ac42cc36339c1778b527c1a5cf6dbc09b7d" "md5=66a3678339a46fae341b1bf504811dab" ] }