stdcompat
stdcompat copied to clipboard
Stdcompat: compatibility module for OCaml standard library
Fixes #32
stdcompat currently fails on 5.2 with: ``` #=== ERROR while compiling stdcompat.19 =======================================# # context 2.2.0~beta2~dev | linux/x86_64 | ocaml-variants.5.2.0+trunk | file:///home/opam/opam-repository # path ~/.opam/5.2/.opam-switch/build/stdcompat.19 # command ~/.opam/5.2/bin/dune build -p...
The Fedora Linux project is preparing to rebuild all of its OCaml packages with OCaml 5.0.0. This means that, for the first time in some years, we have bytecode-only architectures...
`conf-autoconf` is included as a dependency in https://github.com/ocaml/opam-repository/blob/86961ac6d7505a361cd605968329990033691c57/packages/stdcompat/stdcompat.19/opam#L13 It isn't needed; I can compile stdcompat without it because `configure` and `Makefile.in` are checked into the code. Can this be an...
Fix for https://github.com/thierry-martinez/stdcompat/issues/27
I am trying to resolve https://github.com/diskuv/dkml-installer-ocaml/issues/12 (get pyml into the Diskuv/Windows OCaml distribution). One thing I am running into is: ``` PS Z:\source\test2> opam install stdcompat ... Processing actions [ERROR]...
Hi! I'm seeing the following build failure on our MacOS github runner: ``` - File "dune", line 9, characters 9-25: - 9 | (names stdcompat__stubs)) - ^^^^^^^^^^^^^^^^ - (cd _build/default...
Build fails on OCaml trunk due to removal of the `Pervasives` module. Any pointers on how to fix it? ``` ocamlfind ocamlopt -c -package seq -package uchar -bin-annot -no-alias-deps -nolabels...
I get the following error message when trying to install stdcompat via opam: ``` [pkl@zeta ~]$ opam install stdcompat The following actions will be performed: ∗ install stdcompat 16 Gathering...
I'm using opam 2.0.8 (but the same happened in 2.0.7) and OCaml 4.10.2 (but the same happened with 4.09.1). When I run `opam install stdcompat`, it successfully installs `stdcompat.15`. However,...