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

Add Dune section in OCaml content #473

Merged
merged 5 commits into from Feb 21, 2023
Merged

Conversation

Camilotk
Copy link
Contributor

I would like to propose the addition of a tutorial on Dune, the OCaml build system, to the Fedora Developer Portal.

Dune is a fast and flexible build system for OCaml that has gained popularity among OCaml developers. It provides a uniform interface for building, testing, and installing OCaml projects, and helps manage dependencies between packages.

Adding a tutorial on Dune to the Fedora Developer Portal would be highly beneficial for OCaml developers who are new to the language and want to get started with building projects. The tutorial would provide a step-by-step guide on how to install Dune, start a new project, build the project, and run it, as well as how to add a library to a Dune project.

Inclusion of this tutorial would make the Fedora Developer Portal a more comprehensive resource for OCaml developers and help to attract new users to Fedora. I believe it would be a valuable addition to the existing resources on the portal.

I have included the tutorial in this pull request for your review. Please let me know if you have any questions or concerns. I look forward to your feedback.

Thank you for your time and consideration.

Copy link
Contributor

@jackorp jackorp left a comment

Choose a reason for hiding this comment

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

Some minor grammar fixes.
Also, please re-review whether you need to use the numbering. The markdown rendering messes up the correct number order unless the lines are in succession.

The number are probably not needed. I usually use normal paragraphs to discern steps that are in succession.

Content-wise this is great!

tech/languages/ocaml/dune.md Outdated Show resolved Hide resolved
tech/languages/ocaml/dune.md Outdated Show resolved Hide resolved
tech/languages/ocaml/dune.md Outdated Show resolved Hide resolved
tech/languages/ocaml/dune.md Outdated Show resolved Hide resolved
Camilotk and others added 4 commits February 17, 2023 18:06
Change grammar

Co-authored-by: Jarek Prokop <33065078+jackorp@users.noreply.github.com>
Co-authored-by: Jarek Prokop <33065078+jackorp@users.noreply.github.com>
Co-authored-by: Jarek Prokop <33065078+jackorp@users.noreply.github.com>
@Camilotk
Copy link
Contributor Author

All fixed.

@jackorp
Copy link
Contributor

jackorp commented Feb 21, 2023

LGTM, thanks!

@jackorp jackorp merged commit dd71690 into developer-portal:master Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants