blob: 0702a84d8401016f01ef232b36801de45df8cf91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(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.
;
; [colitur_citation] backs [load_tradition]'s own reading of
; lang/traditions.ini (which book a reference DENOTES, {!Colitur_citation.Book}) --
; a sibling library to [colitur_naming] (what a book is CALLED), not a
; replacement for it.
(libraries colitur_kernel rite_ef colitur_render colitur_naming colitur_citation unix))
|