hledger/hledger-api/package.yaml

62 lines
1.4 KiB
YAML
Raw Normal View History

name: hledger-api
2019-02-02 04:19:19 +03:00
version: '1.13'
synopsis: Web API server for the hledger accounting tool
description: |
This is a simple web API server for hledger data.
It comes with a series of simple client-side web app examples.
hledger is a cross-platform program for tracking money, time, or
any other commodity, using double-entry accounting and a simple,
editable file format. It is inspired by and largely compatible
with ledger(1). hledger provides command-line, curses and web
interfaces, and aims to be a reliable, practical tool for daily
use.
category: Finance
license: GPL-3
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
github: simonmichael/hledger
homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
stability: alpha
2018-07-31 11:31:52 +03:00
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3
extra-source-files:
- CHANGES.md
- README
- examples/*.html
- hledger-api.1
- hledger-api.txt
- hledger-api.info
#data-files:
dependencies:
2019-02-02 04:19:19 +03:00
- hledger-lib >=1.13 && <1.14
- hledger >=1.13 && <1.14
- base >=4.8 && <4.13
- aeson
- bytestring
- containers
- data-default >=0.5
- Decimal
- docopt
- either
- microlens >=0.4
- microlens-platform >=0.2.3.1
- safe
2017-12-31 20:05:39 +03:00
- servant-server >=0.10
- servant-swagger
- swagger2 >=2.0
- text
- transformers
- wai
2016-09-22 21:56:38 +03:00
- wai-extra
- warp
executables:
hledger-api:
main: hledger-api.hs
ghc-options: -threaded
2019-02-02 04:19:19 +03:00
cpp-options: -DVERSION="1.13"