opam-version: "2.0" authors: "Vincent Botbol " maintainer: "Vincent Botbol " 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.1.tar.gz" checksum: [ "sha256=750d03623fe39a5ff13f206a182163a18a65d529f9ea4431d3daab9ccf438f1a" "sha512=d352e7d75f702b1a36db858ac7117fcb928a11a100b231fbd8c4e1f4dd7219cf496cb6f4184236d87a4eb22b208df389e43e29946ac3681aab7486faf519f749" ] }