mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -05:00
use git subtree instead of submodule
This commit is contained in:
parent
9be3237051
commit
fc691e0abd
5 changed files with 3 additions and 7 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
|||
[submodule "submodules/ocaml-lsp"]
|
||||
path = submodules/ocaml-lsp
|
||||
url = https://github.com/ocaml/ocaml-lsp.git
|
||||
2
dune
2
dune
|
|
@ -1 +1 @@
|
|||
(data_only_dirs submodules)
|
||||
(data_only_dirs thirdparty)
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit aae6986391a8519de3da6a7a341f2bd3376e0d2f
|
||||
2
vendor/jsonrpc/dune
vendored
2
vendor/jsonrpc/dune
vendored
|
|
@ -1,4 +1,4 @@
|
|||
(copy_files %{project_root}/submodules/ocaml-lsp/jsonrpc/src/*.{ml,mli})
|
||||
(copy_files %{project_root}/thirdparty/lsp/jsonrpc/src/*.{ml,mli})
|
||||
|
||||
(library
|
||||
(name linol_jsonrpc)
|
||||
|
|
|
|||
2
vendor/lsp/dune
vendored
2
vendor/lsp/dune
vendored
|
|
@ -1,4 +1,4 @@
|
|||
(copy_files %{project_root}/submodules/ocaml-lsp/lsp/src/*.{ml,mli,mll})
|
||||
(copy_files %{project_root}/thirdparty/lsp/lsp/src/*.{ml,mli,mll})
|
||||
|
||||
(library
|
||||
(name linol_lsp)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue