aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
blob: 856dafe69adcc03d41103692e7426e21579f9acb (plain) (blame)
1
2
3
4
5
6
7
8
9
(executable
 (name main)
 (public_name colitur)
 (package colitur)
 ; [unix] ships with the OCaml compiler -- it is not a new entry in
 ; colitur.opam's frozen depends, only a new library this executable links
 ; against. Used by Task 12's [mkdir_p] (colitur publish, recursive
 ; directory creation) and nowhere else.
 (libraries colitur_kernel rite_ef colitur_render unix))