File tree 1 file changed +40
-0
lines changed
packages/tracy-client/tracy-client.0.5.1
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
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.9"}
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.1/tracy-client-0.5.1.tbz"
35
+ checksum: [
36
+ "sha256=4a9376903ce75549ea9e18a80c9a2976ef885a499fdb1ce864511c5438ede370"
37
+ "sha512=16c66748f1339ddf82b61633f797ad88de3d06dde6c8db71adf8a19cbfdd123de3e9d857a23fea036085c7f6466c41407af9f3300f3738e9f919aafc5a530263"
38
+ ]
39
+ }
40
+ x-commit-hash: "484415ecc1e81beb54a7c2c67fd5846ae188e96d"
You can’t perform that action at this time.
0 commit comments