File tree Expand file tree Collapse file tree
prometheus-app/prometheus-app.2.0
prometheus-eio/prometheus-eio.2.0
prometheus-lwt/prometheus-lwt.2.0
prometheus-reporter/prometheus-reporter.2.0
prometheus/prometheus.2.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ depends: [
2626 "cmdliner"
2727 "sqlite3"
2828 "duration"
29- "prometheus"
29+ "prometheus" {< "2.0"}
3030 "dune" {>= "2.0"}
3131 "re" {>= "1.9.0"}
3232 "lwt-dllist"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ depends: [
2727 "cmdliner" {>= "1.1.0"}
2828 "sqlite3"
2929 "duration"
30- "prometheus"
30+ "prometheus" {< "2.0"}
3131 "dune" {>= "2.9"}
3232 "re" {>= "1.9.0"}
3333 "lwt-dllist"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ depends: [
5959 "lwt" {>= "5.7"}
6060 "lwt-dllist"
6161 "ppx_deriving"
62- "prometheus"
62+ "prometheus" {< "2.0"}
6363 "re" {>= "1.9.0"}
6464 "result" {>= "1.5"}
6565 "sqlite3"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ depends: [
5959 "lwt" {>= "5.7"}
6060 "lwt-dllist"
6161 "ppx_deriving"
62- "prometheus"
62+ "prometheus" {< "2.0"}
6363 "re" {>= "1.9.0"}
6464 "result" {>= "1.5"}
6565 "sqlite3"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ depends: [
5959 "lwt" {>= "5.7"}
6060 "lwt-dllist"
6161 "ppx_deriving"
62- "prometheus"
62+ "prometheus" {< "2.0"}
6363 "re" {>= "1.9.0"}
6464 "result" {>= "1.5"}
6565 "sqlite3"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ depends: [
5959 "lwt" {>= "5.7"}
6060 "lwt-dllist"
6161 "ppx_deriving"
62- "prometheus"
62+ "prometheus" {< "2.0"}
6363 "re" {>= "1.9.0"}
6464 "result" {>= "1.5"}
6565 "sqlite3"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ depends: [
5959 "lwt" {>= "5.7"}
6060 "lwt-dllist"
6161 "ppx_deriving"
62- "prometheus"
62+ "prometheus" {< "2.0"}
6363 "re" {>= "1.9.0"}
6464 "result" {>= "1.5"}
6565 "sqlite3"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ depends: [
2424 "bos"
2525 "lwt"
2626 "cmdliner"
27- "prometheus" {>= "0.7"}
27+ "prometheus" {>= "0.7" & < "2.0" }
2828 "prometheus-app" {< "1.2"}
2929 "cohttp" {>= "2.2.0"}
3030 "cohttp-lwt" {>= "2.2.0"}
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ depends: [
2727 "lwt"
2828 "multipart_form-lwt" {>= "0.4.0"}
2929 "cmdliner" {>= "1.1.0"}
30- "prometheus" {>= "0.7"}
31- "prometheus-app" {>= "1.2"}
30+ "prometheus" {>= "0.7" & < "2.0" }
31+ "prometheus-app" {>= "1.2" & < "2.0" }
3232 "cohttp-lwt-unix" {>= "4.0.0"}
3333 "tyxml" {>= "4.4.0" & < "4.6.0"}
3434 "csv" {>= "2.4"}
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ depends: [
6565 "ppx_deriving" {>= "5.1"}
6666 "ppx_deriving_yojson" {>= "3.5.1"}
6767 "ppx_sexp_conv" {>= "v0.14.1"}
68- "prometheus" {>= "0.7"}
69- "prometheus-app" {>= "1.2"}
68+ "prometheus" {>= "0.7" & < "2.0" }
69+ "prometheus-app" {>= "1.2" & < "2.0" }
7070 "re" {>= "1.9.0"}
7171 "result" {>= "1.5"}
7272 "routes" {>= "2.0.0"}
You can’t perform that action at this time.
0 commit comments