this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add hidapi(-lwt).1.2.1

vbot e05f2455 fa77046c

+53
+25
packages/hidapi-lwt/hidapi-lwt.1.2.1/opam
··· 1 + opam-version: "2.0" 2 + authors: "Vincent Botbol <vincent.botbol@nomadic-labs.com>" 3 + maintainer: "Vincent Botbol <vincent.botbol@nomadic-labs.com>" 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 + build: [ "dune" "build" "-p" name "-j" jobs ] 10 + depends: [ 11 + "ocaml" {>= "4.02.0"} 12 + "dune" {>= "1.8.2"} 13 + "conf-hidapi" {build} 14 + "hidapi" {= version} 15 + "lwt" {>= "5.7.0"} 16 + ] 17 + synopsis: "Lwt-wrappers for hidapi library" 18 + url { 19 + src: 20 + "https://github.com/vbmithr/ocaml-hidapi/archive/refs/tags/1.2.1.tar.gz" 21 + checksum: [ 22 + "sha256=750d03623fe39a5ff13f206a182163a18a65d529f9ea4431d3daab9ccf438f1a" 23 + "sha512=d352e7d75f702b1a36db858ac7117fcb928a11a100b231fbd8c4e1f4dd7219cf496cb6f4184236d87a4eb22b208df389e43e29946ac3681aab7486faf519f749" 24 + ] 25 + }
+28
packages/hidapi/hidapi.1.2.1/opam
··· 1 + opam-version: "2.0" 2 + authors: "Vincent Bernardoff <vb@luminar.eu.org>" 3 + maintainer: "Vincent Bernardoff <vb@luminar.eu.org>" 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 + build: [ "dune" "build" "-p" name "-j" jobs ] 10 + depends: [ 11 + "ocaml" {>= "4.02.0"} 12 + "dune" {>= "1.8.2"} 13 + "dune-configurator" 14 + "conf-hidapi" {build} 15 + "bigstring" {>= "0.2"} 16 + ] 17 + synopsis: "Bindings to Signal11's hidapi library" 18 + description: """ 19 + A Simple library for communicating with USB and Bluetooth HID devices 20 + on Linux, Mac, and Windows.""" 21 + url { 22 + src: 23 + "https://github.com/vbmithr/ocaml-hidapi/archive/refs/tags/1.2.1.tar.gz" 24 + checksum: [ 25 + "sha256=750d03623fe39a5ff13f206a182163a18a65d529f9ea4431d3daab9ccf438f1a" 26 + "sha512=d352e7d75f702b1a36db858ac7117fcb928a11a100b231fbd8c4e1f4dd7219cf496cb6f4184236d87a4eb22b208df389e43e29946ac3681aab7486faf519f749" 27 + ] 28 + }