this repo has no description
1opam-version: "2.0" 2synopsis: "Client bindings to the Tracy profiler (v0.9.1)" 3maintainer: ["Simon Cruanes"] 4authors: ["Bartosz Taudul" "Simon Cruanes"] 5license: "BSD-3-Clause" 6homepage: "https://github.com/imandra-ai/ocaml-tracy" 7bug-reports: "https://github.com/imandra-ai/ocaml-tracy/issues" 8depends: [ 9 "dune" {>= "2.7"} 10 "ocaml" {>= "4.08"} 11 "trace" {>= "0.4" & < "0.5"} 12 "odoc" {with-doc} 13] 14build: [ 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] 28dev-repo: "git+https://github.com/imandra-ai/ocaml-tracy.git" 29depexts: [ 30 ["linux-headers"] {os-distribution = "alpine"} 31] 32url { 33 src: 34 "https://github.com/imandra-ai/ocaml-tracy/releases/download/v0.3/tracy-client-0.3.tbz" 35 checksum: [ 36 "sha256=8c8aad92d70cf906ea4bbde0632729a09e252aec869724f3851dfbfb69ca18d4" 37 "sha512=73b2154811fe68c8ff6e0b210d83837d9ae6ed2898c2d702ca6b6fe9d2dbbefeb4586a50a65f23f67136cfa1791f545c91b0eb665f0587ff5f41492890206249" 38 ] 39} 40x-commit-hash: "f548ede75c43d2df250268350aef80c0dc5fa490"