this repo has no description

hidapi.1.1.2

Changed files
+29
packages
hidapi
hidapi.1.1.2
+29
packages/hidapi/hidapi.1.1.2/opam
···
+
opam-version: "2.0"
+
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
+
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
+
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"
+
license: "MIT"
+
+
build: [ "dune" "build" "-p" name "-j" jobs ]
+
depends: [
+
"ocaml" {>= "4.02.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/archive/refs/tags/1.1.2.tar.gz"
+
checksum: [
+
"sha256=e3ff1966ed3204fa717f4660a6bb41371eea333e0e58cbc8ce4bfa4523d0c630"
+
"sha512=c4fb07399883c9aec562ce998d837543701f66ff049c92b5460e793e8250317221f6bd505811b0befd47e8671f8b07cf9d7cd09084d0b4b4ff9733461f96a30c"
+
]
+
}