nix-overlays icon indicating copy to clipboard operation
nix-overlays copied to clipboard

OCaml-focused, custom nix-overlays

Results 20 nix-overlays issues
Sort by recently updated
recently updated
newest added

I have seen that you have updated Dune to follow a commit on the `main` branch. This `3.18.2` release of Dune restores the support for `ocaml.5.4.0`. I have restored to...

:robot_face: Updating sources to the latest version. #### Commits touching OCaml packages: * ocamlPackages.dune_{2,3}: don\'t throw when evaling * ocamlPackages.labltk: mark as broken on unsupported versions * ocamlPackages: swap throws...

:robot_face: Updating sources to the latest version. #### Commits touching OCaml packages: #### Diff URL: https://github.com/NixOS/nixpkgs/compare/e1ce86c3e40327779390e98edab843d4a1cc9224...c92e61274db29937375eb5b8309779f97d4f39f1 #### Error Error occurred, there could be relevant commits missing

:robot_face: Updating sources to the latest version. #### Commits touching OCaml packages: * ocamlPackages.qcheck: 0.25 → 0.27 * ocamlPackages.qcheck: 0.25 → 0.27 (#458559) * codex: 0.56.0 -> 0.57.0 (#460287) *...

Hi. There are several ways to cross-compile ocaml code to windows using mingw: - either using opam and https://github.com/ocaml-cross/opam-cross-windows - or using dune on sources directly, possibly with duniverse to...

Closes #2018 This is an "in flux" snapshot of my experiments to make cross-compilation to mingw work. ## Status - this builds a 5.4 compiler that targets 64-bit mingw -...

Hello, thank you for the great overlay ! Following the suggestion in #620 and taking inspiration from doi2bib's flake and default.nix, I managed to build my current toy project to...

Is there a method to build an ocaml "switch" with all transitive dependencies of packages? I'm currently using a small snippet to gather all the deps: ```nix ocamlDeepDeps = let...