Stéphane Glondu pushed to branch debian/ocaml-5 at Debian OCaml Maintainers / ocaml
Commits:
-
047e99ac
by Stéphane Glondu at 2024-08-06T03:17:28+02:00
3 changed files:
Changes:
1 | +name="bigarray"
|
|
2 | +version="[distributed with OCaml 5.2 or above]"
|
|
3 | +description="dummy backward-compatibility package for Stdlib"
|
|
4 | +requires="" |
1 | +name="bytes"
|
|
2 | +version="[distributed with OCaml 5.2 or above]"
|
|
3 | +description="dummy backward-compatibility package for Stdlib"
|
|
4 | +requires="" |
... | ... | @@ -205,6 +205,12 @@ install-stamp-arch: install-stamp |
205 | 205 | # Install the stdlib-shims compatibility package (OCaml >= 4.07)
|
206 | 206 | mkdir -p debian/libstdlib-ocaml-dev$(OCAML_STDLIB_DIR)/stdlib-shims
|
207 | 207 | cp debian/META.stdlib-shims debian/libstdlib-ocaml-dev$(OCAML_STDLIB_DIR)/stdlib-shims/META
|
208 | +# Install the bigarray compatibility package (OCaml >= 5.2)
|
|
209 | + mkdir -p debian/libstdlib-ocaml-dev$(OCAML_STDLIB_DIR)/bigarray
|
|
210 | + cp debian/META.bigarray debian/libstdlib-ocaml-dev$(OCAML_STDLIB_DIR)/bigarray/META
|
|
211 | +# Install the bytes compatibility package (OCaml >= 5.2)
|
|
212 | + mkdir -p debian/libstdlib-ocaml-dev$(OCAML_STDLIB_DIR)/bytes
|
|
213 | + cp debian/META.bytes debian/libstdlib-ocaml-dev$(OCAML_STDLIB_DIR)/bytes/META
|
|
208 | 214 | # Remaining stuff
|
209 | 215 | touch $@
|
210 | 216 |