this repo has no description

Package opam-publish.2.4.0

Kate 7a9244e1 fe8dffac

Changed files
+40
packages
opam-publish
opam-publish.2.4.0
+40
packages/opam-publish/opam-publish.2.4.0/opam
···
+
opam-version: "2.0"
+
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."""
+
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"
+
homepage: "https://github.com/ocaml/opam-publish"
+
bug-reports: "https://github.com/ocaml/opam-publish/issues"
+
depends: [
+
"cmdliner" {>= "1.1.0"}
+
"dune" {>= "1.0"}
+
"lwt_ssl"
+
"ocaml" {>= "4.03.0"}
+
"opam-core" {>= "2.2.0"}
+
"opam-format" {>= "2.2.0"}
+
"opam-state" {>= "2.2.0"}
+
"github" {>= "4.3.2"}
+
"github-unix" {>= "4.3.2"}
+
]
+
conflicts: [
+
"ssl" {= "0.5.6"}
+
]
+
flags: plugin
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://github.com/ocaml/opam-publish.git"
+
url {
+
src:
+
"https://github.com/ocaml-opam/opam-publish/archive/refs/tags/2.4.0.tar.gz"
+
checksum: [
+
"md5=0010fbddde64c1299a632dfef69f09ab"
+
"sha512=22c485311c86e90d57e901b696775e820cb20e5dee069d7f6c5db4d67a8f5fbd3a39d8c0f2fef0b53daab7c8a206168e61d671320457693b07f0de18383175e2"
+
]
+
}