package mem_usage

  1. Overview
  2. Docs
Cross-platform stats about memory usage

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.3.tar.gz
md5=7bf6b04f8b8315aacdf69e9b0e2bed36
sha512=0d9b70da8965c0df70bfc8b50e476d10e2166ef09a7277bb012842317ecd995e9d21605983ecadd41b9b351582279ab4eef9f1388d623a5d6f000b928438c903

Description

Published: 07 May 2022

README

ocaml-mem_usage

ocaml-mem_usage is a simple cross-platform OCaml module to return information on memory usage.

Documentation:

The API documentation is available here

Prerequisites:

  • ocaml

  • dune

  • findlib

See dune-project file for versions.

Installation:

The preferred installation method is via opam:

opam install mem_usage

This will install the latest release of mem_usage. If you wish to install the latest code from this repository, you can do:

opam install .

From within this repository.

Compilation:

dune build

Author:

This author of this software may be contacted by electronic mail at the following address: savonet-users@lists.sourceforge.net.

Dependencies (2)

  1. dune >= "2.8"
  2. ocaml >= "4.08"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts (1)

  1. base-domains