diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -1,14 +1,8 @@ | |||
1 | ### Synopsis | 1 | ### Synopsis |
2 | 2 | ||
3 | A library for making Haskell applications which use bittorrent | 3 | A library for making Haskell applications which use bittorrent |
4 | protocol easy. This package aims to be a fast thin layer and at the | 4 | protocol easy. Currently it provides serialization and deserealization |
5 | same time provide both: | 5 | of core datatypes, some widely used routines and core types. |
6 | |||
7 | * Concise high level API for typical usage scenarious. | ||
8 | * More straightforward API if you need more fine grained control. | ||
9 | |||
10 | Currently it provides serialization and deserealization of core | ||
11 | datatypes, some widely used routines and core types. | ||
12 | 6 | ||
13 | ### Status | 7 | ### Status |
14 | 8 | ||
@@ -26,9 +20,7 @@ For documentation see haddock generated documentation. | |||
26 | [2]: https://travis-ci.org/cobit/bittorrent | 20 | [2]: https://travis-ci.org/cobit/bittorrent |
27 | 21 | ||
28 | 22 | ||
29 | ### Maintainer | 23 | ### Maintainer <pxqr.sta@gmail.com> |
30 | |||
31 | This library is written and maintained by Sam T. <pxqr.sta@gmail.com> | ||
32 | 24 | ||
33 | Feel free to report bugs and suggestions via | 25 | Feel free to report bugs and suggestions via |
34 | [github issue tracker][issues] or the mail. | 26 | [github issue tracker][issues] or the mail. |