forked from pool/ghc-ekg-json
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ekg-json?expand=0&rev=1
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
name: ekg-json
|
|
version: 0.1.0.6
|
|
x-revision: 7
|
|
synopsis: JSON encoding of ekg metrics
|
|
description:
|
|
Encodes ekg metrics as JSON, using the same encoding as used by the
|
|
ekg package, thus allowing ekg metrics to be served by other HTTP
|
|
servers than the one used by the ekg package.
|
|
homepage: https://github.com/tibbe/ekg-json
|
|
bug-reports: https://github.com/tibbe/ekg-json/issues
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Johan Tibell
|
|
maintainer: johan.tibell@gmail.com
|
|
category: Distribution
|
|
extra-source-files: CHANGES.md
|
|
build-type: Simple
|
|
cabal-version: >=1.10
|
|
|
|
library
|
|
exposed-modules:
|
|
System.Metrics.Json
|
|
build-depends:
|
|
aeson >=0.4 && < 1.6,
|
|
base >= 4.5 && < 4.15,
|
|
ekg-core >= 0.1 && < 0.2,
|
|
text < 1.3,
|
|
unordered-containers < 0.3
|
|
|
|
default-language: Haskell2010
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/tibbe/ekg-json.git
|