Skip to content

Commit

Permalink
Merge pull request #27232 from chambart/opam-publish-operf-micro.1.1.3
Browse files Browse the repository at this point in the history
Package operf-micro.1.1.3
  • Loading branch information
avsm authored Jan 12, 2025
2 parents 02910e3 + 9f3f1dd commit f6b499e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/operf-micro/operf-micro.1.1.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
maintainer: "Pierre Chambart <[email protected]>"
authors: "Pierre Chambart <[email protected]>"
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" }
]
url {
src:
"https://github.com/OCamlPro/operf-micro/archive/refs/tags/operf-micro.1.1.3.tar.gz"
checksum: [
"md5=a289a3c7edabe5416ee591b817d1cde4"
"sha512=f9aed0530b315822167742100cbfbbaeed2e738be6dc4d6c4552e8625bbd7fbccf6ed76e11578f630345757bfb0c0168a65d03ff92e60fe4fa9e9246ec9c4431"
]
}

0 comments on commit f6b499e

Please sign in to comment.