Add support for OCaml dune projects by hongchangwu · Pull Request #1576 · bbatsov/projectile · GitHub
Skip to content

Add support for OCaml dune projects#1576

Merged
bbatsov merged 1 commit intobbatsov:masterfrom
hongchangwu:dune
Sep 2, 2020
Merged

Add support for OCaml dune projects#1576
bbatsov merged 1 commit intobbatsov:masterfrom
hongchangwu:dune

Conversation

@hongchangwu
Copy link
Copy Markdown
Contributor

@hongchangwu hongchangwu commented Aug 26, 2020

Although relatively new, Dune has become the de-facto standard build tool for OCaml. The vast majority of packages on Opam uses Dune now.

Reference for project root file: https://dune.readthedocs.io/en/stable/overview.html?highlight=dune-project#project-layout


Before submitting a PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):

  • The commits are consistent with our contribution guidelines
  • You've added tests (if possible) to cover your change(s)
  • All tests are passing (eldev test)
  • The new code is not generating bytecode or M-x checkdoc warnings
  • You've updated the changelog (if adding/changing user-visible functionality)
  • You've updated the readme (if adding/changing user-visible functionality)

Thanks!

@hongchangwu hongchangwu force-pushed the dune branch 3 times, most recently from 6f00b5f to 97f6016 Compare August 26, 2020 05:03
@bbatsov bbatsov merged commit 1104e44 into bbatsov:master Sep 2, 2020
@bbatsov
Copy link
Copy Markdown
Owner

bbatsov commented Sep 2, 2020

@hongchangwu hongchangwu deleted the dune branch September 2, 2020 17:05
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