jonahbeckford
jonahbeckford
Stops https://direnv.net/ and opam init hooks from conflicting. With this commit, either direnv runs, or opam init hooks run. Explicit .envrc in a directory (aka. direnv is present) has higher...
Regarding @kit-ty-kate 's https://discuss.ocaml.org/t/ann-your-opam-repository-prs-are-now-tested-on-windows/14781 post. TLDR: Using `available: os != "win32"` disables a package for *all* Windows users, including existing DkML users. Since the Windows CI using GitHub Actions does...
Fixes #29 . Specifically adds support for: - IMAGE_REL_AMD64_ADDR32NB. (This is the "relocation kind 0003"). - IMAGE_REL_I386_DIR32NB. (This is the x86 version of the above). - IMAGE_REL_AMD64_REL32_5. (This is documented...
@tahina-pro This is a PR to enable fstar to build on Windows/OCaml CI. It uses DkML, although I wrote it in a way that *should* be able to run with...
### Context Windows 11 OCaml: 4.14.0 with Visual Studio 2019 Distribution: DkML 2.0.1 (unreleased installer snapshot: https://gitlab.com/diskuv-ocaml/distributions/dkml/-/package_files/86309425/download) ### Symptoms In a top-level I can successfully load packages with stubs ......
This is how I think Diskuv OCaml and the rest of the Windows options should look after the platform installer + Opam 2.2 + OCaml 5 are released. This accompanies...
## Expected Behavior I think the arity should be the same for both. `(context (default (targets native windows android)))` should be equivalent to `dune build -x windows -x android` That...
I'm using the latest master branch with MSVC on Windows. I had ocurl working in release 0.9.2. ```sh $ opam exec --switch dkml dune build File "_build/default/clibs.sexp", line 3, characters...
Original issue: https://github.com/dbuenzli/tsdl/issues/96#issuecomment-2438579933 The relevant snippet: ``` + flexlink -x64 -merge-manifest -stack 33554432 -g -o src\dlltsdl_stubs.dll SDL2d.lib src/tsdl_stubs.obj -LY:/source/tsdl/_opam/share/dkcoder-c/debug/lib/pkgconfig/../../lib -LC:/Users/beckf/AppData/Local/Programs/DKMLNA~1/lib/ocaml\flexdll + link -lib -nologo -machine:AMD64 -out:src\libtsdl_stubs.lib SDL2d.lib src/tsdl_stubs.obj ``` shows...
During capnp-ocaml development I want `dune build` to work. That compiles the whole project, including the benchmark code. `dune build` makes it easy to see if I'm breaking other code,...