]> gitweb @ CieloNegro.org - bindings-apr-util.git/blob - bindings-apr-util.cabal
Bindings.APR.XML and APU.Version
[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.APR.AnyLock
33         Bindings.APR.Base64
34         Bindings.APR.Buckets
35         Bindings.APR.Date
36         Bindings.APR.DBD
37         Bindings.APR.DBM
38         Bindings.APR.Hooks
39         Bindings.APR.LDAP
40         Bindings.APR.LDAP.Init
41         Bindings.APR.LDAP.Option
42         Bindings.APR.LDAP.Rebind
43         Bindings.APR.LDAP.URL
44         Bindings.APR.MD4
45         Bindings.APR.MD5
46         Bindings.APR.MemCache
47         Bindings.APR.Queue
48         Bindings.APR.RMM
49         Bindings.APR.ResList
50         Bindings.APR.SDBM
51         Bindings.APR.SHA1
52         Bindings.APR.StrMatch
53         Bindings.APR.Thread.Pool
54         Bindings.APR.URI
55         Bindings.APR.UUID
56         Bindings.APR.XLate
57         Bindings.APR.XML
58         Bindings.APU
59         Bindings.APU.Version
60
61     C-Sources:
62         cbits/helper_apr_anylock.c
63         cbits/helper_apr_buckets.c
64         cbits/helper_apr_dbm.c
65         cbits/helper_apr_ldap.c
66         cbits/helper_apr_ldap_init.c
67         cbits/helper_apr_md4.c
68         cbits/helper_apr_sdbm.c
69         cbits/helper_apr_sha1.c
70         cbits/helper_apr_strmatch.c
71         cbits/helper_apr_xml.c
72         cbits/helper_apu_version.c
73
74     Extensions:
75         ForeignFunctionInterface