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