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>"
]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
tags: "flags:plugin"
homepage: "https://github.com/ocaml/opam-publish"
bug-reports: "https://github.com/ocaml/opam-publish/issues"
depends: [
  "ocaml" {>= "4.02.3"}
  "opam-core" {build & >= "2.0.0" & < "2.1"}
  "opam-format" {build & >= "2.0.0" & < "2.1"}
  "opam-state" {build & >= "2.0.0" & < "2.1"}
  "jbuilder" {>= "1.0+beta19"}
  "cmdliner" {build}
  ("ssl" | "tls")
  ("github" {build & >= "2.0.0" & < "3.0.0"} |
   "github-unix" {build & >= "3.0.0" & < "4.3.0"})
]
build: ["jbuilder" "build" "-p" name]
dev-repo: "git+https://github.com/ocaml/opam-publish.git#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."
url {
  src: "https://github.com/ocaml/opam-publish/archive/2.0.0.tar.gz"
  checksum: [
    "md5=9a030e2c3083744e378f42791ec007e9"
    "sha512=cf427e808aaa2da6270f916567158509d5669dbfa7d66abce203a8699e2744ac210e20dcd150aa07b8ac346439d942246fc874952583d54d98002076db6c15e0"
  ]
}
