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" & < "2.2.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/AltGr/opam-publish/archive/0.3.3.tar.gz"
  checksum: "md5=dcb8885dacfa41dd0ab6b51b97305ab5"
}
