-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
62 lines (53 loc) · 1.52 KB
/
.gitmodules
File metadata and controls
62 lines (53 loc) · 1.52 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
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
58
59
60
61
62
[submodule "third_party/base-n"]
path = third_party/base-n
url = https://github.com/azawadzki/base-n.git
branch = master
ignore = dirty
[submodule "third_party/libbcrypt"]
path = third_party/libbcrypt
url = https://github.com/rg3/libbcrypt.git
branch = master
ignore = dirty
[submodule "third_party/libhydrogen"]
path = third_party/libhydrogen
url = https://github.com/jedisct1/libhydrogen.git
branch = master
ignore = dirty
[submodule "third_party/libsodium"]
path = third_party/libsodium
url = https://github.com/jedisct1/libsodium.git
branch = master
ignore = dirty
[submodule "third_party/Unity"]
path = third_party/Unity
url = https://github.com/ThrowTheSwitch/Unity.git
branch = master
ignore = dirty
[submodule "third_party/c-ares"]
path = third_party/c-ares
url = https://github.com/c-ares/c-ares.git
branch = main
ignore = dirty
[submodule "third_party/date"]
path = third_party/date
url = https://github.com/HowardHinnant/date.git
branch = master
ignore = dirty
[submodule "third_party/ini.h"]
path = third_party/ini.h
url = https://github.com/giosali/ini.h
branch = main
ignore = dirty
[submodule "third_party/etl"]
path = third_party/etl
url = https://github.com/ETLCPP/etl.git
branch = master
ignore = dirty
[submodule "third_party/aethernet-numeric"]
path = third_party/aethernet-numeric
url = https://github.com/aethernetio/aethernet-numeric.git
branch = main
[submodule "third_party/gcem"]
path = third_party/gcem
url = https://github.com/aethernetio/gcem.git
branch = master