qrcode/ebin/qrcode.app

10 lines
262 B
Plaintext
Raw Permalink Normal View History

{application, qrcode,
[{description, "QRCode Encoder"},
2015-12-24 13:53:07 +01:00
{vsn, "1.0.3"},
{modules, [qrcode, qrcode_matrix, qrcode_mask, qrcode_reedsolomon, gf256, bits, base32]},
{mod, {qrcode, []}},
{registered, []},
{env, []},
{applications, [kernel, stdlib]}
]}.