this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://magic-trace.org" 5bug-reports: "https://github.com/janestreet/magic-trace/issues" 6dev-repo: "git+https://github.com/janestreet/magic-trace.git" 7doc: "https://github.com/janestreet/magic-trace/wiki" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.12"} 14 "async" 15 "cohttp" 16 "cohttp_static_handler" 17 "core" {< "v0.16.0"} 18 "core_unix" 19 "expect_test_helpers_async" 20 "ppx_jane" 21 "shell" 22 "dune" {>= "2.0.0"} 23 "owee" {>= "0.6"} 24 "re" {>= "1.8.0"} 25] 26available: arch = "x86_64" 27synopsis: "Collects and displays high-resolution traces of what a process is doing" 28description: "https://github.com/janestreet/magic-trace" 29url { 30 src: "https://github.com/janestreet/magic-trace/archive/refs/tags/v1.0.1.tar.gz" 31 checksum: [ 32 "sha256=77b2e4b3bc769910656d0fdee4839250548aa49486fd3554f6c057f1d64abe99" 33 "sha512=1f111db6348673c22a110611182a92c8aa999668dc077c44bc4abcaa72ccb197899ff2577047888627b50fcc9890824de6c82b4fe9f06129190b8b487ec3f716" 34 ] 35} 36x-commit-hash: "87c8f2d7fdab6be4eb79755c479fd69616a67829"