this repo has no description
1opam-version: "2.0" 2authors: "Vincent Botbol <vincent.botbol@nomadic-labs.com>" 3maintainer: "Vincent Botbol <vincent.botbol@nomadic-labs.com>" 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" 9build: [ "dune" "build" "-p" name "-j" jobs ] 10depends: [ 11 "ocaml" {>= "4.02.0"} 12 "dune" {>= "1.8.2"} 13 "conf-hidapi" {build} 14 "hidapi" {= version} 15 "lwt" {>= "5.7.0"} 16] 17synopsis: "Lwt-wrappers for hidapi library" 18url { 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}