Skip to content

Commit 6615b37

Browse files
committed
Package opam-publish.2.6.0
1 parent a7edbb8 commit 6615b37

File tree

1 file changed

+40
-0
lines changed
  • packages/opam-publish/opam-publish.2.6.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.08.0"}
21+
"opam-core" {>= "2.2.0"}
22+
"opam-format" {>= "2.2.0"}
23+
"opam-state" {>= "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.6.0/opam-publish-2.6.0.tar.gz"
36+
checksum: [
37+
"md5=bcf1663ca507d6c70bc50deb61e5cef5"
38+
"sha512=e0c547356f1e8138db775217cb6a479ec7a383f9fd67b46328eab8a859bc4dbe790387e68b7b4ff6bc16bca01f104d8e588170c28032c4aea6d3728ca2919949"
39+
]
40+
}

0 commit comments

Comments
 (0)