File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/opam-publish/opam-publish.2.4.0 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.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:
35+ "https://github.com/ocaml-opam/opam-publish/archive/refs/tags/2.4.0.tar.gz"
36+ checksum: [
37+ "md5=0010fbddde64c1299a632dfef69f09ab"
38+ "sha512=22c485311c86e90d57e901b696775e820cb20e5dee069d7f6c5db4d67a8f5fbd3a39d8c0f2fef0b53daab7c8a206168e61d671320457693b07f0de18383175e2"
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments