Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upper bound for docker_hub #73

Merged
merged 3 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(lang dune 1.11)
(implicit_transitive_deps true) ; Change to false once in a while to see what we are really using
; Too fragile to turn off by default though

; Change to false once in a while to see what we are really using
; Too fragile to turn off by default though
(implicit_transitive_deps true)
8 changes: 4 additions & 4 deletions opam-health-check.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: ["opam" "check"]
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "1.0"}
"dune" {>= "1.11"}
"tyxml" {>= "4.3.0"}
"cohttp"
"cohttp-lwt"
Expand All @@ -26,7 +26,7 @@ depends: [
"mirage-crypto-rng" {>= "0.11.0"}
"mirage-crypto-rng-lwt" {>= "0.11.0"}
"cmdliner" {>= "1.1.0"}
"prometheus-app"
"prometheus-app" {>= "1.2"}
"fpath"
"fmt" {>= "0.8.7"}
"re" {>= "1.7.2"}
Expand All @@ -46,8 +46,8 @@ depends: [
"lwt"
"lwt_ppx"
"uri"
"docker_hub" {>= "0.1.0"}
"memtrace"
"docker_hub" {>= "0.1.0" & < "0.2.0"}
shonfeder marked this conversation as resolved.
Show resolved Hide resolved
"memtrace" {>= "0.2.3"}
"tls-lwt" {>= "0.16.0"} # activate conduit with TLS for slack webhooks
"conf-libev" # Required for lwt to avoid hitting the limits of select(2)
"conf-pixz" # TODO: Make it a library
Expand Down