opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/tracing" bug-reports: "https://github.com/janestreet/tracing/issues" dev-repo: "git+https://github.com/janestreet/tracing.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/tracing/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "async" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "core_kernel" {>= "v0.17" & < "v0.18"} "core_unix" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Tracing library" description: " Utilities for creating and parsing traces in Fuchsia Trace Format. " url { src: "https://github.com/janestreet/tracing/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=5621f8fd41d64521cc88295417e48174f525a7e6e4f8a72885ba89056d461a72" }