this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27028 from kit-ty-kate/opam-publish-opam-publish.2.5.0

Package opam-publish.2.5.0

authored by

Marcello Seri and committed by
GitHub
bfdf8c9b 77fcd5c8

+40
+40
packages/opam-publish/opam-publish.2.5.0/opam
··· 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 <louis.gesbert@ocamlpro.com>" 8 + authors: [ 9 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 10 + "David Sheets <sheets@alum.mit.edu>" 11 + "Jeremie Dimino <jdimino@janestreet.com>" 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-publish/releases/download/2.5.0/opam-publish-2.5.0.tar.gz" 36 + checksum: [ 37 + "md5=3b86298b104e66867db806ccb3e6c0ac" 38 + "sha512=fb05430683058fce17498a36129ecc5b5389397539cf6322290e60f93252e76f4da8f3ad595d5cf9dd920adee4290f429995d4b4d4eba87bfd4212e65140f415" 39 + ] 40 + }