this repo has no description

Merge pull request #18919 from AltGr/opam-publish-opam-publish.2.1.0

Package opam-publish.2.1.0

Kate dbae1054 9439c976

Changed files
+38
packages
opam-publish
opam-publish.2.1.0
+38
packages/opam-publish/opam-publish.2.1.0/opam
···
+
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: "https://github.com/ocaml/opam-publish"
+
bug-reports: "https://github.com/ocaml/opam-publish/issues"
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
dev-repo: "git+https://github.com/ocaml/opam-publish.git"
+
build: [ "dune" "build" "-p" name "-j" jobs ]
+
depends: [
+
"cmdliner" {>= "1.0.0"}
+
"dune" {>= "1.0"}
+
"lwt_ssl"
+
"ocaml" {>= "4.03.0"}
+
"opam-core" {>= "2.1.0~rc"}
+
"opam-format" {>= "2.1.0~rc"}
+
"opam-state" {>= "2.1.0~rc"}
+
"github" {>= "4.3.2"}
+
"github-unix" {>= "4.3.2"}
+
]
+
conflicts: "ssl" {= "0.5.6"}
+
flags: plugin
+
synopsis: "A tool to ease contributions to opam repositories"
+
description: """
+
opam-publish automates publishing packages to package repositories: it checks that the
+
opam file is complete using `opam lint`, verifies and adds the archive URL and its
+
checksum and files a GitHub pull request for merging it.
+
"""
+
url {
+
src: "https://github.com/ocaml/opam-publish/archive/2.1.0.tar.gz"
+
checksum: [
+
"md5=b791b4b43a762b8b9168d073eddb7cb1"
+
"sha512=37914b4426af9c0776d66a028cb204c38dadb269e3179676957154c06e45dc5e60a828dd295d099f15661ab8dcffaebb96f02f5dc91c9d66dec4aac97e6576c6"
+
]
+
}