diff options
Diffstat (limited to 'krpc.cabal')
-rw-r--r-- | krpc.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -12,10 +12,13 @@ tested-with: GHC == 7.4.1 | |||
12 | , GHC == 7.6.3 | 12 | , GHC == 7.6.3 |
13 | homepage: https://github.com/cobit/krpc | 13 | homepage: https://github.com/cobit/krpc |
14 | bug-reports: https://github.com/cobit/krpc/issues | 14 | bug-reports: https://github.com/cobit/krpc/issues |
15 | synopsis: KRPC remote procedure call protocol implementation. | 15 | synopsis: KRPC protocol implementation |
16 | description: | 16 | description: |
17 | 17 | ||
18 | KRPC remote procedure call protocol implementation. | 18 | The KRPC protocol is a simple RPC mechanism consisting of bencoded |
19 | dictionaries sent over UDP. | ||
20 | . | ||
21 | <http://bittorrent.org/beps/bep_0005.html#krpc-protocol> | ||
19 | 22 | ||
20 | extra-source-files: README.md | 23 | extra-source-files: README.md |
21 | , changelog | 24 | , changelog |