Skip to content

Commit f9e38ba

Browse files
authored
Merge pull request #27979 from c-cube/release-tracy-client-v0.6
[new release] tracy-client (0.6)
2 parents 1d2da47 + 82ebf0c commit f9e38ba

File tree

1 file changed

+41
-0
lines changed
  • packages/tracy-client/tracy-client.0.6

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Client bindings to the Tracy profiler (v0.12)"
3+
maintainer: ["Simon Cruanes"]
4+
authors: ["Bartosz Taudul" "Simon Cruanes"]
5+
license: "BSD-3-Clause"
6+
homepage: "https://github.com/imandra-ai/ocaml-tracy"
7+
bug-reports: "https://github.com/imandra-ai/ocaml-tracy/issues"
8+
depends: [
9+
"dune" {>= "2.7"}
10+
"ocaml" {>= "4.08"}
11+
"trace" {>= "0.6" & < "0.11"}
12+
"odoc" {with-doc}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
[
17+
"dune"
18+
"build"
19+
"-p"
20+
name
21+
"-j"
22+
jobs
23+
"@install"
24+
"@runtest" {with-test}
25+
"@doc" {with-doc}
26+
]
27+
]
28+
dev-repo: "git+https://github.com/imandra-ai/ocaml-tracy.git"
29+
depexts: [
30+
["linux-headers"] {os-distribution = "alpine"}
31+
]
32+
available: [os != "win32"]
33+
url {
34+
src:
35+
"https://github.com/imandra-ai/ocaml-tracy/releases/download/v0.6/tracy-client-0.6.tbz"
36+
checksum: [
37+
"sha256=826b2dbacad0c91facff9b94309a3c34c25c2b77c0345f330c6b781ac9412c32"
38+
"sha512=610097fe2a38c7675084910bb195d42d8041aa1addb534ee10dee8983d8b0f2e39dfd1571b4f8857ab0178ad20f024a4fd72cd1a893c28df962ae0506368d156"
39+
]
40+
}
41+
x-commit-hash: "4b8834fd722a9c8a95971be22687be6411460011"

0 commit comments

Comments
 (0)