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.02.0" & < "5.0.0"}
19]
20url {
21 src:
22 "https://github.com/OCamlPro/operf-micro/archive/operf-micro.1.1.1.tar.gz"
23 checksum: [
24 "sha256=96a4355bf8ea1cb7fb8fe022495be8a6ea22b4d701380c8185defc2adf3adee3"
25 "md5=04e17236c620a12e71e2d5e5b6cd039b"
26 ]
27}