-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
(executable | ||
(name pet) | ||
(public_name pet) | ||
(modules :standard) | ||
(library | ||
(name petanque_json) | ||
(public_name coq-lsp.petanque.json) | ||
(modules :standard \ pet server) | ||
(preprocess | ||
(staged_pps ppx_import ppx_deriving_yojson)) | ||
(libraries cmdliner lsp petanque)) | ||
(libraries petanque lsp)) | ||
|
||
(executables | ||
(names pet) | ||
(public_names pet) | ||
(modules pet) | ||
(libraries cmdliner petanque_json)) | ||
|
||
(executables | ||
(names server) | ||
(public_names pet-server) | ||
(modules server) | ||
(libraries logs.lwt lwt.unix petanque_json)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters