mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -05:00
10 lines
228 B
Text
10 lines
228 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)))
|
|
|
|
(ocamllex uri_lexer)
|