opam-version: "2.0" synopsis: "Cross-platform stats about memory usage" maintainer: "The Savonet Team " authors: "Romain Beauxis " license: "GPL-2.0" homepage: "https://github.com/savonet/ocaml-mem_usage" bug-reports: "https://github.com/savonet/ocaml-mem_usage/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "2.8"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git" url { src: "https://github.com/savonet/ocaml-mem_usage/archive/refs/tags/v0.1.0.tar.gz" checksum: [ "md5=efa6847db6884a2cd26b064f6431ad86" "sha512=19a2772e0fdb55c6dd0cd01df2fba7ff8c8cf63dd3cd4361d4964464fe2acea664db75a0c97c5fd47b7b1a662cc23bdce61ae0d5298fcfc93b60a99d8ebab3a2" ] }