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 " maintainer: "Anton Bachin " dev-repo: "git+https://github.com/aantron/luv.git" depends: [ "base-unix" "dune" {>= "2.0.0"} "luv" {>= "0.5.8"} # uv.h. "ctypes" {>= "0.14.0"} "ocaml" {>= "4.02.0"} "result" ] build: [ ["dune" "build" "-p" name "-j" jobs] ] url { src: "https://github.com/aantron/luv/releases/download/0.5.11/luv-0.5.11.tar.gz" checksum: [ "sha256=ccecf47311b384b8b7437eaac92b4d0b3f091971ed10241f672b0c2a2c8a3a43" "md5=efe61a4b4725d59901984022c02ef698" ] }