We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866af7e commit 25cf791Copy full SHA for 25cf791
src/lib/prep.ml
@@ -213,6 +213,8 @@ let add_base ocaml_version init =
213
mk "base-unix" "base";
214
mk "base-bigarray" "base";
215
mk "base-threads" "base";
216
+ mk "opam-depext" "1.2.3";
217
+
218
mk "ocaml-base-compiler" (Ocaml_version.to_string ocaml_version);
219
mk "ocaml" (Ocaml_version.to_string ocaml_version);
220
]
src/pipelines/docs.ml
@@ -408,6 +408,7 @@ let v ~config ~opam ~monitor ~migrations () =
408
"base-effects.base";
409
"host-arch-x86_64.1";
410
"host-system-other.1";
411
+ "opam-depext.1.2.3";
412
413
in
414
let packages =
0 commit comments