Files
wehub-resource-sync f30f816e96
build-deb / build (push) Has been cancelled
build / build (5.2.0+ox, ubuntu_x64_8_cores, 231c88c2e564fdca40e15e750aacad5fb0887435) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:29:01 +08:00

34 lines
863 B
Plaintext

opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://magic-trace.org"
bug-reports: "https://github.com/janestreet/magic-trace/issues"
dev-repo: "git+https://github.com/janestreet/magic-trace.git"
doc: "https://github.com/janestreet/magic-trace/wiki"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14"}
"ocamlformat" {with-test}
"ocaml_intrinsics"
"async"
"camlzip"
"cohttp"
"cohttp_static_handler"
"core"
"core_unix"
"expect_test_helpers_async"
"crunch"
"ppx_jane"
"shell"
"dune" {>= "2.0.0"}
"owee" {>= "0.8"}
"re" {>= "1.8.0"}
"zstandard"
"vec"
]
synopsis: "Collects and displays high-resolution traces of what a process is doing"
description: "https://github.com/janestreet/magic-trace"