File: torrent.cabal

package info (click to toggle)
haskell-torrent 10000.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 64 kB
  • sloc: haskell: 159; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 627 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
Name: torrent
Version: 10000.1.1
Cabal-Version: >= 1.6
Maintainer: Joey Hess <id@joeyh.name>
Author: Lemmih <lemmih@gmail.com>
Copyright: 2005-2007, Lemmih
License-File: LICENSE
License: BSD3
Build-Type: Simple
Category: Network
Extra-Source-Files: CHANGELOG
Synopsis: BitTorrent file parser and generater

Library
  GHC-Options: -Wall -fno-warn-tabs
  Hs-Source-Dirs: src
  Exposed-Modules:
    Data.Torrent
    Data.Torrent.Scrape
  Build-Depends: base >= 4.5, base < 5, binary, bencode >=0.2,
    filepath, containers, bytestring, syb

source-repository head
  type: git
  location: git://git.joeyh.name/haskell-torrent.git