-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathopam
More file actions
21 lines (21 loc) · 759 Bytes
/
opam
File metadata and controls
21 lines (21 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
opam-version: "2.0"
version: "1.1.2"
name: "operf-micro"
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+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.07.0" }
]