mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
14 lines
287 B
Text
14 lines
287 B
Text
(copy_files %{project_root}/submodules/ocaml-lsp/lsp/src/*.{ml,mli,mll})
|
|
|
|
(library
|
|
(name lsp)
|
|
(public_name linol.lsp)
|
|
(libraries jsonrpc ppx_yojson_conv_lib uutf yojson)
|
|
(lint
|
|
(pps ppx_yojson_conv)))
|
|
|
|
(cinaps
|
|
(files types.ml types.mli)
|
|
(libraries lsp_gen))
|
|
|
|
(ocamllex uri_lexer)
|