this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package mem_usage.0.1.2

+37
+37
packages/mem_usage/mem_usage.0.1.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Cross-platform stats about memory usage" 4 + maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + authors: ["Romain Beauxis <toots@rastageeks.org>"] 6 + license: "MIT" 7 + homepage: "https://github.com/savonet/ocaml-mem_usage" 8 + bug-reports: "https://github.com/savonet/ocaml-mem_usage/issues" 9 + build: [ 10 + ["dune" "subst"] {dev} 11 + [ 12 + "dune" 13 + "build" 14 + "-p" 15 + name 16 + "-j" 17 + jobs 18 + "@install" 19 + "@runtest" {with-test} 20 + "@doc" {with-doc} 21 + ] 22 + ] 23 + dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git" 24 + depends: [ 25 + "conf-sysinfo" {os = "freebsd"} 26 + "ocaml" {>= "4.08"} 27 + "dune" {>= "2.8"} 28 + "odoc" {with-doc} 29 + ] 30 + url { 31 + src: 32 + "https://github.com/savonet/ocaml-mem_usage/archive/refs/tags/v0.1.2.tar.gz" 33 + checksum: [ 34 + "md5=85d93095ef3949977486fc8d901f4e50" 35 + "sha512=870ed95c70fd554df4f861f2fb216d1475c947be160ae5564926b342ab9273e9d7b713e15a39e4f7c76a4949519b2209c545a2346a31f9f53eda58775fee6758" 36 + ] 37 + }