package qrc

  1. Overview
  2. Docs
QR code encoder for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

qrc-0.1.0.tbz
md5=60151f3126ae3c45ae9052499d4c99a1

Description

Qrc encodes your data into QR codes. It has built-in QR matrix renderers for SVG, ANSI terminal and text.

Qrc is distributed under the ISC license. It has no dependencies.

Tags

qr-code codec org:erratique

Published: 23 Oct 2020

README

qrc — QR code encoder for OCaml

v0.1.0

Qrc encodes your data into QR codes. It has built-in QR matrix renderers for SVG, ANSI terminal and text.

Qrc is distributed under the ISC license. It has no dependencies.

Homepage: https://erratique.ch/software/qrc

Installation

qrc can be installed with opam:

opam install qrc

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation can be consulted online or via odig doc qrc.

Questions are welcome but better asked on the OCaml forum than on the issue tracker.

Sample programs

The qrtrip tool generates QR codes from the command line. It renders QR matrices to SVG, ANSI terminals and US-ASCII or UTF-8 text.

Dependencies (4)

  1. topkg build & >= "0.9.0"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. cmdliner < "1.0.4"