]> gitweb @ CieloNegro.org - bindings-librrd.git/blob - bindings-librrd.cabal
initial revision
[bindings-librrd.git] / bindings-librrd.cabal
1 Name:           bindings-librrd
2 Synopsis:       Low level bindings to RRDtool
3 Description:
4     RRDtool is a high performance data logging and graphing system for
5     time series data.
6
7     This package provides low-level bindings to librrd, which contains
8     most of the functionality in RRDtool.
9 Version:        0.1
10 License:        PublicDomain
11 License-File:   COPYING
12 Author:         PHO <pho at cielonegro dot org>
13 Maintainer:     PHO <pho at cielonegro dot org>
14 Homepage:       http://cielonegro.org/Bindings-librrd.html
15 Category:       FFI
16 Tested-With:    GHC == 6.12.1
17 Cabal-Version:  >= 1.6
18 Build-Type:     Simple
19
20 Source-Repository head
21     Type:       git
22     Location:   git://git.cielonegro.org/bindings-librrd.git
23
24 Library
25     Build-Depends:
26         base         == 4.2.*,
27         bindings-DSL == 1.0.*
28
29     PkgConfig-Depends:
30         librrd >= 1.4.3
31
32     Extensions:
33         ForeignFunctionInterface
34
35     Exposed-Modules:
36         Bindings.Librrd
37         Bindings.Posix.Time
38
39     C-Sources:
40         cbits/inlines.c