this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27334 from c-cube/release-benchmark-v1.7

[new release] benchmark (1.7)

authored by

Marcello Seri and committed by
GitHub
0772815d 11c78f99

+44
+44
packages/benchmark/benchmark.1.7/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Benchmark running times of code" 3 + description: """ 4 + This module provides a set of tools to measure the running times of 5 + your functions and to easily compare the results. A statistical test 6 + is used to determine whether the results truly differ.""" 7 + maintainer: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"] 8 + authors: [ 9 + "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 10 + "Doug Bagley" 11 + "c-cube" 12 + ] 13 + license: "LGPL-3.0 WITH OCaml linking exception" 14 + homepage: "https://github.com/Chris00/ocaml-benchmark" 15 + bug-reports: "https://github.com/Chris00/ocaml-benchmark/issues" 16 + depends: [ 17 + "ocaml" {>= "4.03"} 18 + "base-unix" 19 + "dune" {>= "2.0"} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/Chris00/ocaml-benchmark.git" 36 + url { 37 + src: 38 + "https://github.com/Chris00/ocaml-benchmark/releases/download/v1.7/benchmark-1.7.tbz" 39 + checksum: [ 40 + "sha256=0228fbbc9cda98d5907e32de1a010d948a7a225f3e59cf61b1a86be1e0c6b3af" 41 + "sha512=9ca163fb3ae6c5e5239d0198cc9ec9b0811a48cf160f6e0fff635b0afdda99ae4503d0e4341b95bcb1e15bc1fcb60238761e49d4004c506fb2c53174c9890de2" 42 + ] 43 + } 44 + x-commit-hash: "d299f7101aab4e08e0a37518262583af51db0d83"