Packages

Bencoding encoder/decoder for Erlang — implements the serialization format specified in BEP 3 (BitTorrent)

Current section

Files

Jump to
bencoding src bencoding.app.src
Raw

src/bencoding.app.src

{application,bencoding,
[{description,"An encoder/decoder for bittorrent data representation"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[bencoding]},
{maintainers,["Ralf Th. Pietsch"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/ratopi/bencoding"}]}]}.