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 "dune" {>= "2.0.0"} 17 "luv" {>= "0.5.8"} # uv.h. 18 "ctypes" {>= "0.14.0"} 19 "ocaml" {>= "4.02.0"} 20 "result" 21] 22 23build: [ 24 ["dune" "build" "-p" name "-j" jobs] 25] 26 27url { 28 src: 29 "https://github.com/aantron/luv/releases/download/0.5.11/luv-0.5.11.tar.gz" 30 checksum: [ 31 "sha256=ccecf47311b384b8b7437eaac92b4d0b3f091971ed10241f672b0c2a2c8a3a43" 32 "md5=efe61a4b4725d59901984022c02ef698" 33 ] 34}