mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-30 03:22:52 +03:00
23 lines
428 B
YAML
23 lines
428 B
YAML
name: autodocodec-swagger2
|
|
version: 0.0.0.0
|
|
github: "NorfairKing/autodocodec"
|
|
license: MIT
|
|
license-file: LICENSE
|
|
author: "Tom Sydney Kerckhove"
|
|
maintainer: "syd@cs-syd.eu"
|
|
copyright: "2021 Tom Sydney Kerckhove"
|
|
synopsis: Swagger support for autodocodecs
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
|
|
library:
|
|
source-dirs: src
|
|
dependencies:
|
|
- aeson
|
|
- autodocodec
|
|
- insert-ordered-containers
|
|
- scientific
|
|
- swagger2
|
|
- text
|