dkml-installer-ocaml
dkml-installer-ocaml copied to clipboard
The Windows-friendly distribution of OCaml
Has including OpenSSL in DkML been considered? I think it would be helpful for developers building web applications using DkML if this was included. For example, I recently tried to...
Since tsdl-* is the graphics tool we'll be recommending to Windows users, get `tsdl-mixer` working in Windows, at least in `utop` and bytecode. Not native code though. Windows has open...
Confer https://github.com/PowerShell/PowerShell/issues/2138 Audit the code and make sure that `Invoke-WebRequest` and `Expand-Archive` have progress bars disabled. Or just use `Start-BitsTransfer` and `with-dkml tar xfz` (etc.)
``` #=== ERROR while compiling conf-withdkml.1 ====================================# # context 2.2.0~alpha0~20221228 | linux/x86_64 | ocaml-system.4.14.0 | git+https://github.com/diskuv/diskuv-opam-repository.git#2.1.0 # path ~/.opam/playground/.opam-switch/build/conf-withdkml.1 # command /usr/bin/sh -eufc # Create a DKMLDIR. Its structure mimics...
```powershell PS Y:\source\dksdk-type> ocamldebug Fatal error: cannot load shared library dllunix Reason: The specified module could not be found. ```
Hello, i just gave a dkml installation on windows. I launch utop and get this error : DkML 2.1.0: Open source. Full-stack OCaml. https://diskuv.com/dkmlbook/ DkSDK: 30 day risk free. C/C++/Java/Swift...
Get errors from `dash.exe` during a build of DkML unless go into an editor and resave `build\pkg\bump\2.1.1\sw\dkmldir\vendor\drc\unix\crossplatform-functions.sh` (modulo the version) with LF newlines.
It can continue to run even when there is a failure.
Although it is safer to ignore prior variables during an install, OPAMROOT should be settable to another location to save space. Perhaps make it a variable in a sexp file...
During `opam install`, where `opam.exe` is a `with-dkml.exe` shim, opam can call `ocaml` (ex. `ocaml gen_config_ml` in the `ocaml-system` package). But that `ocaml` is another `with-dkml.exe` shim, and prints the...