Skip to content

Commit

Permalink
Merge pull request #26431 from c-cube/release-tracy-client-v0.5
Browse files Browse the repository at this point in the history
[new release] tracy-client (0.5)
  • Loading branch information
mseri authored Aug 28, 2024
2 parents 563683c + 6ccf76e commit 30784f5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/tracy-client/tracy-client.0.5/opam
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 30784f5

Please sign in to comment.