File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/opam-publish/opam-publish.2.5.1 Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 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.5.1/opam-publish-2.5.1.tar.gz"
36+ checksum: [
37+ "md5=faaca05485e10574959125f6ab2039ba"
38+ "sha512=591c6372cb54833c2797575587503d912ba9710981d054aa48961267d5fd6dbad79581bc1fa860e3d9000ba687b4e5d7dd4aa737cf2d475bfcc574abd667ac33"
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments