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" "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] ] url { src: "https://github.com/aantron/luv/releases/download/0.5.12/luv-0.5.12.tar.gz" checksum: [ "sha256=769f6a08862a49d44e20043e270ef7177bcc7bb8679037bc06065622634c56c0" "md5=57b2063e489cbbcfea3a238ced0dd297" ] }