From 6ccf76e4f1f808964106617a96cb26b644d9226f Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 26 Aug 2024 13:18:46 -0400 Subject: [PATCH] [new release] tracy-client (0.5) CHANGES: - udpate to tracy 0.11.1 - compat trace 0.6 --- packages/tracy-client/tracy-client.0.5/opam | 40 +++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 packages/tracy-client/tracy-client.0.5/opam diff --git a/packages/tracy-client/tracy-client.0.5/opam b/packages/tracy-client/tracy-client.0.5/opam new file mode 100644 index 00000000000..9886582ae8c --- /dev/null +++ b/packages/tracy-client/tracy-client.0.5/opam @@ -0,0 +1,40 @@ +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"