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" 28available: [ 29 arch != "x86_32" & arch != "arm32" 30] 31x-commit-hash: "43cc9dfe04cbb9c087dd999a7a1d18a729e58cec" 32url { 33 src: 34 "https://github.com/janestreet/memtrace/releases/download/v0.1.2/memtrace-v0.1.2.tbz" 35 checksum: [ 36 "sha256=1dc76b4bd375460c026d5a602149a1c3ea401644df38480e7b5919387b18bf83" 37 "sha512=5726ce796611bae1e24fa4b51d88dc5115cb5b2cdd36e63c4696d38d51178ace93e79a73671e04d35f3fdd1d29efb4f958a9792dca832e37ad89d82b5ee2dd6f" 38 ] 39}