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: ["team@robur.coop"] 5authors: [ 6 "Jane Street Group, LLC <opensource@janestreet.com>" 7 "Robur Team <team@robur.coop>" 8 "Hannes Mehnert <hannes@mehnert.org>" 9] 10license: "MIT" 11homepage: "https://github.com/robur-coop/memtrace-mirage" 12bug-reports: "https://github.com/robur-coop/memtrace-mirage/issues" 13depends: [ 14 "dune" {>= "2.3"} 15 "ocaml" {>= "4.11.0" & < "5"} 16 "mirage-flow" {>= "3.0.0"} 17 "mirage-ptime" {>= "5.0.0"} 18 "ptime" {>= "1.0.0"} 19 "lwt" {>= "5.5.0"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/robur-coop/memtrace-mirage.git" 36x-maintenance-intent: [ "(latest)" ] 37url { 38 src: 39 "https://github.com/robur-coop/memtrace-mirage/releases/download/v0.2.1.2.3/memtrace-mirage-0.2.1.2.3.tbz" 40 checksum: [ 41 "sha256=6e3e2e255c5ff5c31bf97b62f3c09673cb28f00a3f89d1fa8ad96a9fa32d6780" 42 "sha512=6415aa2bdb02657705a95cf13f2f02278dbf8ef8938f7fc3820ced48c12b192f6041005dc2b61840f56a5294e2a9dadd26487b89022dd49a461d035845a37614" 43 ] 44} 45x-commit-hash: "b46cee77711b805f966469c914796a4b1cdabd94"