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.3" & < "0.4"} 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/0.2/tracy-client-0.2.tbz" 35 checksum: [ 36 "sha256=ec8372202ae1b9a33053d06deebc751d68520853c230d7fb1716aacab3bec918" 37 "sha512=264b8313db474aaca244995d8a7eeec0abae133fb655a77d31d8865ffd4086b4d163f5bc6c47bc915a97abd352df0fa005f09d6455ef9b8c3cb58fde3e840154" 38 ] 39} 40x-commit-hash: "fac7e8f7917e5618aa3b8a9001e48c0f1dad5ec8"