this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Cross-platform stats about memory usage"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["Romain Beauxis <toots@rastageeks.org>"]
6license: "MIT"
7homepage: "https://github.com/savonet/ocaml-mem_usage"
8bug-reports: "https://github.com/savonet/ocaml-mem_usage/issues"
9depends: [
10 "ocaml" {>= "4.08"}
11 "dune" {>= "2.8"}
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git"
29url {
30 src:
31 "https://github.com/savonet/ocaml-mem_usage/archive/refs/tags/v0.1.1.tar.gz"
32 checksum: [
33 "md5=d35873964faf2958f5a6969553800e10"
34 "sha512=4453ad7b409f1db08103abf458c28f8714d8c7c432c4b1be6d31edb7c463185b3087af358fa25eaae1a8808d9c684e893040f3ab7d82ce686c2bbeac333e68c0"
35 ]
36}