package qrc
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=5a65088dfc6994b2d4aee096a3082386099dbcf4b0682e8fb16f21a9b5d3f218ecf109f7f7d3c60c6ccc378d83a3be2aa412ec0196cc75d671677931ad58d668
CHANGES.md.html
v0.2.0 2024-09-10 Zagreb
Qrc.Matrix.to_svg
, change matrix rendering strategy. The result doesn't use xlink (no risk of identifier clashes when embedding), renders faster in browsers and is more compact (#1). Thanks to Alain Frisch for the patch.qrtrip
tool. Fixstdin
reading bug, newlines were being dropped and arbitrary binary input was impossible (#5).qrtrip
tool. Incompatible change to fix the footgun UI. Before, the optional positional argument was the message to QR encode, but it feels natural to specify a file to QR encode. In which case you would silently QR encode a file path… The optional argument is now a file to read by default. Use option-m/--message
to treat the argument as the message and make the tool operate as it used to.Require OCaml 4.14.0.
v0.1.0 2020-10-22 Zagreb
First release.