An example made with opam-package-template
- Dune 66.6%
- OCaml 18%
- Makefile 15.4%
| .github/workflows | ||
| .vscode | ||
| bin | ||
| lib/example | ||
| .gitattributes | ||
| .gitignore | ||
| .ocamlformat | ||
| CHANGES.md | ||
| CODEOWNERS | ||
| dune | ||
| dune-project | ||
| dune-workspace-5.2 | ||
| dune-workspace-5.3 | ||
| dune-workspace-5.4 | ||
| example-dev.opam | ||
| example-tests.opam | ||
| example.opam | ||
| example.opam.template | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
opam-package-template-example
⚠️ This repository is now a public archive. I have stopped developing the project and will no longer be maintaining it.
This project served me well from 2021 to 2025, and I am grateful to the authors and maintainers of the open-source libraries I was able to build upon and learn from here.
For related work with a more modern take, see also this issue, and keep an eye on dune init!
Happy templating and thank you!
This is an empty project made with opam-package-template.
The purpose of having this repo hosted in github is to exercise and test the actions in the .github/workflows/ directory.
Code Documentation
The code documentation of the latest release is built with odoc and published to GitHub pages here.