mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-26 08:01:33 +03:00
27 lines
492 B
YAML
27 lines
492 B
YAML
name: autodocodec-swagger2
|
|
version: 0.1.0.0
|
|
github: "NorfairKing/autodocodec"
|
|
license: MIT
|
|
author: "Tom Sydney Kerckhove"
|
|
maintainer: "syd@cs-syd.eu"
|
|
copyright: "2021 Tom Sydney Kerckhove"
|
|
synopsis: Autodocodec interpreters for swagger2
|
|
|
|
extra-source-files:
|
|
- LICENSE
|
|
- CHANGELOG.md
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
|
|
library:
|
|
source-dirs: src
|
|
dependencies:
|
|
- aeson
|
|
- autodocodec >=0.4.0.0
|
|
- insert-ordered-containers
|
|
- scientific
|
|
- swagger2
|
|
- text
|
|
- unordered-containers
|