opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
license: "GPL-3.0-only"
synopsis: "Upgrades opam package definition files to the latest format"
description: """
A simple command-line tool based on the opam library to easily upgrade
individual package definition files."""
homepage: "https://github.com/AltGr/opam-package-upgrade"
bug-reports: "https://github.com/AltGr/opam-package-upgrade/issues"
tags: "org:ocamlpro"
flags: plugin
depends: [
  "opam-client" {>= "2.0.1" & < "2.1"}
  "cmdliner"
  "dune"
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/AltGr/opam-package-upgrade.git"
url {
  src: "https://github.com/AltGr/opam-format-upgrade/archive/0.2.tar.gz"
  checksum: [
    "md5=67bcc4ad2cabcdbf2bcdc78119121ef7"
    "sha512=b86e6ab416838094b74bfad578abd35b5676c0bbb445ef75c833ea023cd3d8cd998db361df547258d7303026bd7804ae1a8c11e8812ab18b9c184813ad2aef28"
  ]
}
