opam-version: "2.0"
synopsis: "Streaming client for Memprof"
description: "Generates compact traces of a program's memory use."
maintainer: ["opensource@janestreet.com"]
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
license: "MIT"
homepage: "https://github.com/janestreet/memtrace"
bug-reports: "https://github.com/janestreet/memtrace/issues"
depends: [
  "dune" {>= "2.3"}
  "ocaml" {>= "4.11.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/janestreet/memtrace.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/memtrace/index.html"
available: [
  arch != "x86_32" & arch != "arm32"
]
x-commit-hash: "bb09c9e802c230c2518d72578c3cc2b917dff6fb"
url {
  src:
    "https://github.com/janestreet/memtrace/releases/download/v0.1/memtrace-v0.1.tbz"
  checksum: [
    "sha256=fd8b18cc416f4ab52c664b04f1b0c2b7259c352a8138e6549923ebd68a058c9c"
    "sha512=5cdc25e905db688332b6309e6b87cf1d6a692f7157569c7ada279c0929c3da6e0b1fa7f5bc827cff00fe2c1f2619ebc49344b6114786c39dd8aee1ad6b3fe55e"
  ]
}
