forked from MinaProtocol/mina
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (31 loc) · 1.2 KB
/
.gitmodules
File metadata and controls
31 lines (31 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[submodule "src/lib/snarky"]
path = src/lib/snarky
url = https://github.com/o1-labs/snarky
[submodule "src/external/ppx_optcomp"]
path = src/external/ppx_optcomp
url = https://github.com/MinaProtocol/ppx_optcomp
[submodule "src/external/async_kernel"]
path = src/external/async_kernel
url = https://github.com/MinaProtocol/async_kernel
[submodule "src/external/ocaml-extlib"]
path = src/external/ocaml-extlib
url = https://github.com/MinaProtocol/ocaml-extlib.git
[submodule "src/external/rpc_parallel"]
path = src/external/rpc_parallel
url = https://github.com/MinaProtocol/rpc_parallel.git
[submodule "frontend/wallet/tablecloth"]
path = frontend/wallet/tablecloth
url = https://github.com/bkase/tablecloth
[submodule "src/external/graphql_ppx"]
path = src/external/graphql_ppx
url = https://github.com/o1-labs/graphql_ppx.git
[submodule "src/lib/marlin"]
path = src/lib/marlin
url = https://github.com/o1-labs/marlin.git
[submodule "src/external/ppx_version"]
path = src/external/ppx_version
url = https://github.com/o1-labs/ppx_version.git
[submodule "src/external/ppx_deriving_yojson"]
path = src/external/ppx_deriving_yojson
url = https://github.com/MinaProtocol/ppx_deriving_yojson.git
branch = master