2016-08-09 17:24:41 +03:00
|
|
|
name: hledger-api
|
2017-06-06 19:21:51 +03:00
|
|
|
version: '1.2.98'
|
2016-08-09 17:24:41 +03:00
|
|
|
synopsis: Web API server for the hledger accounting tool
|
2016-08-09 21:27:00 +03:00
|
|
|
description: |
|
|
|
|
This is a simple web API server for hledger data.
|
2016-08-09 17:24:41 +03:00
|
|
|
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
|
2016-08-09 21:27:00 +03:00
|
|
|
use.
|
2016-08-09 17:24:41 +03:00
|
|
|
category: Finance
|
2017-03-08 11:19:13 +03:00
|
|
|
license: GPL-3
|
2016-08-09 17:24:41 +03:00
|
|
|
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
|
|
|
|
extra-source-files:
|
|
|
|
- CHANGES
|
|
|
|
- README
|
|
|
|
- examples/*.html
|
2016-08-09 21:39:42 +03:00
|
|
|
data-files:
|
|
|
|
- doc/hledger-api.1
|
|
|
|
- doc/hledger-api.1.txt
|
|
|
|
- doc/hledger-api.1.info
|
2016-08-09 17:24:41 +03:00
|
|
|
dependencies:
|
2017-06-06 19:21:51 +03:00
|
|
|
- hledger-lib >= 1.2.98
|
|
|
|
- hledger >= 1.2.98
|
2016-11-17 00:14:02 +03:00
|
|
|
- base >=4.8 && <5
|
2016-08-09 17:24:41 +03:00
|
|
|
- aeson
|
|
|
|
- bytestring
|
|
|
|
- containers
|
|
|
|
- Decimal
|
|
|
|
- docopt
|
|
|
|
- either
|
|
|
|
- microlens >=0.4 && <0.5
|
|
|
|
- microlens-platform >=0.2.3.1 && <0.4
|
|
|
|
- safe
|
|
|
|
- servant-server
|
|
|
|
- servant-swagger
|
|
|
|
- swagger2
|
|
|
|
- text
|
|
|
|
- transformers
|
|
|
|
- wai
|
2016-09-22 21:56:38 +03:00
|
|
|
- wai-extra
|
2016-08-09 17:24:41 +03:00
|
|
|
- warp
|
|
|
|
executables:
|
|
|
|
hledger-api:
|
|
|
|
main: hledger-api.hs
|
|
|
|
ghc-options: -threaded
|
2017-06-06 19:21:51 +03:00
|
|
|
cpp-options: -DVERSION="1.2.98"
|
2016-08-09 17:24:41 +03:00
|
|
|
stability: alpha
|
2016-08-09 17:57:30 +03:00
|
|
|
tested-with: GHC==7.10.3, GHC==8.0
|