File: dune-project

package info (click to toggle)
ocaml-benchmark 1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: ml: 1,114; makefile: 45; perl: 12
file content (22 lines) | stat: -rw-r--r-- 764 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(lang dune 2.0)
(generate_opam_files true)

(name benchmark)
(version 1.6-19-gd299f71)
(homepage "https://github.com/Chris00/ocaml-benchmark")
(source (github Chris00/ocaml-benchmark))
(license "LGPL-3.0 with OCaml linking exception")
(maintainers "Christophe Troestler <Christophe.Troestler@umons.ac.be>")
(authors "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
          "Doug Bagley" "c-cube")

(package
  (name benchmark)
  (synopsis "Benchmark running times of code")
  (description "This module provides a set of tools to measure the running times of
your functions and to easily compare the results.  A statistical test
is used to determine whether the results truly differ.")
  (depends
    (ocaml (>= 4.03))
    base-unix
    (dune (>= 2.0))))