Skip to content
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
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "obuilder"]
path = obuilder
url = https://github.com/ocurrent/obuilder.git
branch = master
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ocaml/opam:debian-11-ocaml-4.14@sha256:b83fcce3b715fe10ee2d3060763379e1ad9be76832d67203652f2c0abd6ae50d AS build
FROM ocaml/opam:debian-11-ocaml-4.14@sha256:5b9de826b22c77a0654519d0959536f93a6ffd7020712a8b1c3437445e031e04 AS build
RUN sudo apt-get update && sudo apt-get install libev-dev capnproto m4 pkg-config libsqlite3-dev libgmp-dev -y --no-install-recommends
RUN cd ~/opam-repository && git pull origin -q master && git reset --hard 11e634fd946c90fdb26c14ae5f7759e644c898f0 && opam update
RUN cd ~/opam-repository && git pull origin -q master && git reset --hard 97da9a1b68b824a65a09e5f7d071fcf2da35bd1b && opam update
COPY --chown=opam ocluster-api.opam ocluster.opam /src/
COPY --chown=opam obuilder/obuilder.opam obuilder/obuilder-spec.opam /src/obuilder/
RUN opam pin -yn /src/obuilder/
Expand Down
2 changes: 1 addition & 1 deletion current_ocluster.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "2.8"}
"ppx_deriving"
"ocluster-api" {= version}
"lwt" {>= "5.5.0"}
"lwt" {>= "5.6.1"}
"current" {>= "0.3"}
"current_git" {>= "0.3"}
"current_web" {>= "0.3" & with-test}
Expand Down
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(description "OCaml bindings for the OCluster Cap'n Proto API.")
(depends
ppx_deriving
(lwt (>= 5.5.0))
(lwt (>= 5.6.1))
(capnp-rpc-lwt (>= 1.2))
fmt
ppx_deriving_yojson
Expand All @@ -27,7 +27,7 @@
ppx_sexp_conv
dune-build-info
(ocluster-api (= :version))
(lwt (>= 5.5.0))
(lwt (>= 5.6.1))
capnp-rpc-lwt
capnp-rpc-net
(capnp-rpc-unix (>= 1.2))
Expand Down Expand Up @@ -58,7 +58,7 @@
(depends
ppx_deriving
(ocluster-api (= :version))
(lwt (>= 5.5.0))
(lwt (>= 5.6.1))
(current (>= 0.3))
(current_git (>= 0.3))
(current_web (and (>= 0.3) :with-test))
Expand Down
2 changes: 1 addition & 1 deletion obuilder
2 changes: 1 addition & 1 deletion ocluster-api.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/ocurrent/ocluster/issues"
depends: [
"dune" {>= "2.8"}
"ppx_deriving"
"lwt" {>= "5.5.0"}
"lwt" {>= "5.6.1"}
"capnp-rpc-lwt" {>= "1.2"}
"fmt"
"ppx_deriving_yojson"
Expand Down
2 changes: 1 addition & 1 deletion ocluster.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"ppx_sexp_conv"
"dune-build-info"
"ocluster-api" {= version}
"lwt" {>= "5.5.0"}
"lwt" {>= "5.6.1"}
"capnp-rpc-lwt"
"capnp-rpc-net"
"capnp-rpc-unix" {>= "1.2"}
Expand Down