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"
8license: "MIT"
9
10build: [ "dune" "build" "-p" name "-j" jobs ]
11depends: [
12 "ocaml" {>= "4.02.0"}
13 "dune" {>= "1.8.2"}
14 "dune-configurator"
15 "conf-hidapi" {build}
16 "bigstring" {>= "0.2"}
17]
18synopsis: "Bindings to Signal11's hidapi library"
19description: """
20A Simple library for communicating with USB and Bluetooth HID devices
21on Linux, Mac, and Windows."""
22url {
23 src:
24 "https://github.com/vbmithr/ocaml-hidapi/archive/refs/tags/1.1.2.tar.gz"
25 checksum: [
26 "sha256=e3ff1966ed3204fa717f4660a6bb41371eea333e0e58cbc8ce4bfa4523d0c630"
27 "sha512=c4fb07399883c9aec562ce998d837543701f66ff049c92b5460e793e8250317221f6bd505811b0befd47e8671f8b07cf9d7cd09084d0b4b4ff9733461f96a30c"
28 ]
29}