this repo has no description
0
fork

Configure Feed

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

Merge pull request #25149 from toots/opam-publish-mem_usage.0.1.0

Package mem_usage.0.1.0

authored by

Marcello Seri and committed by
GitHub
c2acc943 a66ef6ff

+35
+35
packages/mem_usage/mem_usage.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Cross-platform stats about memory usage" 3 + maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4 + authors: "Romain Beauxis <toots@rastageeks.org>" 5 + license: "GPL-2.0" 6 + homepage: "https://github.com/savonet/ocaml-mem_usage" 7 + bug-reports: "https://github.com/savonet/ocaml-mem_usage/issues" 8 + depends: [ 9 + "ocaml" {>= "4.08"} 10 + "dune" {>= "2.8"} 11 + "odoc" {with-doc} 12 + ] 13 + build: [ 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 + ] 27 + dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git" 28 + url { 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 + }