linol/example/template/dune
Simon Cruanes e9cc94dc14
autoformat
2023-03-10 23:12:41 -05:00

13 lines
458 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))