opam-version: "2.0"

synopsis: "Helpers for interfacing Luv and Unix"

license: "MIT"
homepage: "https://github.com/aantron/luv"
doc: "https://aantron.github.io/luv"
bug-reports: "https://github.com/aantron/luv/issues"

authors: "Anton Bachin <antonbachin@yahoo.com>"
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
dev-repo: "git+https://github.com/aantron/luv.git"

depends: [
  "base-unix"
  "ctypes" {>= "0.14.0"}  # Ctypes.CArray.of_string.
  "dune" {>= "2.0.0"}
  "luv" {>= "0.5.8"}  # uv.h.
  "ocaml" {>= "4.03.0"}
]

build: [
  ["dune" "build" "-p" name "-j" jobs]
]
