Skip to content

Commit dfb9da5

Browse files
authored
Merge pull request ocaml#23685 from dkalinichenko-js/opam-publish-ppx_bench.v0.15.1
Package ppx_bench.v0.15.1
2 parents 2a1d95d + 08232ff commit dfb9da5

File tree

1 file changed

+29
-0
lines changed
  • packages/ppx_bench/ppx_bench.v0.15.1

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
opam-version: "2.0"
2+
maintainer: "Jane Street developers"
3+
authors: ["Jane Street Group, LLC"]
4+
homepage: "https://github.com/janestreet/ppx_bench"
5+
bug-reports: "https://github.com/janestreet/ppx_bench/issues"
6+
dev-repo: "git+https://github.com/janestreet/ppx_bench.git"
7+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_bench/index.html"
8+
license: "MIT"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "4.08.0"}
14+
"ppx_inline_test" {>= "v0.15" & < "v0.16"}
15+
"dune" {>= "2.0.0"}
16+
"ppxlib" {>= "0.23.0"}
17+
]
18+
synopsis: "Syntax extension for writing in-line benchmarks in ocaml code"
19+
description: "
20+
Part of the Jane Street's PPX rewriters collection.
21+
"
22+
url {
23+
src:
24+
"https://github.com/janestreet/ppx_bench/archive/refs/tags/v0.15.1.tar.gz"
25+
checksum: [
26+
"md5=be2fa2db5dc1d74dfc58dd0956025424"
27+
"sha512=3eb9eb071e0effd451e8733b7eb883e44c246ad75c8990cffba3596c1ec95784f57ac63c4cf3966004b83afca4dbf5728fd497e21b1a454116fbba41ff7b24ae"
28+
]
29+
}

0 commit comments

Comments
 (0)