File: gsasl.cabal

package info (click to toggle)
haskell-gsasl 0.3.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 120 kB
  • sloc: haskell: 722; ansic: 9; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 909 bytes parent folder | download
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
name: gsasl
version: 0.3.4
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: John Millikin <jmillikin@gmail.com>
build-type: Simple
cabal-version: >= 1.6
category: Network
stability: experimental
homepage: https://john-millikin.com/software/haskell-gsasl/
bug-reports: mailto:jmillikin@gmail.com

synopsis: Bindings for GNU libgsasl
description:

source-repository head
  type: bazaar
  location: https://john-millikin.com/branches/haskell-gsasl/0.3/

source-repository this
  type: bazaar
  location: https://john-millikin.com/branches/haskell-gsasl/0.3/
  tag: haskell-gsasl_0.3.4

library
  ghc-options: -Wall -O2
  hs-source-dirs: lib
  c-sources: cbits/hsgsasl-shim.c

  build-depends:
      base >= 4.0 && < 5.0
    , transformers >= 0.2
    , bytestring >= 0.9 && < 0.10

  pkgconfig-depends: libgsasl >= 1.1

  exposed-modules: Network.Protocol.SASL.GNU