version: "0.4.1"
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://github.com/lindig/polly.git"