opam-version: "2.0"
maintainer: "colsy2@gmail.com"
authors: [ "C.Y. yuen" ]
license: "MIT"
homepage: "https://github.com/dotcy/swdogen/wiki"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "swdogen"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "atdgen" {>= "1.2.3" & < "1.13.0"}
  "ounit" {>= "2.0.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/dotcy/swdogen"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "SWagger DOcumentation GENerator"
description: """
Scan and parse your source code and generate valid swagger document
feed to swagger-ui"""
flags: light-uninstall
extra-files: ["swdogen.install" "md5=f6fa7d8a212fbe7f960755a55317674e"]
url {
  src: "https://github.com/dotcy/swdogen/archive/v0.1.0.tar.gz"
  checksum: "md5=5acda525576395e9d2e809f4e02beba0"
}
