opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: [
  "Louis Gesbert <louis.gesbert@ocamlpro.com>"
  "David Sheets <sheets@alum.mit.edu>"
]
homepage: "http://opam.ocaml.org"
bug-reports: "https://github.com/OCamlPro/opam-publish/issues"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/OCamlPro/opam-publish.git"
build: [make]
depends: [
  "ocaml"
  "opam-lib" {build & > "1.2.2"}
  "ocamlfind" {build}
  "cmdliner" {build}
  "github" {build & >= "2.0.0" & < "3.0.0"}
]
synopsis: "A tool to ease contributions to opam repositories."
description: """
Opam-publish helps gather metadata to form an OPAM package and submit it
to a remote repository."""
flags: plugin
url {
  src: "https://github.com/ocaml/opam-publish/archive/0.3.4.tar.gz"
  checksum: "md5=814dfa99a9bb16b4ad5891c766d1eba2"
}
