package mem_usage
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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
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_usageThis 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 buildAuthor:
This author of this software may be contacted by electronic mail at the following address: savonet-users@lists.sourceforge.net.
Dependencies (3)
-
dune
>= "2.8" -
ocaml
>= "4.08" -
conf-sysinfo
os = "freebsd"
Dev Dependencies (1)
-
odoc
with-doc
Used by (2)
-
liquidsoap
>= "2.3.3" -
liquidsoap-core
>= "2.3.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page