this repo has no description

Merge pull request #27264 from c-cube/release-tracy-client-v0.5.2

[new release] tracy-client (0.5.2)

Changed files
+40
packages
tracy-client
tracy-client.0.5.2
+40
packages/tracy-client/tracy-client.0.5.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Client bindings to the Tracy profiler (v0.10)"
+
maintainer: ["Simon Cruanes"]
+
authors: ["Bartosz Taudul" "Simon Cruanes"]
+
license: "BSD-3-Clause"
+
homepage: "https://github.com/imandra-ai/ocaml-tracy"
+
bug-reports: "https://github.com/imandra-ai/ocaml-tracy/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"trace" {>= "0.6" & < "0.10"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/imandra-ai/ocaml-tracy.git"
+
depexts: [
+
["linux-headers"] {os-distribution = "alpine"}
+
]
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-tracy/releases/download/v0.5.2/tracy-client-0.5.2.tbz"
+
checksum: [
+
"sha256=7ceabb63bd7ce9af4d6f24f84b79497838d3b4e9803d66ef4e4b3ca042b45599"
+
"sha512=896a736a1e872bf7b0d5b36d693dc24e4ecac97b3219074472876a04c17a73435da12678d4d026b23afadf25bc3c32ef2a2b61c43f665fe628efcc8e97be0689"
+
]
+
}
+
x-commit-hash: "cf78d8703f050659017c1473bd38e4b6a968d915"