this repo has no description
1opam-version: "2.0"
2synopsis: "Collect runtime profiling information in CTF format"
3maintainer: "Thomas Leonard <talex5@gmail.com>"
4authors: "Thomas Leonard <talex5@gmail.com>"
5license: "BSD-2-clause"
6homepage: "https://github.com/mirage/mirage-profile"
7doc: "https://mirage.github.io/mirage-profile/"
8bug-reports: "https://github.com/mirage/mirage-profile/issues"
9depends: [
10 "ocaml" {>= "4.06.0"}
11 "dune" {>= "1.0"}
12 "mirage-profile" {>= "0.8.0"}
13 "mtime" {>= "1.0.0"}
14 "ocplib-endian"
15]
16build: [
17 ["dune" "build" "-p" name "-j" jobs]
18]
19dev-repo: "git+https://github.com/mirage/mirage-profile.git"
20description: """
21This library can be used to trace execution of OCaml/Lwt programs (such as
22Mirage unikernels) at the level of Lwt threads. The traces can be viewed using
23JavaScript or GTK viewers provided by [mirage-trace-viewer][] or processed by
24tools supporting the [Common Trace Format (CTF)][ctf].
25
26This backend adds a Unix collector.
27"""
28url {
29 src:
30 "https://github.com/mirage/mirage-profile/releases/download/v0.9.0/mirage-profile-v0.9.0.tbz"
31 checksum: [
32 "sha256=60a76c482fbac9dedbfcb8b5536c57bf6678f48523131235a114862b0483c381"
33 "sha512=8efffd7f8a7af169e4880377e2376b830c12baed66611f669992afcae6002c1df7a02e95e2e1d6d498b10a39260e5fa9442e2c9aaf67f4a3ffd2071925a4f1d7"
34 ]
35}
36flags: deprecated
37post-messages: [ "mirage-profile-unix is deprecated" ]