this repo has no description
1opam-version: "2.0"
2maintainer: "Pierre Chambart <pierre.chambart@ocamlpro.com>"
3authors: "Pierre Chambart <pierre.chambart@ocamlpro.com>"
4homepage: "http://www.typerex.org/operf-micro.html"
5bug-reports: "http://github.com/OCamlPro/operf-micro/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/OCamlPro/operf-micro"
8substs: "Makefile.conf"
9build: [make]
10install: [make "install"]
11remove: [make "uninstall"]
12synopsis: "Simple tool for benchmarking the OCaml compiler"
13description: """
14operf-micro is a small tool coming with a set of micro benchmarks for the OCaml
15compiler. It provides a minimal framework to compare the performances of
16different versions of the compiler."""
17depends: [
18 "ocaml" { >= "4.07.0" }
19]
20url {
21 src:
22 "https://github.com/OCamlPro/operf-micro/archive/refs/tags/operf-micro.1.1.3.tar.gz"
23 checksum: [
24 "md5=a289a3c7edabe5416ee591b817d1cde4"
25 "sha512=f9aed0530b315822167742100cbfbbaeed2e738be6dc4d6c4552e8625bbd7fbccf6ed76e11578f630345757bfb0c0168a65d03ff92e60fe4fa9e9246ec9c4431"
26 ]
27}