# This file is generated by dune, edit dune-project instead 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} ] conflicts: ["base-domains"] 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/v0.0.4.tar.gz" checksum: [ "md5=38943d6e4454a9cf73339882b0c65ced" "sha512=29c54d1f8a1e3ca09b0a6f58ae0346e41d2f64cf26716a4ffc0f73ee7e3a32942e47c8fd41efb80fd2886a0790ffd90ade7cf325c7912012abc603a3514c9e79" ] }