]> gitweb @ CieloNegro.org - bindings-apr-util.git/blob - bindings-apr-util.cabal
Bindings.APR.Thread.Pool
[bindings-apr-util.git] / bindings-apr-util.cabal
1 Name: bindings-apr-util
2 Synopsis: Low level bindings to Apache Portable Runtime Utility (APR Utility)
3 Description:
4         Bindings to APR Utility: <http://apr.apache.org/>
5 Version: 0.1
6 License: PublicDomain
7 License-File: COPYING
8 Author: PHO <pho at cielonegro dot org>
9 Maintainer: PHO <pho at cielonegro dot org>
10 Stability: experimental
11 Homepage: http://cielonegro.org/Bindings-APR.html
12 Category: FFI
13 Tested-With: GHC == 6.12.3
14 Cabal-Version: >= 1.6
15 Build-Type: Simple
16 Extra-Source-Files:
17
18 Source-Repository head
19     Type: git
20     Location: git://git.cielonegro.org/bindings-apr-util.git
21
22 Library
23     Build-Depends:
24         base         == 4.2.*,
25         bindings-DSL == 1.0.*,
26         bindings-apr == 0.1.*
27
28     PkgConfig-Depends:
29         apr-util-1 >= 1.3
30
31     Exposed-Modules:
32         Bindings.APU
33         Bindings.APR.AnyLock
34         Bindings.APR.Base64
35         Bindings.APR.Buckets
36         Bindings.APR.Date
37         Bindings.APR.DBD
38         Bindings.APR.DBM
39         Bindings.APR.Hooks
40         Bindings.APR.LDAP
41         Bindings.APR.LDAP.Init
42         Bindings.APR.LDAP.Option
43         Bindings.APR.LDAP.Rebind
44         Bindings.APR.LDAP.URL
45         Bindings.APR.MD4
46         Bindings.APR.MD5
47         Bindings.APR.MemCache
48         Bindings.APR.Queue
49         Bindings.APR.RMM
50         Bindings.APR.ResList
51         Bindings.APR.SDBM
52         Bindings.APR.SHA1
53         Bindings.APR.StrMatch
54         Bindings.APR.Thread.Pool
55         Bindings.APR.XLate
56
57     C-Sources:
58         cbits/helper_apr_anylock.c
59         cbits/helper_apr_buckets.c
60         cbits/helper_apr_dbm.c
61         cbits/helper_apr_ldap.c
62         cbits/helper_apr_ldap_init.c
63         cbits/helper_apr_md4.c
64         cbits/helper_apr_sdbm.c
65         cbits/helper_apr_sha1.c
66         cbits/helper_apr_strmatch.c
67
68     Extensions:
69         ForeignFunctionInterface