An example made with opam-package-template
  • Dune 66.6%
  • OCaml 18%
  • Makefile 15.4%
Find a file
2026-03-17 07:15:44 +01:00
.github/workflows Disable dependabot 2026-03-12 15:59:45 +01:00
.vscode update REAMDE and changelog 2024-01-17 17:34:02 +01:00
bin Switch to split pplumbing pkgs 2025-09-21 17:21:56 +02:00
lib/example Switch commands to let+ style 2025-07-29 09:24:16 +02:00
.gitattributes added gitattributes 2023-03-03 12:03:12 +01:00
.gitignore Update .gitignore 2024-04-05 12:36:36 +02:00
.ocamlformat Upgrade to ocamlformat.0.28.1 2025-10-24 23:40:08 +02:00
CHANGES.md Update changelog 2025-01-04 21:28:19 +01:00
CODEOWNERS Initiate code owners file for GH 2026-02-01 08:07:17 +01:00
dune make fmt 2022-02-10 13:11:32 +01:00
dune-project Improve test/dev separation 2025-10-29 11:36:30 +01:00
dune-workspace-5.2 Prepare dune-workspace files for CI workflows 2026-01-09 10:03:26 +01:00
dune-workspace-5.3 Prepare dune-workspace files for CI workflows 2026-01-09 10:03:26 +01:00
dune-workspace-5.4 Update to latest ocaml available in CI 2026-03-12 15:59:44 +01:00
example-dev.opam Improve test/dev separation 2025-10-29 11:36:30 +01:00
example-tests.opam Improve test/dev separation 2025-10-29 11:36:30 +01:00
example.opam Switch to split pplumbing pkgs 2025-09-21 17:21:56 +02:00
example.opam.template Simplify package name prefix 2025-04-10 10:02:03 +02:00
LICENSE Update changelog & license 2024-05-27 09:04:19 +02:00
Makefile Split test package & use :with-dev-setup 2024-08-28 18:03:27 +02:00
README.md Archive notice 2026-03-17 07:15:44 +01:00

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!


CI Status

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.