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: "GPL-2.0"
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]
14conflicts: ["base-domains"]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git"
30url {
31 src: "https://github.com/savonet/ocaml-mem_usage/archive/v0.0.4.tar.gz"
32 checksum: [
33 "md5=38943d6e4454a9cf73339882b0c65ced"
34 "sha512=29c54d1f8a1e3ca09b0a6f58ae0346e41d2f64cf26716a4ffc0f73ee7e3a32942e47c8fd41efb80fd2886a0790ffd90ade7cf325c7912012abc603a3514c9e79"
35 ]
36}