File: AMI.cabal

package info (click to toggle)
haskell-ami 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 92 kB
  • sloc: haskell: 260; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
Name:                AMI

Version:             0.1

Synopsis:            Low-level bindings for Asterisk Manager Interface (AMI).

Description:         This package provides simple low-level bindings for
                     Asterisk Manager Interface (AMI).

Homepage:            http://redmine.iportnov.ru/projects/ami

bug-reports: http://redmine.iportnov.ru/projects/ami

License:             BSD3

License-file:        LICENSE

Author:              IlyaPortnov

Maintainer:          portnov84@rambler.ru

-- A copyright notice.
-- Copyright:           

Category:            Network

Build-type:          Simple

Extra-source-files:  test.hs

Cabal-version:       >=1.6


Library
  Exposed-modules:     Network.AMI
  
  Build-depends:       base >= 4 && < 5, containers, mtl, network, bytestring,
                       pureMD5, stm
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools:         

Source-repository head
  type: git
  location: git://home.iportnov.ru/AMI.git