Skip to content

Commit 25cf791

Browse files
committed
Add opam-depext to the set of base packages
1 parent 866af7e commit 25cf791

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/lib/prep.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ let add_base ocaml_version init =
213213
mk "base-unix" "base";
214214
mk "base-bigarray" "base";
215215
mk "base-threads" "base";
216+
mk "opam-depext" "1.2.3";
217+
216218
mk "ocaml-base-compiler" (Ocaml_version.to_string ocaml_version);
217219
mk "ocaml" (Ocaml_version.to_string ocaml_version);
218220
]

src/pipelines/docs.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ let v ~config ~opam ~monitor ~migrations () =
408408
"base-effects.base";
409409
"host-arch-x86_64.1";
410410
"host-system-other.1";
411+
"opam-depext.1.2.3";
411412
]
412413
in
413414
let packages =

0 commit comments

Comments
 (0)