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-time" {>= "2.0.0"} 18 "tcpip" {>= "7.0.0"} 19 "mirage-solo5" {>= "0.6.4" & < "0.7.0"} 20 "ocaml-freestanding" {>= "0.4.5"} 21 "mirage-runtime" {< "4.3.0"} 22 "memtrace-mirage" {>= "0.2.1.2.2" & < "0.2.1.2.3"} 23 "mirage-clock" {>= "4.0.0"} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 ["dune" "build" "-p" name "-j" jobs] 28 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 29] 30synopsis: "Monitoring of MirageOS unikernels" 31description: """ 32Reporting metrics to Influx, Telegraf. Dynamic adjusting log level and metrics 33sources, memprof profiling. 34""" 35url { 36 src: 37 "https://github.com/robur-coop/mirage-monitoring/releases/download/v0.0.1/mirage-monitoring-0.0.1.tbz" 38 checksum: [ 39 "sha256=eeab5fdc332a97c361bc1c76ea7124a761ac8e2e88214129e2085b73cf02142b" 40 "sha512=d990da8398ae70ed5644bcff6eb995370798a5bb33a7b309e5ea15831959e93db20183d24c2a35b95e36bda870e8df6f4e584416f9dc5010c75a99bbf00ff504" 41 ] 42} 43x-commit-hash: "f949c87e4c741397b486f4470629a7ba9b7024af"