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.2.tar.gz"
32 checksum: [
33 "md5=fe8e598d3c53adede10d375d7a65889c"
34 "sha512=7be98e6d2f37605e81a1a4f744675e8051096b3310e58d68451bfa09b98f65c5fe836130d705c24e55d665ebe8a785fe40cf391d9188a10d682594d1ed91100a"
35 ]
36}