Current section

Files

Jump to
crc src crc.app.src
Raw

src/crc.app.src

%% -*- mode: erlang; tab-width: 4; indent-tabs-mode: 1; st-rulers: [70] -*-
%% vim: ts=4 sw=4 ft=erlang noet
{application, crc, [
{description, "A library used to calculate CRC checksums for binary data"},
{vsn, "0.9.2"},
{id, "git"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{modules, []},
{maintainers, ["Rodney Norris"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/TattdCodeMonkey/crc"}]},
{env, []}
]}.