this repo has no description
1opam-version: "2.0"
2maintainer: "vb@luminar.eu.org"
3authors: ["Vincent Bernardoff"]
4homepage: "https://github.com/vbmithr/qrencode-ocaml"
5build: ["dune" "build" "-p" name "-j" jobs]
6
7depends: [
8 "conf-pkg-config"
9 "dune" {>= "1.10"}
10 "dune-configurator"
11 "ocaml"
12]
13depexts: [
14 ["libqrencode-dev" "libpng-dev"] {os-family = "debian"}
15 ["qrencode" "libpng"] {os-distribution = "arch"}
16]
17dev-repo: "git+https://github.com/vbmithr/qrencode-ocaml"
18bug-reports: "https://github.com/vbmithr/qrencode-ocaml/issues"
19synopsis: "Binding to libqrencode (QR-code encoding library)"
20doc:"https://vbmithr.github.io/qrencode-ocaml"
21description:"""
22Libqrencode is a fast and compact library for encoding data in a QR
23Code symbol, a 2D symbology that can be scanned by handy terminals
24such as a mobile phone with CCD. The capacity of QR Code is up to 7000
25digits or 4000 characters and has high robustness."
26"""
27url {
28 src:
29 "https://github.com/vbmithr/qrencode-ocaml/releases/download/0.2/qrencode-0.2.tbz"
30 checksum: [
31 "sha256=2058669f169bace743f09ce03ce0227e49548e6e77a1d3852aebab287bab721b"
32 "sha512=7fabfe4c9e03af13a0d296014416c740c66f6a57498f984294b83348e4d0e98e00261711d862a568c7b5e6803d5ed40ff02e4c57ea08ee66075c02686c004b29"
33 ]
34}