opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
homepage: "https://github.com/AltGr/opam-package-upgrade"
bug-reports: "https://github.com/AltGr/opam-package-upgrade/issues"
license: "GPL-3.0-only"
tags: "org:ocamlpro"
dev-repo: "git+https://github.com/AltGr/opam-package-upgrade.git"
build: ["jbuilder" "build" "-p" name]
depends: [
  "ocaml"
  "opam-client" {>= "2.0.0~beta3.1" & < "2.1"}
  "cmdliner"
  "jbuilder"
]
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."""
flags: plugin
url {
  src: "https://github.com/AltGr/opam-format-upgrade/archive/0.1.tar.gz"
  checksum: "md5=efc8d5decc9f38e8685d9c9ff84e1eca"
}
