Skip to content

Remove the GNU Make build system in favour of Dune#51

Merged
kit-ty-kate merged 6 commits intoocaml:masterfrom
kit-ty-kate:dune-only
Dec 4, 2024
Merged

Remove the GNU Make build system in favour of Dune#51
kit-ty-kate merged 6 commits intoocaml:masterfrom
kit-ty-kate:dune-only

Conversation

@kit-ty-kate
Copy link
Copy Markdown
Member

Maintaining a separate makefile on top of dune seems like a maintenance time sink as shown by e.g. #50 #41 #39

This PR makes is so dune becomes the only build system. If someone wish for this to not go through please comment with your concerns here. This is only an RFC for now.

@kit-ty-kate kit-ty-kate changed the title [RFC] Remove the GNU Make build system in favour of Dune Remove the GNU Make build system in favour of Dune Dec 2, 2024
@kit-ty-kate kit-ty-kate requested a review from rjbou December 2, 2024 11:35
README.md Outdated
This library provides the parser and printer for the opam file syntax as a
library with no dependencies. The package can be built either with GNU make
or any version of [Dune](https://dune.build).
library with no dependencies but [Dune](https://dune.build) >= 1.3.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
library with no dependencies but [Dune](https://dune.build) >= 1.3.
library with no dependencies but [Dune](https://dune.build) >= 1.4.

As part of the last commit

@kit-ty-kate kit-ty-kate merged commit 6db8c90 into ocaml:master Dec 4, 2024
@kit-ty-kate kit-ty-kate deleted the dune-only branch December 4, 2024 16:31
@rjbou rjbou added this to the 2.2.0 milestone Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants