From 30842e98de39f797c6070d76ac131f885eb91d7b Mon Sep 17 00:00:00 2001 From: Javier Chavarri Date: Wed, 20 Sep 2023 13:28:42 +0000 Subject: [PATCH] add support for ocaml 5.1.0 --- .gitignore | 1 + OMakefile | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c5f959b..f48b26e 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ OMakefile.omc /extprotc /test/run_tests /test/oUnit-anon.cache +/_opam/ diff --git a/OMakefile b/OMakefile index 4f1841c..35b716b 100644 --- a/OMakefile +++ b/OMakefile @@ -27,6 +27,7 @@ if $(ge $(OCAML_MAJOR), 4) export OCAMLPACKS[] = + camlp-streams camlp4 extlib bytes