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"} 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" 28doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/memtrace/index.html" 29available: [ 30 arch != "x86_32" & arch != "arm32" 31] 32x-commit-hash: "bb09c9e802c230c2518d72578c3cc2b917dff6fb" 33url { 34 src: 35 "https://github.com/janestreet/memtrace/releases/download/v0.1/memtrace-v0.1.tbz" 36 checksum: [ 37 "sha256=fd8b18cc416f4ab52c664b04f1b0c2b7259c352a8138e6549923ebd68a058c9c" 38 "sha512=5cdc25e905db688332b6309e6b87cf1d6a692f7157569c7ada279c0929c3da6e0b1fa7f5bc827cff00fe2c1f2619ebc49344b6114786c39dd8aee1ad6b3fe55e" 39 ] 40}