# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           ocaml 1.1

name                ocaml-memtrace
github.setup        janestreet memtrace 0.2.3 v
revision            0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT

description         Streaming client for Memprof
long_description    Generates compact traces of a program's memory use.

github.tarball_from releases

checksums           rmd160  218858bbd656bcd8c15d55f2713df2b914ebf9ba \
                    sha256  fa47379e78be5dbb3066cf96962d18a05d1defb4530588c14e5bc0289e0df520 \
                    size    1237922
github.tarball_from archive

ocaml.build_type    dune
