linol/example/template/dune
2021-04-07 18:01:37 -04:00

14 lines
491 B
Text

(executable
(name main)
(libraries
; Deps on linol + LWT backend
linol linol-lwt
; Types from the lsp library are exposed by the linol libs,
; and thus almost guaranteed to be used by code using linol;
; it is thus better to explicitly list lsp as a dep rather
; than rely on its inclusion as a transitive dep of linol
; since it would for instance generate errors if the
; implicit-transitive-deps option of dune is set to false
lsp
)
)