qrcode/ebin/qrcode.app
komone 3939fb66e7 Commit of qrcode encoder and supporting modules.
Includes demo module with basic png and crypto
for a full-cyle demo with a mobile phone.
2011-04-10 23:08:14 -05:00

10 lines
255 B
Erlang

{application, qrcode,
[{description, "QRCode Encoder"},
{vsn, "1.0.0"},
{modules, [qrcode, qrcode_matrix, qrcode_mask, reedsolomon, gf256, bits, base32]},
{mod, {qrcode, []}},
{registered, []},
{env, []},
{applications, [kernel, stdlib]}
]}.