blob: 416e06e12f057e68c3ca1bb3b4cda14d3be3cc85 (
plain)
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
27
28
29
30
31
32
33
34
35
36
|
### Synopsis
A library for making Haskell applications which use bittorrent
protocol easy. This package aims to be a fast thin layer and at the
same time provide both:
* Concise high level API for typical usage scenarious.
* More straightforward API if you need more fine grained control.
Currently it provides serialization and deserealization of core
datatypes, some widely used routines and core types.
### Status
See list of implemented [BEPs](BEP.md).
### Documentation
For documentation see haddock generated documentation.
### Build Status
[![Build Status][1]][2]
[1]: https://travis-ci.org/cobit/bittorrent.png
[2]: https://travis-ci.org/cobit/bittorrent
### Maintainer
This library is written and maintained by Sam T. <pxqr.sta@gmail.com>
Feel free to report bugs and suggestions via
[github issue tracker][issues] or the mail.
[issues]: https://github.com/cobit/bittorrent/issues/new
|