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