30 lines
887 B
Text
30 lines
887 B
Text
opam-version: "2.0"
|
|
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
|
|
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
|
|
homepage: "https://github.com/roburio/monitoring-experiments"
|
|
doc: "https://roburio.github.io/monitoring-experiments"
|
|
dev-repo: "git+https://github.com/roburio/monitoring-experiments.git"
|
|
bug-reports: "https://github.com/roburio/monitoring-experiments/issues"
|
|
license: "AGPL"
|
|
|
|
depends: [
|
|
"ocaml" {>= "4.08.0"}
|
|
"logs" {>= "0.6.3"}
|
|
"metrics" {>= "0.2.0"}
|
|
"metrics-lwt" {>= "0.2.0"}
|
|
"metrics-influx" {>= "0.2.0"}
|
|
"mirage-time" {>= "2.0.0"}
|
|
"tcpip" {>= "7.0.0"}
|
|
"mirage-solo5" {>= "0.6.4"}
|
|
"ocaml-freestanding" {>= "0.4.5"}
|
|
"mirage-runtime"
|
|
]
|
|
build: [
|
|
["dune" "subst"] {pinned}
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
|
]
|
|
synopsis: "Experiments with monitoring thingies"
|
|
description: """
|
|
bla bla
|
|
"""
|