this repo has no description
1opam-version: "2.0" 2maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 3authors: [ 4 "Louis Gesbert <louis.gesbert@ocamlpro.com>" 5 "David Sheets <sheets@alum.mit.edu>" 6] 7homepage: "http://opam.ocaml.org" 8bug-reports: "https://github.com/ocaml/opam-publish/issues" 9license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 10dev-repo: "git+https://github.com/ocaml/opam-publish.git#1.3" 11depends: [ 12 "ocaml" 13 "opam-publish" {> "0.3.4"} 14] 15synopsis: "opam-publish transition package" 16description: """ 17The package has been renamed back to 'opam-publish'. You can safely remove this 18package."""