this repo has no description
1opam-version: "2.0"
2maintainer: "Danny Willems <contact@danny-willems.be>"
3authors: "Danny Willems <contact@danny-willems.be>"
4homepage:
5"https://github.com/dannywillems/ocaml-cordova-plugin-barcodescanner"
6bug-reports:
7"https://github.com/dannywillems/ocaml-cordova-plugin-barcodescanner/issues"
8license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
9dev-repo:
10 "git+https://github.com/dannywillems/ocaml-cordova-plugin-barcodescanner.git"
11build: [make "build"]
12install: [make "install"]
13remove: [make "remove"]
14depends: [
15 "ocaml" {>= "4.03.0"}
16 "ocamlfind" {build}
17 "gen_js_api"
18]
19synopsis: "Binding OCaml to cordova-plugin-barcode-scanner using gen_js_api."
20description: """
21Binding OCaml to cordova-plugin-barcode-scanner using gen_js_api.
22See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins."""
23url {
24 src:
25 "https://github.com/dannywillems/ocaml-cordova-plugin-barcode-scanner/archive/v1.0.tar.gz"
26 checksum: [
27 "sha256=18983f0ea4c4a33d412a6fdbe08bddfc98d3232a2705eeecd148c6177693208f"
28 "md5=3d7af9e6e85528f3ad73c102aacaa2cb"
29 ]
30}