Skip to content

X-FRI/ocaml-quirc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-quirc

OCaml bindings for quirc. Now you can extract and decode QR codes in OCaml 🐪

Usage

See lib/quirc.mli for the API

It's not on opam atm, but you can use it in your projects with opam pin add https://github.com/nathanfarlow/ocaml-quirc and add quirc to your libraries stanza in your dune file.

See example/example.ml for an example. To run the example:

git clone https://github.com/nathanfarlow/ocaml-quirc.git
cd ocaml-quirc
dune build && dune exec example/example.exe example/hello.pgm

About

OCaml bindings for quirc, a QR code reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.6%
  • C++ 7.3%
  • OCaml 6.4%
  • Makefile 2.4%
  • Other 0.3%