this repo has no description

[new release] tracy-client (0.2)

CHANGES:

- update for trace 0.3
- fix: truncate messages that are too long

Changed files
+40
packages
tracy-client
tracy-client.0.2
+40
packages/tracy-client/tracy-client.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Client bindings to the Tracy profiler (v0.9.1)"
+
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.3" & < "0.4"}
+
"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/0.2/tracy-client-0.2.tbz"
+
checksum: [
+
"sha256=ec8372202ae1b9a33053d06deebc751d68520853c230d7fb1716aacab3bec918"
+
"sha512=264b8313db474aaca244995d8a7eeec0abae133fb655a77d31d8865ffd4086b4d163f5bc6c47bc915a97abd352df0fa005f09d6455ef9b8c3cb58fde3e840154"
+
]
+
}
+
x-commit-hash: "fac7e8f7917e5618aa3b8a9001e48c0f1dad5ec8"