There is a new pull request by kwshi against master on the void-packages repository https://github.com/kwshi/void-packages dune https://github.com/void-linux/void-packages/pull/31601 New package: dune-2.8.5 (OCaml build system), `dune` build-style - new package: dune-2.8.5 - common: add `dune` build-style - new package: ocaml-csexp-1.5.1 - new package: ocaml-dune-configurator-2.8.5 This PR adds the [Dune](https://dune.build/) OCaml build system, somewhat analogous to Cargo for Rust, Stack for Haskell, etc.; it is considered "the" modern OCaml build system & most widely used for OCaml projects. I've also defined a `dune.sh` build style for simplifying OCaml source builds. To make sure it works/demo its use, I've also added two packages `ocaml-csexp` and `ocaml-dune-configurator`, which build using `build_style=dune`. #### General - [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR A patch file from https://github.com/void-linux/void-packages/pull/31601.patch is attached