forked from MinaProtocol/mina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
37 lines (37 loc) · 1.46 KB
/
.gitmodules
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
32
33
34
35
36
37
[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
[submodule "src/external/c-reference-signer"]
path = src/external/c-reference-signer
url = https://github.com/MinaProtocol/c-reference-signer.git
[submodule "src/external/capnp-ocaml"]
path = src/external/capnp-ocaml
url = https://github.com/o1-labs/capnp-ocaml.git