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" doc: "https://vbmithr.github.io/ocaml-hidapi/doc" build: [ "dune" "build" "-p" name "-j" jobs ] depends: [ "ocaml" {>= "4.02.0" & < "5.0.0"} "dune" {>= "1.8.2"} "dune-configurator" "conf-hidapi" {build} "bigstring" {>= "0.2"} ] synopsis: "Bindings to Signal11's hidapi library" description: """ 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.1/hidapi-1.1.tbz" checksum: [ "sha256=331e129814b070ae9ab1e5c823e0d0f06b7398f04678ff9f0fd41f1d440cd8a7" "md5=77a7bb40449df3b5ad5a138bdebc1d91" ] }