this repo has no description

[new release] tracy-client (0.5)

CHANGES:

- udpate to tracy 0.11.1
- compat trace 0.6

Changed files
+40
packages
tracy-client
tracy-client.0.5
+40
packages/tracy-client/tracy-client.0.5/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.7"}
+
"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/tracy-client-0.5.tbz"
+
checksum: [
+
"sha256=11053d178438a76b94680275a46cedb79225da8bf72eb886787b404123ce6516"
+
"sha512=87b7d1fbd75b90a4881aa91fc86f85f1d7fa3a1ae54293f64a191294c7347840cd7954e0792887dbca40efa9cfed0f183926e2b1fa885b4f7b7d788c65c099e8"
+
]
+
}
+
x-commit-hash: "f85e90d787786133859fa38d1fd6ab2ea00110a5"