this repo has no description

Merge pull request #21270 from cgaebel/remove-obsolete-magic-trace

Remove magic-trace v15

Kate 08cbb825 ec621f01

Changed files
-34
packages
magic-trace
magic-trace.v0.15.0
-34
packages/magic-trace/magic-trace.v0.15.0/opam
···
-
opam-version: "2.0"
-
maintainer: "Jane Street developers"
-
authors: ["Jane Street Group, LLC"]
-
homepage: "https://github.com/janestreet/magic-trace"
-
bug-reports: "https://github.com/janestreet/magic-trace/issues"
-
dev-repo: "git+https://github.com/janestreet/magic-trace.git"
-
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/magic-trace/index.html"
-
license: "MIT"
-
build: [
-
["dune" "build" "-p" name "-j" jobs]
-
]
-
depends: [
-
"ocaml" {>= "4.08.0"}
-
"async" {>= "v0.15" & < "v0.16"}
-
"core" {>= "v0.15" & < "v0.16"}
-
"core_unix" {>= "v0.15" & < "v0.16"}
-
"fzf" {>= "v0.15" & < "v0.16"}
-
"ocaml-probes" {>= "v0.15" & < "v0.16"}
-
"ppx_jane" {>= "v0.15" & < "v0.16"}
-
"shell" {>= "v0.15" & < "v0.16"}
-
"tracing" {>= "v0.15" & < "v0.16"}
-
"dune" {>= "2.0.0"}
-
"owee" {< "0.5"}
-
"re" {>= "1.8.0"}
-
]
-
synopsis: "Easy Intel Processor Trace Visualizer"
-
description: "
-
Magic-trace makes it easy to record and visualize Intel Processor Trace data for
-
debugging tricky performance issues.
-
"
-
url {
-
src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/magic-trace-v0.15.0.tar.gz"
-
checksum: "sha256=019cb95a04af9588248a315795e9c77738fb70a2ca466350ec09ba467b814344"
-
}