-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
47 lines (47 loc) · 1.92 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
38
39
40
41
42
43
44
45
46
47
[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/crypto/proof-systems"]
path = src/lib/crypto/proof-systems
url = https://github.com/o1-labs/proof-systems.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/prometheus"]
path = src/external/prometheus
url = https://github.com/MinaProtocol/prometheus.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
[submodule "src/external/wasm-bindgen-rayon"]
path = src/external/wasm-bindgen-rayon
url = https://github.com/o1-labs/wasm-bindgen-rayon.git
[submodule "src/lib/snarky_js_bindings/snarkyjs"]
path = src/lib/snarky_js_bindings/snarkyjs
url = https://github.com/o1-labs/snarkyjs.git