-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24954 from pirbo/hidapi.1.2
+hidapi{,lwt}.1.2
- Loading branch information
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
opam-version: "2.0" | ||
authors: "Vincent Botbol <vincent.botbol@nomadic-labs.com>" | ||
maintainer: "Vincent Botbol <vincent.botbol@nomadic-labs.com>" | ||
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"} | ||
"conf-hidapi" {build} | ||
"hidapi" {= version} | ||
"lwt" {>= "5.7.0"} | ||
] | ||
synopsis: "Lwt-wrappers for hidapi library" | ||
url { | ||
src: | ||
"https://github.com/vbmithr/ocaml-hidapi/archive/refs/tags/1.2.tar.gz" | ||
checksum: [ | ||
"sha256=ddcfc115f78ed8dfbcc2acd9b42f498c7cdfac19f53540f02602f63894515119" | ||
"sha512=2e8a8351144f87f9bbaeb1a27632ede527c6a6090d487cf43d546fd7cdf927673ef47be7625c413f602f9596d1ab21c8a384d8b8cb58d88d9b5014a7b51ebfce" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
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.2.tar.gz" | ||
checksum: [ | ||
"sha256=ddcfc115f78ed8dfbcc2acd9b42f498c7cdfac19f53540f02602f63894515119" | ||
"sha512=2e8a8351144f87f9bbaeb1a27632ede527c6a6090d487cf43d546fd7cdf927673ef47be7625c413f602f9596d1ab21c8a384d8b8cb58d88d9b5014a7b51ebfce" | ||
] | ||
} |