this repo has no description
1opam-version: "2.0" 2synopsis: "Cross-platform stats about memory usage" 3maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4authors: "Romain Beauxis <toots@rastageeks.org>" 5license: "GPL-2.0" 6homepage: "https://github.com/savonet/ocaml-mem_usage" 7bug-reports: "https://github.com/savonet/ocaml-mem_usage/issues" 8depends: [ 9 "ocaml" {>= "4.08"} 10 "dune" {>= "2.8"} 11 "odoc" {with-doc} 12] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "@install" 23 "@runtest" {with-test} 24 "@doc" {with-doc} 25 ] 26] 27dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git" 28url { 29 src: 30 "https://github.com/savonet/ocaml-mem_usage/archive/refs/tags/v0.1.0.tar.gz" 31 checksum: [ 32 "md5=efa6847db6884a2cd26b064f6431ad86" 33 "sha512=19a2772e0fdb55c6dd0cd01df2fba7ff8c8cf63dd3cd4361d4964464fe2acea664db75a0c97c5fd47b7b1a662cc23bdce61ae0d5298fcfc93b60a99d8ebab3a2" 34 ] 35}