mirage-monitoring for caldav, remove monitoring-experiments
This commit is contained in:
parent
0de7ffb628
commit
d093b971e8
3 changed files with 2 additions and 36 deletions
|
@ -24,12 +24,12 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
|
||||||
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
|
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
|
||||||
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
|
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
|
||||||
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
|
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
|
||||||
|
"mirage-monitoring"
|
||||||
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
|
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||||
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
|
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
|
||||||
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
|
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||||
"mirage-types" { >= "3.10.0" & < "3.11.0"}
|
"mirage-types" { >= "3.10.0" & < "3.11.0"}
|
||||||
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
|
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
|
||||||
"monitoring-experiments" { >= "0.0.2"}
|
|
||||||
"ocaml" {build & >= "4.08.0"}
|
"ocaml" {build & >= "4.08.0"}
|
||||||
"ocamlbuild" {build}
|
"ocamlbuild" {build}
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
|
|
|
@ -23,12 +23,12 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
|
||||||
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
|
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
|
||||||
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
|
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
|
||||||
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
|
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
|
||||||
|
"mirage-monitoring"
|
||||||
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
|
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||||
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
|
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
|
||||||
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
|
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||||
"mirage-types" { >= "3.10.0" & < "3.11.0"}
|
"mirage-types" { >= "3.10.0" & < "3.11.0"}
|
||||||
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
|
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
|
||||||
"monitoring-experiments" { >= "0.0.2"}
|
|
||||||
"ocaml" {build & >= "4.08.0"}
|
"ocaml" {build & >= "4.08.0"}
|
||||||
"ocamlbuild" {build}
|
"ocamlbuild" {build}
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
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"}
|
|
||||||
"dune"
|
|
||||||
"logs" {>= "0.6.3"}
|
|
||||||
"metrics" {>= "0.4.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"] {dev}
|
|
||||||
["dune" "build" "-p" name "-j" jobs]
|
|
||||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
|
||||||
]
|
|
||||||
synopsis: "Experiments with monitoring thingies"
|
|
||||||
description: """
|
|
||||||
bla bla
|
|
||||||
"""
|
|
||||||
url {
|
|
||||||
src: "git+https://github.com/roburio/monitoring-experiments.git"
|
|
||||||
}
|
|
Loading…
Reference in a new issue