opam-version: "2.0"
maintainer: "Pierre Chambart <pierre.chambart@ocamlpro.com>"
authors: "Pierre Chambart <pierre.chambart@ocamlpro.com>"
homepage: "http://www.typerex.org/operf-macro.html"
bug-reports: "http://github.com/OCamlPro/operf-macro/issues"
license: "MIT"
build: [
  [ "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" ]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "sexplib" {< "113.01.00"}
  "re" {>= "1.3.0"}
  "cmdliner"
  "perf"
  "ocaml-xdg-basedir"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/OCamlPro/operf-macro"
synopsis: "Macro benchmarking tool"
url {
  src: "https://github.com/OCamlPro/operf-macro/archive/0.2.tar.gz"
  checksum: "md5=cb9fa8f4090c342f4f3e8d50ba3f5b5c"
}
