Path to this page:
./
textproc/ruby-rqrcode_core,
Ruby library to encode QR Codes
Branch: pkgsrc-2022Q4,
Version: 1.2.0,
Package name: ruby31-rqrcode_core-1.2.0,
Maintainer: pkgsrc-usersRQRCodeCore
rqrcode_core is a Ruby library for encoding QR Codes. The simple interface
(with no runtime dependencies) allows you to create QR Code data structures.
It was originally adapted in 2008 from a Javascript library by Kazuhiko
Arase: https://github.com/kazuhikoarase.
Features
* rqrcode_core is a ruby only library. It requires no native libraries. Just
Ruby!
* It is an encoding library. You can't decode QR codes with it.
* The interface is simple and assumes you just want to encode a string into
a QR code.
* QR code is trademarked by Denso Wave inc.
rqrcode_core is the basis of the popular rqrcode gem:
https://github.com/whomwah/rqrcode. This gem allows you to generate
different renderings of your QR code, including png, svg and ansi.
Master sites:
Filesize: 18.5 KB
Version history: (Expand)
- (2022-12-27) Package added to pkgsrc.se, version ruby31-rqrcode_core-1.2.0 (created)