opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://github.com/OCamlPro/opam2web"
bug-reports: "https://github.com/ocaml/opam2web/issues"
build: [
  [make]
  [make "PREFIX=%{prefix}%"]
]
remove: [
  ["rm" "-f" "%{prefix}%/bin/opam2web"]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "opam-lib" {= "0.9.4"}
  "cow" {>= "0.5.2" & < "0.9.0"}
  "js_of_ocaml" {>= "1.3" & < "3.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/OCamlPro/opam2web"
synopsis: "A tool to generate a website from an OPAM repository"
description: """
This utility creates a static website from an OPAM repository, listing all 
available packages and their details. A homepage and OPAM documentation is 
included as well."""
flags: light-uninstall
url {
  src: "https://github.com/OCamlPro/opam2web/archive/1.2.0.tar.gz"
  checksum: "md5=08f982e9d2c4f1a574cb987795f41c25"
}
