File: README.md

package info (click to toggle)
haskell-bencode 0.6.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: haskell: 327; makefile: 2
file content (26 lines) | stat: -rwxr-xr-x 814 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# bencode

[![travis][badge-travis]][travis]
[![hackage][badge-hackage]][hackage]
[![license][badge-license]][license]

Haskell 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.


# Support

- [Issue tracker][issues]



[badge-travis]: https://travis-ci.org/creichert/bencode.svg?branch=master
[travis]: https://travis-ci.org/creichert/bencode
[badge-hackage]: https://img.shields.io/hackage/v/bencode.svg?dummy
[hackage]: https://hackage.haskell.org/package/bencode
[badge-license]: https://img.shields.io/badge/license-BSD3-green.svg?dummy
[license]: https://github.com/creichert/bencode/blob/master/LICENSE
[issues]: https://github.com/creichert/bencode/issues