this repo has no description

Package mem_usage.0.0.2

Changed files
+36
packages
mem_usage
mem_usage.0.0.2
+36
packages/mem_usage/mem_usage.0.0.2/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}
+
]
+
conflicts: ["base-domains"]
+
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/v0.0.2.tar.gz"
+
checksum: [
+
"md5=fe8e598d3c53adede10d375d7a65889c"
+
"sha512=7be98e6d2f37605e81a1a4f744675e8051096b3310e58d68451bfa09b98f65c5fe836130d705c24e55d665ebe8a785fe40cf391d9188a10d682594d1ed91100a"
+
]
+
}