opam-version: "2.0" authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " homepage: "https://github.com/vbmithr/ocaml-hidapi" bug-reports: "https://github.com/vbmithr/ocaml-hidapi/issues" dev-repo: "git+https://github.com/vbmithr/ocaml-hidapi" build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ] depends: [ "ocaml" {>= "4.02.0"} "jbuilder" {>= "1.0+beta13"} "configurator" {build & >= "v0.10.0"} "conf-hidapi" {build} "bigstring" {>= "0.1.1"} ] synopsis: "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows." url { src: "https://github.com/vbmithr/ocaml-hidapi/releases/download/1.0/1.0.tar.gz" checksum: [ "sha256=3ea8e7865eafa11c372d63ead86697438da1baff46cdba9d1b1ff17345046db2" "md5=6197689cd0d5eae5316a4a2ba2a6f79f" ] }