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