Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 6 commits into from
Dec 4, 2024

Conversation

kit-ty-kate
Copy link
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
@@ -1,8 +1,7 @@
# opam-file-format - Parser and printer for the opam file syntax

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
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
1 check passed
@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