Leonidas-from-XIV / nux-qr-format

OCaml library to interact with the format of NUX Mighty amp QR codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NUX QR Format

This library supports the QR format used by NUX Mighty Plug guitar amplifiers.

Installation

$ opam switch create ./ ocaml-base-compiler.4.14.2
$ opam install . --deps-only --with-test
$ dune build

CLI

Aside from the library interface there exists a binary that can be used from the shell that allows to work with the data contained in the QR code.

$ dune exec nux-qr-format

About

OCaml library to interact with the format of NUX Mighty amp QR codes

License:MIT License


Languages

Language:OCaml 100.0%