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" 7doc: "https://vbmithr.github.io/ocaml-hidapi/doc" 8 9build: [ "dune" "build" "-p" name "-j" jobs ] 10depends: [ 11 "ocaml" {>= "4.02.0" & < "5.0.0"} 12 "dune" {>= "1.8.2"} 13 "dune-configurator" 14 "conf-hidapi" {build} 15 "bigstring" {>= "0.2"} 16] 17synopsis: "Bindings to Signal11's hidapi library" 18description: """ 19A Simple library for communicating with USB and Bluetooth HID devices 20on Linux, Mac, and Windows.""" 21url { 22 src: 23 "https://github.com/vbmithr/ocaml-hidapi/releases/download/1.1/hidapi-1.1.tbz" 24 checksum: [ 25 "sha256=331e129814b070ae9ab1e5c823e0d0f06b7398f04678ff9f0fd41f1d440cd8a7" 26 "md5=77a7bb40449df3b5ad5a138bdebc1d91" 27 ] 28}