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" } 12 "odoc" {with-doc} 13] 14depexts: [ 15 ["linux-headers"] {os-distribution = "alpine"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/imandra-ai/ocaml-tracy.git" 32url { 33 src: 34 "https://github.com/imandra-ai/ocaml-tracy/releases/download/v0.1/tracy-client-0.1.tbz" 35 checksum: [ 36 "sha256=287fa7ad450f43951925ac119ad6b3b1e485a3942652e5bf9b483e49800ae772" 37 "sha512=72152274402cd2d2ad0c7e3ba0b3896c0bc1ab92d021460da94a2f9fe634759b2021d70d8175b3269aa6197b7917449007e96b53a8ccd8d534b50debd1b5162b" 38 ] 39} 40x-commit-hash: "74116b30dad14747f8f3ded01d582e3b991e4994"