opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: [
  "Louis Gesbert <louis.gesbert@ocamlpro.com>"
  "David Sheets <sheets@alum.mit.edu>"
  "Jeremie Dimino <jdimino@janestreet.com>"
]
homepage: "http://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-publish/issues"
license: "GPL-3.0-only"
dev-repo: "git+https://github.com/ocaml/opam-publish.git#1.3"
build: [make]
depends: [
  "ocaml"
  "opam-lib" {build & > "1.2.2"}
  "ocamlfind" {build}
  "cmdliner" {build}
  ("ssl" | "tls")
  ("github" {build & >= "2.0.0" & < "3.0.0"} |
   "github-unix" {build & >= "3.0.0" & < "4.3.0"})
   "lwt" {< "5.0.0"}
]
conflicts: [
  "base64" {>= "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.5.tar.gz"
  checksum: "md5=1e34c167dd789dff55630fbf47099044"
}
