Skip to content

Commit b56daa9

Browse files
authored
Merge pull request ocaml#24954 from pirbo/hidapi.1.2
+hidapi{,lwt}.1.2
2 parents f1067c8 + 66175d9 commit b56daa9

File tree

2 files changed

+55
-0
lines changed
  • packages
    • hidapi-lwt/hidapi-lwt.1.2
    • hidapi/hidapi.1.2

2 files changed

+55
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
opam-version: "2.0"
2+
authors: "Vincent Botbol <[email protected]>"
3+
maintainer: "Vincent Botbol <[email protected]>"
4+
homepage: "https://github.com/vbmithr/ocaml-hidapi"
5+
bug-reports: "https://github.com/vbmithr/ocaml-hidapi/issues"
6+
dev-repo: "git+https://github.com/vbmithr/ocaml-hidapi"
7+
doc: "https://vbmithr.github.io/ocaml-hidapi/doc"
8+
license: "MIT"
9+
10+
build: [ "dune" "build" "-p" name "-j" jobs ]
11+
depends: [
12+
"ocaml" {>= "4.02.0"}
13+
"dune" {>= "1.8.2"}
14+
"conf-hidapi" {build}
15+
"hidapi" {= version}
16+
"lwt" {>= "5.7.0"}
17+
]
18+
synopsis: "Lwt-wrappers for hidapi library"
19+
url {
20+
src:
21+
"https://github.com/vbmithr/ocaml-hidapi/archive/refs/tags/1.2.tar.gz"
22+
checksum: [
23+
"sha256=ddcfc115f78ed8dfbcc2acd9b42f498c7cdfac19f53540f02602f63894515119"
24+
"sha512=2e8a8351144f87f9bbaeb1a27632ede527c6a6090d487cf43d546fd7cdf927673ef47be7625c413f602f9596d1ab21c8a384d8b8cb58d88d9b5014a7b51ebfce"
25+
]
26+
}

packages/hidapi/hidapi.1.2/opam

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
opam-version: "2.0"
2+
authors: "Vincent Bernardoff <[email protected]>"
3+
maintainer: "Vincent Bernardoff <[email protected]>"
4+
homepage: "https://github.com/vbmithr/ocaml-hidapi"
5+
bug-reports: "https://github.com/vbmithr/ocaml-hidapi/issues"
6+
dev-repo: "git+https://github.com/vbmithr/ocaml-hidapi"
7+
doc: "https://vbmithr.github.io/ocaml-hidapi/doc"
8+
license: "MIT"
9+
10+
build: [ "dune" "build" "-p" name "-j" jobs ]
11+
depends: [
12+
"ocaml" {>= "4.02.0"}
13+
"dune" {>= "1.8.2"}
14+
"dune-configurator"
15+
"conf-hidapi" {build}
16+
"bigstring" {>= "0.2"}
17+
]
18+
synopsis: "Bindings to Signal11's hidapi library"
19+
description: """
20+
A Simple library for communicating with USB and Bluetooth HID devices
21+
on Linux, Mac, and Windows."""
22+
url {
23+
src:
24+
"https://github.com/vbmithr/ocaml-hidapi/archive/refs/tags/1.2.tar.gz"
25+
checksum: [
26+
"sha256=ddcfc115f78ed8dfbcc2acd9b42f498c7cdfac19f53540f02602f63894515119"
27+
"sha512=2e8a8351144f87f9bbaeb1a27632ede527c6a6090d487cf43d546fd7cdf927673ef47be7625c413f602f9596d1ab21c8a384d8b8cb58d88d9b5014a7b51ebfce"
28+
]
29+
}

0 commit comments

Comments
 (0)