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.2/memtrace-mirage-0.2.1.2.2.tbz" 38 checksum: [ 39 "sha256=34b0464af8399bc8b1c9a1de907d6fcc4bab135879e1f650c63bf658cd300f8e" 40 "sha512=e9a61c4519050b7bc3f35ed9075755b1ad33cf1ac87d08293915a6b4677d8b2502f8b00d8a5b5207e6b5c92cab92c5c14c9c05b95cbbfb23b1a36f5befd43c58" 41 ] 42} 43x-commit-hash: "a33d488aa5c5eab9248c7ea9f6ba94b1c870842b" 44x-maintenance-intent: [ "(latest)" ]