There is an updated 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 builder), `dune` build-style This PR adds the [Dune](https://dune.build/) build system for OCaml projects, 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 `ocaml-sexplib0`, which builds 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