@hackage api-tools0.4
DSL for generating API boilerplate and docs
Categories
License
BSD-3-Clause
Maintainer
Chris Dornan <chrisd@irisconnect.co.uk> and Adam Gundry <adam@well-typed.com>
Links
Versions
Installation
Dependencies (21)
- Cabal >=1.4 && <2
- QuickCheck >=2.5.1 && <2.8
- aeson >=0.6.2 && <0.7
- aeson-pretty >=0.1 && <0.8
- array >=0.4 && <0.5
- attoparsec >=0.10.4 && <0.12 Show all…
Dependents (3)
@hackage/hermes, @hackage/acme-everything, @hackage/keystore
api-tools provides a compact DSL for describing an API. It uses Template Haskell to generate the corresponding data types and assorted tools for working with it, including Aeson and QuickCheck instances for converting between JSON and the generated types and writing unit tests.