opam-repository-mingw
opam-repository-mingw copied to clipboard
windows package repository for OPAM (mingw and msvc)
The official version of dune upstream has been updated to 3.7.1, while the version in the repository is still 3.5 https://github.com/ocaml/dune/releases/tag/3.7.1
Flexdll 0.42 added a new feature that allows individual libraries to be linked statically, which helps static link libraries like pthreads and libstdc++. However, I found that flexdll 0.41 is...
Hi, I accidently installed OCaml64 on a wrong folder. Is there any way to solve this issue?
Hi, it would be nice if there was a MSI installer for OCaml on the Windows platform. Right now, I have access to OCaml via TryOCaml, and there are OCaml...
The documentation here: https://fdopen.github.io/opam-repository-mingw/installation/ suggests that the latest opam file https://github.com/fdopen/opam-repository-mingw/releases/download/0.0.0.2/opam64.tar.xz is from 05. Jan 2022. But the release appears to be from Oct 18 2018: https://github.com/fdopen/opam-repository-mingw/releases/tag/0.0.0.2 The opem version...
Since September of 2020, flexdll no longer passes image-base because it will create DLLs/plugins with relocations too far to be loaded. https://github.com/alainfrisch/flexdll/issues/50 https://github.com/alainfrisch/flexdll/pull/89 https://github.com/ocaml/ocaml/pull/10351 OCaml versions 4.12.1 and newer need...
i'm trying to use this behind a firewall using a cache of the mirror, but `install.sh` hits github to make sure `curl` works and to calculate the mirror scheme. when...
Dear Andreas: I was wondering if the source to `ocaml-env` is available anywhere? I am thinking of ways to improve the setting up of the environment needed for the OCaml...
Hello! I'm running your stack on GitHub Action Windows CI, with the current default git settings (checked out files as CRLF). However, it seems that `ocaml-env exec -- trivialScript` changes...
The decision to discontinue a native Windows opam by pointing to the use of Dune as a substitute creates a chicken and egg problem since Dune itself is to be...