this repo has no description
1opam-version: "2.0"
2maintainer: "Robur <team@robur.coop>"
3authors: ["Robur <team@robur.coop>"]
4homepage: "https://github.com/robur-coop/mirage-monitoring"
5doc: "https://robur-coop.github.io/mirage-monitoring"
6dev-repo: "git+https://github.com/robur-coop/mirage-monitoring.git"
7bug-reports: "https://github.com/robur-coop/mirage-monitoring/issues"
8license: "AGPL-3.0-only"
9
10depends: [
11 "ocaml" {>= "4.11.0"}
12 "dune"
13 "logs" {>= "0.6.3"}
14 "metrics" {>= "0.4.0"}
15 "metrics-lwt" {>= "0.2.0"}
16 "metrics-influx" {>= "0.2.0"}
17 "mirage-sleep" {>= "4.0.0"}
18 "tcpip" {>= "7.0.0"}
19 "mirage-runtime" {>= "4.5.0"}
20 "memtrace-mirage" {>= "0.2.1.2.3"}
21]
22conflicts: [
23 "mirage-solo5" {< "0.9.2"}
24 "mirage-xen" {< "8.0.2"}
25]
26build: [
27 ["dune" "subst"] {dev}
28 ["dune" "build" "-p" name "-j" jobs]
29 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
30]
31synopsis: "Monitoring of MirageOS unikernels"
32description: """
33Reporting metrics to Influx, Telegraf. Dynamic adjusting log level and metrics
34sources, memprof profiling.
35"""
36x-maintenance-intent: [ "(latest)" ]
37url {
38 src:
39 "https://github.com/robur-coop/mirage-monitoring/releases/download/v0.0.6/mirage-monitoring-0.0.6.tbz"
40 checksum: [
41 "sha256=0e574eb8ff65c3dddc38d0ec8c89e1be73d2e2bb62869a62da0a559578ec7537"
42 "sha512=7b3b065ec04981b6c9ece925ab43ea9a95baabb6174492eb11a67c7678ee1a9ec90662001ae157bc2565230b0df1a45dda2e61883267392883c521805e5a5492"
43 ]
44}
45x-commit-hash: "e80806501e12957d5e92a1042c4e14fe50e93261"