Skip to content

Commit ad6e2e1

Browse files
authored
Merge pull request #24714 from kit-ty-kate/opam-publish-opam-publish.2.3.0
Package opam-publish.2.3.0
2 parents 735a75c + d74589e commit ad6e2e1

File tree

1 file changed

+40
-0
lines changed
  • packages/opam-publish/opam-publish.2.3.0

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "A tool to ease contributions to opam repositories"
3+
description: """\
4+
opam-publish automates publishing packages to package repositories: it checks that the
5+
opam file is complete using `opam lint`, verifies and adds the archive URL and its
6+
checksum and files a GitHub pull request for merging it."""
7+
maintainer: "Louis Gesbert <[email protected]>"
8+
authors: [
9+
"Louis Gesbert <[email protected]>"
10+
"David Sheets <[email protected]>"
11+
"Jeremie Dimino <[email protected]>"
12+
]
13+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
14+
homepage: "https://github.com/ocaml/opam-publish"
15+
bug-reports: "https://github.com/ocaml/opam-publish/issues"
16+
depends: [
17+
"cmdliner" {>= "1.1.0"}
18+
"dune" {>= "1.0"}
19+
"lwt_ssl"
20+
"ocaml" {>= "4.03.0"}
21+
"opam-core" {>= "2.1.0~rc" & < "2.2.0~~"}
22+
"opam-format" {>= "2.1.0~rc" & < "2.2.0~~"}
23+
"opam-state" {>= "2.1.0~rc" & < "2.2.0~~"}
24+
"github" {>= "4.3.2"}
25+
"github-unix" {>= "4.3.2"}
26+
]
27+
conflicts: [
28+
"ssl" {= "0.5.6"}
29+
]
30+
flags: plugin
31+
build: ["dune" "build" "-p" name "-j" jobs]
32+
dev-repo: "git+https://github.com/ocaml/opam-publish.git"
33+
url {
34+
src:
35+
"https://github.com/ocaml/opam-publish/releases/download/2.3.0/opam-publish-2.3.0.tar.gz"
36+
checksum: [
37+
"md5=1ed118cf985f418736c9a5cfd6be60cf"
38+
"sha512=ba0014adae5e0fce5116d333c4839e8c70d309c6eab15aac47ab5527a7ee232d0cf4e80133d552a774305323512da83845fe03a2a48970d471ab383ecbf178bb"
39+
]
40+
}

0 commit comments

Comments
 (0)