opam-version: "2.0"
synopsis: "Bindings for the Linux epoll system call"
description: """\
Bindings for the Linux epoll system call. The binding avoids
most allocation in the event loop by iterating over all file
descriptors that are reported as ready."""
maintainer: "Christian Lindig <christian.lindig@cloud.com>"
authors: "Christian Lindig <christian.lindig@cloud.com>"
license: "MIT"
homepage: "https://github.com/lindig/polly"
bug-reports: "https://github.com/lindig/polly/issues"
depends: [
  "dune" {>= "2.0"}
  "ocaml" {>= "4.08.0"}
  "cmdliner" {>= "1.1.0"}
  "base-unix"
  "conf-linux-libc-dev"
]
build: ["dune" "build" "-p" name "-j" jobs "@install"]
dev-repo: "git+https://github.com/lindig/polly.git"
url {
  src:
    "https://github.com/lindig/polly/releases/download/0.4.1/polly-0.4.1.tbz"
  checksum: [
    "sha256=d96859f459fc9c072600e0446593959ff34bb82efc38f00b3d14c464ced10ad6"
    "sha512=76ebec8f3581f8223d50094cbf592c66bbc8f3c7e97a027e10327e0813ca6ecdc041fd93b8a0e80aa4c6d391e43a806d37031f26d04716b26ebad72905debc7e"
  ]
}
x-commit-hash: "2bab081f360329739517cb8f2b6ac9b507a5ee27"
