this repo has no description
1opam-version: "2.0"
2synopsis: "Run benchmarks and measure performance"
3maintainer: "Shakthi Kannan <author@shakthimaan.com>"
4authors: "Stephen Dolan <stephen.dolan@cl.cam.ac.uk>"
5license: "MIT"
6homepage: "https://github.com/ocaml-bench/orun"
7bug-reports: "https://github.com/ocaml-bench/orun/issues"
8dev-repo: "git+https://github.com/shakthimaan/orun"
9depends: [
10 "ocaml" {>= "4.07"}
11 "dune" {>= "1.2" & < "3.0"}
12 "conf-libdw" {build}
13 "re" {>="1.11.0"}
14 "cmdliner" {>="0.9.8"}
15 "yojson"
16]
17available: os = "linux"
18depexts: [
19 ["linux-headers"] {os-family = "alpine"}
20]
21build: [
22 ["dune" "build" "-p" name "-j" jobs]
23]
24description: """
25The orun utility executes the benchmarks for
26[Sandmark](https://github.com/ocaml-bench/sandmark) and reports the performance
27results.
28"""
29x-commit-hash: "c4ed99c0e6a1a3cb2880085543e0704b739199c2"
30url {
31 src:
32 "https://github.com/ocaml-bench/orun/releases/download/v0.0.1/orun-v0.0.1.tbz"
33 checksum: [
34 "sha256=762fb57673f83b702bfc0ee6d3006a519ad71d8951d7f286af2ffd141e569d6d"
35 "sha512=56ee0797214f4544eb1e6f15a7db5ca5ae97e79eafa6cb17991edc4d332ce523fb1db4e7dc035666d5d4f5cdde90a7b1c272377cd0714b441a4d02c2222beb45"
36 ]
37}