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"
9build: [
10 ["dune" "subst"] {dev}
11 [
12 "dune"
13 "build"
14 "-p"
15 name
16 "-j"
17 jobs
18 "@install"
19 "@runtest" {with-test}
20 "@doc" {with-doc}
21 ]
22]
23dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git"
24depends: [
25 "conf-sysinfo" {os = "freebsd"}
26 "ocaml" {>= "4.08"}
27 "dune" {>= "2.8"}
28 "odoc" {with-doc}
29]
30url {
31 src:
32 "https://github.com/savonet/ocaml-mem_usage/archive/refs/tags/v0.1.2.tar.gz"
33 checksum: [
34 "md5=85d93095ef3949977486fc8d901f4e50"
35 "sha512=870ed95c70fd554df4f861f2fb216d1475c947be160ae5564926b342ab9273e9d7b713e15a39e4f7c76a4949519b2209c545a2346a31f9f53eda58775fee6758"
36 ]
37}