package mem_usage

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.3.tar.gz
md5=1a3be7ee11ef8be572bc636909363dc4
sha512=c871f9e039f38866ca4ce910c668936cd3e04f4ee0eb7ea80f2eec57e6a37c5210e57054aad55ac1889cbae7f69521b3d038e31a36a3908ab9f89a6eeaab6e71

Description

Published: 23 Feb 2026

README

ocaml-mem_usage

GitHub GitHub Workflow Status GitHub release (latest by date)

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 (3)

  1. dune >= "2.8"
  2. ocaml >= "4.08"
  3. conf-sysinfo os = "freebsd"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. liquidsoap >= "2.3.3"
  2. liquidsoap-core >= "2.3.0"

Conflicts

None