forked from learnforpractice/pyeos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
57 lines (57 loc) · 2.06 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
48
49
50
51
52
53
54
55
56
57
[submodule "programs/snapshot"]
path = programs/snapshot
url = https://github.com/EOSIO/genesis.git
[submodule "contracts/musl/upstream"]
path = contracts/musl/upstream
url = https://github.com/EOSIO/musl.git
branch = eosio
[submodule "contracts/libc++/upstream"]
path = contracts/libc++/upstream
url = https://github.com/EOSIO/libcxx.git
branch = eosio
[submodule "externals/binaryen"]
path = externals/binaryen
url = https://github.com/learnforpractice/binaryen
branch = eosio
[submodule "libraries/softfloat"]
path = libraries/softfloat
url = https://github.com/learnforpractice/berkeley-softfloat-3
[submodule "externals/magic_get"]
path = externals/magic_get
url = https://github.com/EOSIO/magic_get
[submodule "programs/goeos/src/github.com/learnforpractice/panicwrap"]
path = programs/goeos/src/github.com/learnforpractice/panicwrap
url = https://github.com/learnforpractice/panicwrap
[submodule "programs/goeos/src/github.com/kardianos/osext"]
path = programs/goeos/src/github.com/kardianos/osext
url = https://github.com/kardianos/osext
[submodule "libraries/chainbase"]
path = libraries/chainbase
url = https://github.com/learnforpractice/chainbase
[submodule "libraries/appbase"]
path = libraries/appbase
url = https://github.com/learnforpractice/appbase
[submodule "libraries/fc"]
path = libraries/fc
url = https://github.com/learnforpractice/fc
[submodule "cmake/polly"]
path = cmake/polly
url = https://github.com/learnforpractice/polly
[submodule "libraries/vm/vm_py"]
path = libraries/vm/vm_py
url = https://github.com/learnforpractice/micropython
[submodule "libraries/python"]
path = externals/python
url = https://github.com/learnforpractice/cpython
branch = v3.7.0-cmake
[submodule "libraries/ethereum"]
path = externals/ethereum
url = https://github.com/learnforpractice/cpp-ethereum
branch = develop-eos
[submodule "externals/julia"]
path = externals/julia
url = https://github.com/learnforpractice/julia
branch = master
[submodule "externals/lua_sandbox"]
path = externals/lua_sandbox
url = https://github.com/learnforpractice/lua_sandbox.git