Skip to content

Commit cfc0a2a

Browse files
committed
Add opam-publish.2.3.1
1 parent 5718da0 commit cfc0a2a

File tree

1 file changed

+39
-0
lines changed
  • packages/opam-publish/opam-publish.2.3.1

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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.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: "https://github.com/ocaml-opam/opam-publish/archive/refs/tags/2.3.1.tar.gz"
35+
checksum: [
36+
"sha256=964fed5d3d3feb9caafe0a82832108b02602306912ed01abb2d371b31709b953"
37+
"sha512=1c8fdce94664146a9d6909e1c38dc05be54a00ce500640da85ac185521227e8e31e4a8c74f1c6ee5ed490752d7e7e490fdd8bebc320baf559b75d36ffcdeac76"
38+
]
39+
}

0 commit comments

Comments
 (0)