this repo has no description

Package mem_usage.0.1.1

Changed files
+36
packages
mem_usage
mem_usage.0.1.1
+36
packages/mem_usage/mem_usage.0.1.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Cross-platform stats about memory usage"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["Romain Beauxis <toots@rastageeks.org>"]
+
license: "GPL-2.0"
+
homepage: "https://github.com/savonet/ocaml-mem_usage"
+
bug-reports: "https://github.com/savonet/ocaml-mem_usage/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.8"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git"
+
url {
+
src:
+
"https://github.com/savonet/ocaml-mem_usage/archive/refs/tags/v0.1.1.tar.gz"
+
checksum: [
+
"md5=d35873964faf2958f5a6969553800e10"
+
"sha512=4453ad7b409f1db08103abf458c28f8714d8c7c432c4b1be6d31edb7c463185b3087af358fa25eaae1a8808d9c684e893040f3ab7d82ce686c2bbeac333e68c0"
+
]
+
}