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"}
]
url {
  src:
    "https://github.com/OCamlPro/operf-micro/archive/operf-micro.1.1.1.tar.gz"
  checksum: "md5=04e17236c620a12e71e2d5e5b6cd039b"
}
