# 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.1.tar.gz" checksum: [ "md5=64c96a79b15f815f00284f38dd3f3335" "sha512=496d98568247f9c60586399df61ad048cc8bd5ec68bc35f7b3b7be0c4b233299a6be446ad747a4b5763a1b31321019af76876dda3ac1bcd0fa807a1a06e87343" ] }