opam-version: "2.0" maintainer: "Pierre Chambart " authors: "Pierre Chambart " homepage: "http://www.typerex.org/operf-micro.html" bug-reports: "http://github.com/OCamlPro/operf-micro/issues" license: "MIT" dev-repo: "git+https://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" & < "5.0.0"} ] url { src: "https://github.com/OCamlPro/operf-micro/archive/operf-micro.1.1.1.tar.gz" checksum: [ "sha256=96a4355bf8ea1cb7fb8fe022495be8a6ea22b4d701380c8185defc2adf3adee3" "md5=04e17236c620a12e71e2d5e5b6cd039b" ] }