mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
format
This commit is contained in:
parent
f83580c8c1
commit
43839963e1
3 changed files with 8 additions and 2 deletions
8
src/dune
8
src/dune
|
|
@ -3,4 +3,10 @@
|
||||||
(public_name linol)
|
(public_name linol)
|
||||||
(private_modules log)
|
(private_modules log)
|
||||||
(flags :standard -warn-error -a+8)
|
(flags :standard -warn-error -a+8)
|
||||||
(libraries yojson logs threads trace.core (re_export linol.lsp) (re_export linol.jsonrpc)))
|
(libraries
|
||||||
|
yojson
|
||||||
|
logs
|
||||||
|
threads
|
||||||
|
trace.core
|
||||||
|
(re_export linol.lsp)
|
||||||
|
(re_export linol.jsonrpc)))
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
See {{: https://www.jsonrpc.org/specification} the spec} *)
|
See {{: https://www.jsonrpc.org/specification} the spec} *)
|
||||||
|
|
||||||
open Common_
|
open Common_
|
||||||
|
|
||||||
type json = Yojson.Safe.t
|
type json = Yojson.Safe.t
|
||||||
|
|
||||||
module type IO = Sigs.IO
|
module type IO = Sigs.IO
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
Abstraction over The "Lsp" library, to make it easier to develop
|
Abstraction over The "Lsp" library, to make it easier to develop
|
||||||
LSP servers in OCaml (but not necessarily {b for} OCaml). *)
|
LSP servers in OCaml (but not necessarily {b for} OCaml). *)
|
||||||
|
|
||||||
|
|
||||||
module type IO = Sigs.IO
|
module type IO = Sigs.IO
|
||||||
|
|
||||||
(** {2 Re-export from vendored lsp} *)
|
(** {2 Re-export from vendored lsp} *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue