this repo has no description

Package mem_usage.0.0.1

Changed files
+34
packages
mem_usage
mem_usage.0.0.1
+34
packages/mem_usage/mem_usage.0.0.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: [
+
"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/v0.0.1.tar.gz"
+
checksum: [
+
"md5=64c96a79b15f815f00284f38dd3f3335"
+
"sha512=496d98568247f9c60586399df61ad048cc8bd5ec68bc35f7b3b7be0c4b233299a6be446ad747a4b5763a1b31321019af76876dda3ac1bcd0fa807a1a06e87343"
+
]
+
}