5 lines
248 B
Text
5 lines
248 B
Text
Parser and printer for bencoded data. Bencode (pronounced like B encode)
|
|
is the encoding used by the peer-to-peer file sharing system BitTorrent
|
|
for storing and transmitting loosely structured data.
|
|
|
|
WWW: http://hackage.haskell.org/package/bencode
|