this repo has no description
1opam-version: "2.0" 2maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 3authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 4homepage: "https://github.com/AltGr/opam-package-upgrade" 5bug-reports: "https://github.com/AltGr/opam-package-upgrade/issues" 6license: "GPL-3.0-only" 7tags: "org:ocamlpro" 8dev-repo: "git+https://github.com/AltGr/opam-package-upgrade.git" 9build: ["jbuilder" "build" "-p" name] 10depends: [ 11 "ocaml" 12 "opam-client" {>= "2.0.0~beta3.1" & < "2.1"} 13 "cmdliner" 14 "jbuilder" {>= "1.0+beta7"} 15] 16synopsis: "Upgrades opam package definition files to the latest format" 17description: """ 18A simple command-line tool based on the opam library to easily upgrade 19individual package definition files.""" 20flags: plugin 21url { 22 src: "https://github.com/AltGr/opam-format-upgrade/archive/0.1.tar.gz" 23 checksum: [ 24 "sha256=04f44be50abd711f830d38ce40e6adbf5857a1c4469cf52527203232a48223a9" 25 "md5=efc8d5decc9f38e8685d9c9ff84e1eca" 26 ] 27}