objective categorical abstract machine language personal data server
65
fork

Configure Feed

Select the types of activity you want to include in your feed.

Pin dune version to fix CI

dune 3.21 reintroduces a bug where dune can't interpret
`pkg-self:npm-version` in reason-react's dune.lock entry, something to
do with opam-check-npm-deps maybe.

should give upgrading another try when we go to ocaml 5.4 (currently
blocked on ppx_rapper)

futurGH e1813c25 09aff094

+9 -9
+1 -1
Dockerfile
··· 2 2 3 3 ARG NODE_VERSION=v24.11.1 4 4 ARG OPAM_VERSION=2.5 5 - ARG DUNE_VERSION=3.21.0 5 + ARG DUNE_VERSION=3.20.2 6 6 7 7 ARG GIT_REV 8 8 ENV GIT_REV=$GIT_REV
+8 -8
dune-project
··· 53 53 (allow_empty) 54 54 (depends 55 55 (ocaml (= 5.2.1)) 56 - dune 56 + (dune (and (>= 3.20) (< 3.21))) 57 57 lwt 58 58 (aws-s3-lwt (>= 4.8.1)) 59 59 (caqti (>= 1.9.0)) ··· 88 88 (allow_empty) 89 89 (depends 90 90 (ocaml (= 5.2.1)) 91 - dune 91 + (dune (and (>= 3.20) (< 3.21))) 92 92 lwt 93 93 melange 94 94 melange-json ··· 104 104 (allow_empty) 105 105 (depends 106 106 (ocaml (= 5.2.1)) 107 - dune 107 + (dune (and (>= 3.20) (< 3.21))) 108 108 lwt 109 109 (core_unix (>= 0.16.0)) 110 110 (re (>= 1.13.2)) ··· 120 120 (allow_empty) 121 121 (depends 122 122 (ocaml (= 5.2.1)) 123 - dune 123 + (dune (and (>= 3.20) (< 3.21))) 124 124 lwt 125 125 (digestif (>= 1.2.0)) 126 126 (multibase (>= 0.1.0)) ··· 134 134 (allow_empty) 135 135 (depends 136 136 (ocaml (= 5.2.1)) 137 - dune 137 + (dune (and (>= 3.20) (< 3.21))) 138 138 (hacl-star (>= 0.7.2)) 139 139 (mirage-crypto-ec (>= 2.0.1)) 140 140 (multibase (>= 0.1.0)))) ··· 146 146 (allow_empty) 147 147 (depends 148 148 (ocaml (= 5.2.1)) 149 - dune 149 + (dune (and (>= 3.20) (< 3.21))) 150 150 lwt 151 151 (cohttp-lwt-unix (>= 6.1.1)) 152 152 (uri (>= 4.4.0)) ··· 161 161 (allow_empty) 162 162 (depends 163 163 (ocaml (= 5.2.1)) 164 - dune 164 + (dune (and (>= 3.20) (< 3.21))) 165 165 (cmdliner (>= 1.2.0)) 166 166 (yojson (>= 3.0.0)) 167 167 (fmt (>= 0.9.0)) ··· 173 173 (allow_empty) 174 174 (depends 175 175 (ocaml (= 5.2.1)) 176 - dune 176 + (dune (and (>= 3.20) (< 3.21))) 177 177 (ppxlib (>= 0.32.0)))) 178 178 179 179 (package