this repo has no description
1opam-version: "2.0"
2synopsis: "Streaming client for Memprof"
3description: "Generates compact traces of a program's memory use."
4maintainer: ["Jane Street developers"]
5authors: ["Jane Street Group, LLC"]
6license: "MIT"
7homepage: "https://github.com/janestreet/memtrace"
8bug-reports: "https://github.com/janestreet/memtrace/issues"
9depends: [
10 "dune" {>= "2.3"}
11 "ocaml" {>= "4.11.0" & < "5.0"}
12]
13build: [
14 ["dune" "subst"] {dev}
15 [
16 "dune"
17 "build"
18 "-p"
19 name
20 "-j"
21 jobs
22 "@install"
23 "@runtest" {with-test}
24 "@doc" {with-doc}
25 ]
26]
27dev-repo: "git+https://github.com/janestreet/memtrace.git"
28x-commit-hash: "ecbb163de228f53cc86463d70acc220b0e681719"
29url {
30 src:
31 "https://github.com/janestreet/memtrace/releases/download/v0.2.1.2/memtrace-v0.2.1.2.tbz"
32 checksum: [
33 "sha256=c86f09e79d48bcd0852ab94b11766408c3a10d77df7640b88841271d5bfa5932"
34 "sha512=d9465d1bcbd5d35e66456c0b1b37b4efd097696aaac1b8fc8472ad477d96ef982551d73d72b98213d266013f40528ed6e7834e22d66d6edd321bccc1b8c08051"
35 ]
36}