aboutsummaryrefslogtreecommitdiff
path: root/lib/render/dune
blob: 26e6d0d8b562d7f63c8bbec358c1d8ff3d9be1b5 (plain) (blame)
1
2
3
4
5
6
7
8
(library
 (name colitur_render)
 ; [colitur_citation] backs [View.citation_ref]'s own [Sigla.format] call
 ; (Task 9): a citation now renders through a caller-supplied style rather
 ; than passing its stored reference straight through.
 (libraries colitur_kernel colitur_naming colitur_citation sexplib)
 (preprocess
  (pps ppx_sexp_conv)))