this repo has no description
1opam-version: "2.0" 2authors: "Vincent Bernardoff <vb@luminar.eu.org>" 3maintainer: "Vincent Bernardoff <vb@luminar.eu.org>" 4homepage: "https://github.com/vbmithr/ocaml-hidapi" 5bug-reports: "https://github.com/vbmithr/ocaml-hidapi/issues" 6dev-repo: "git+https://github.com/vbmithr/ocaml-hidapi" 7 8build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ] 9depends: [ 10 "ocaml" {>= "4.02.0"} 11 "jbuilder" {>= "1.0+beta13"} 12 "configurator" {build & >= "v0.10.0"} 13 "conf-hidapi" {build} 14 "bigstring" {>= "0.1.1"} 15] 16synopsis: 17 "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows." 18url { 19 src: 20 "https://github.com/vbmithr/ocaml-hidapi/releases/download/1.0/1.0.tar.gz" 21 checksum: [ 22 "sha256=3ea8e7865eafa11c372d63ead86697438da1baff46cdba9d1b1ff17345046db2" 23 "md5=6197689cd0d5eae5316a4a2ba2a6f79f" 24 ] 25}