this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] tracy-client (0.5.2)

CHANGES:

- compat trace 0.9

+40
+40
packages/tracy-client/tracy-client.0.5.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Client bindings to the Tracy profiler (v0.10)" 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.10"} 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 + url { 33 + src: 34 + "https://github.com/imandra-ai/ocaml-tracy/releases/download/v0.5.2/tracy-client-0.5.2.tbz" 35 + checksum: [ 36 + "sha256=7ceabb63bd7ce9af4d6f24f84b79497838d3b4e9803d66ef4e4b3ca042b45599" 37 + "sha512=896a736a1e872bf7b0d5b36d693dc24e4ecac97b3219074472876a04c17a73435da12678d4d026b23afadf25bc3c32ef2a2b61c43f665fe628efcc8e97be0689" 38 + ] 39 + } 40 + x-commit-hash: "cf78d8703f050659017c1473bd38e4b6a968d915"