this repo has no description
1opam-version: "2.0" 2synopsis: "Streaming client for Memprof using MirageOS API" 3description: "Generates compact traces of a program's memory use." 4maintainer: ["hannes@mehnert.org"] 5authors: [ 6 "Jane Street Group, LLC <opensource@janestreet.com>" 7 "Hannes Mehnert <hannes@mehnert.org>" 8] 9license: "MIT" 10homepage: "https://github.com/hannesm/memtrace-mirage" 11bug-reports: "https://github.com/hannesm/memtrace-mirage/issues" 12depends: [ 13 "dune" {>= "2.3"} 14 "ocaml" {>= "4.11.0" & < "5.0"} 15 "mirage-flow" {>= "3.0.0"} 16 "mirage-clock" {>= "4.0.0"} 17 "ptime" {>= "1.0.0"} 18 "lwt" {>= "5.5.0"} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/hannesm/memtrace-mirage.git" 35url { 36 src: 37 "https://github.com/hannesm/memtrace-mirage/releases/download/v0.2.1.2.1/memtrace-mirage-0.2.1.2.1.tbz" 38 checksum: [ 39 "sha256=d233a1e9a3b8ceb22ee64d285e00b61bca3df620f75a0a28473ff66a7f43dc6c" 40 "sha512=ec31247a854b36e60f22f748a54958ae92796631de111e69aff6b2bd5c6f2bb74ef7e1fffc50949fea5b493c09423e00fc551060af45af3c587e66d02b896f6c" 41 ] 42} 43x-commit-hash: "a7be29e96a1c2ec3526115042fd4c9a44bcf8b4a"