This repository contains toy project to illustrate our opam deep dive blogpost serie.
Feel free to look at branches and commit history to see the details.
-
opam-103 - helloer in
opam-103: a simple project that- uses a CLI library
cmdliner - uses a test library
alcotest - defines a minimal opam file and its linted version
- uses a CLI library
-
dune-minimal - helloer in
opam-103: the same project than inopam-103branch that contains in addition:- dune packages definition
- cram tests defintion
- uses
odocfor documentation generation
-
dune-init-minimal - helloer in
dune-minimal: the same toy project generated by dune project generation.