opam-version: "2.0"
maintainer: "Pierre Chambart <pierre.chambart@ocamlpro.com>"
authors: "Pierre Chambart <pierre.chambart@ocamlpro.com>"
homepage: "http://www.typerex.org/operf-micro.html"
bug-reports: "http://github.com/OCamlPro/operf-micro/issues"
license: "MIT"
dev-repo: "git://github.com/OCamlPro/operf-micro"
substs: "Makefile.conf"
build: [make]
install: [make "install"]
remove: [make "uninstall"]
synopsis: "Simple tool for benchmarking the OCaml compiler"
description: """
operf-micro is a small tool coming with a set of micro benchmarks for the OCaml
compiler. It provides a minimal framework to compare the performances of 
different versions of the compiler."""
depends: [
  "ocaml" {>= "4.02.0" & < "4.06.0"}
]
url {
  src: "https://github.com/OCamlPro/operf-micro/archive/0.2.tar.gz"
  checksum: "md5=5775e32c1a30e9f8983a1eaaf7582364"
}
