this repo has no description
1opam-version: "2.0"
2
3synopsis: "Helpers for interfacing Luv and Unix"
4
5license: "MIT"
6homepage: "https://github.com/aantron/luv"
7doc: "https://aantron.github.io/luv"
8bug-reports: "https://github.com/aantron/luv/issues"
9
10authors: "Anton Bachin <antonbachin@yahoo.com>"
11maintainer: "Anton Bachin <antonbachin@yahoo.com>"
12dev-repo: "git+https://github.com/aantron/luv.git"
13
14depends: [
15 "base-unix"
16 "ctypes" {>= "0.14.0"} # Ctypes.CArray.of_string.
17 "dune" {>= "2.0.0"}
18 "luv" {>= "0.5.8"} # uv.h.
19 "ocaml" {>= "4.03.0"}
20]
21
22build: [
23 ["dune" "build" "-p" name "-j" jobs]
24]
25
26url {
27 src:
28 "https://github.com/aantron/luv/releases/download/0.5.12/luv-0.5.12.tar.gz"
29 checksum: [
30 "sha256=769f6a08862a49d44e20043e270ef7177bcc7bb8679037bc06065622634c56c0"
31 "md5=57b2063e489cbbcfea3a238ced0dd297"
32 ]
33}