opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: [
  "Christophe Troestler"
  "Sylvain Le Gall"
]
homepage: "https://github.com/ocaml/oasis2opam"
license: "GPL-3 with OCaml linking exception"
tags: [
  "build"
  "install"
]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "oasis2opam"]]
depends: [
  "ocaml"
  "ocamlfind"
  ("oasis" {>= "0.3.0" & < "0.4.2"} | "oasis-mirage" {>= "0.3.0"})
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/ocaml/oasis2opam"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Tool to convert OASIS metadata to OPAM package descriptions"
description: """
Generate OPAM files from _oasis.  Most of the metadata
supported by OPAM is handled."""
flags: light-uninstall
url {
  src: "https://github.com/ocaml/oasis2opam/archive/0.1.tar.gz"
  checksum: "md5=2f83cac277ed74b668bf617f8b4a720d"
}
