-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
201 lines (201 loc) · 6.38 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
[submodule "boost/smart_ptr"]
path = boost/smart_ptr
url = https://github.com/boostorg/smart_ptr.git
[submodule "boost/config"]
path = boost/config
url = https://github.com/boostorg/config.git
[submodule "boost/assert"]
path = boost/assert
url = https://github.com/boostorg/assert.git
[submodule "boost/utility"]
path = boost/utility
url = https://github.com/boostorg/utility.git
[submodule "boost/exception"]
path = boost/exception
url = https://github.com/boostorg/exception.git
[submodule "fost/base"]
path = fost/base
url = https://github.com/hotkit/fost-base.git
[submodule "boost/preprocessor"]
path = boost/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "boost/type_traits"]
path = boost/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "boost/mpl"]
path = boost/mpl
url = https://github.com/boostorg/mpl.git
[submodule "boost/static_assert"]
path = boost/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "boost/align"]
path = boost/align
url = https://github.com/boostorg/align.git
[submodule "boost/integer"]
path = boost/integer
url = https://github.com/boostorg/integer.git
[submodule "boost/tuple"]
path = boost/tuple
url = https://github.com/boostorg/tuple.git
[submodule "boost/function"]
path = boost/function
url = https://github.com/boostorg/function.git
[submodule "boost/bind"]
path = boost/bind
url = https://github.com/boostorg/bind.git
[submodule "boost/detail"]
path = boost/detail
url = https://github.com/boostorg/detail.git
[submodule "boost/typeof"]
path = boost/typeof
url = https://github.com/boostorg/typeof.git
[submodule "boost/variant"]
path = boost/variant
url = https://github.com/boostorg/variant.git
[submodule "boost/move"]
path = boost/move
url = https://github.com/boostorg/move.git
[submodule "boost/functional"]
path = boost/functional
url = https://github.com/boostorg/functional.git
[submodule "boost/math"]
path = boost/math
url = https://github.com/boostorg/math.git
[submodule "boost/iterator"]
path = boost/iterator
url = https://github.com/boostorg/iterator.git
[submodule "boost/array"]
path = boost/array
url = https://github.com/boostorg/array.git
[submodule "boost/range"]
path = boost/range
url = https://github.com/boostorg/range.git
[submodule "boost/concept_check"]
path = boost/concept_check
url = https://github.com/boostorg/concept_check.git
[submodule "boost/atomic"]
path = boost/atomic
url = https://github.com/boostorg/atomic.git
[submodule "boost/spirit"]
path = boost/spirit
url = https://github.com/boostorg/spirit.git
[submodule "boost/optional"]
path = boost/optional
url = https://github.com/boostorg/optional.git
[submodule "boost/date_time"]
path = boost/date_time
url = https://github.com/boostorg/date_time.git
[submodule "boost/chrono"]
path = boost/chrono
url = https://github.com/boostorg/chrono.git
[submodule "boost/ratio"]
path = boost/ratio
url = https://github.com/boostorg/ratio.git
[submodule "boost/io"]
path = boost/io
url = https://github.com/boostorg/io.git
[submodule "boost/filesystem"]
path = boost/filesystem
url = https://github.com/boostorg/filesystem.git
[submodule "boost/algorithm"]
path = boost/algorithm
url = https://github.com/boostorg/algorithm.git
[submodule "boost/numeric_conversion"]
path = boost/numeric_conversion
url = https://github.com/boostorg/numeric_conversion.git
[submodule "boost/conversion"]
path = boost/conversion
url = https://github.com/boostorg/conversion.git
[submodule "boost/predef"]
path = boost/predef
url = https://github.com/boostorg/predef.git
[submodule "boost/container"]
path = boost/container
url = https://github.com/boostorg/container.git
[submodule "boost/tokenizer"]
path = boost/tokenizer
url = https://github.com/boostorg/tokenizer.git
[submodule "boost/lambda"]
path = boost/lambda
url = https://github.com/boostorg/lambda.git
[submodule "boost/uuid"]
path = boost/uuid
url = https://github.com/boostorg/uuid.git
[submodule "boost/random"]
path = boost/random
url = https://github.com/boostorg/random.git
[submodule "fost/web"]
path = fost/web
url = https://github.com/hotkit/fost-web.git
[submodule "fost/internet"]
path = fost/internet
url = https://github.com/hotkit/fost-internet.git
[submodule "boost/asio"]
path = boost/asio
url = https://github.com/boostorg/asio.git
[submodule "boost/regex"]
path = boost/regex
url = https://github.com/boostorg/regex.git
[submodule "crypto"]
path = crypto
url = https://github.com/hotkit/fost-crypto.git
[submodule "fost/beanbag"]
path = fost/beanbag
url = https://github.com/hotkit/fost-beanbag.git
[submodule "fost/aws"]
path = fost/aws
url = https://github.com/hotkit/fost-aws.git
[submodule "boost/throw_exception"]
path = boost/throw_exception
url = https://github.com/boostorg/throw_exception.git
[submodule "boost/core"]
path = boost/core
url = https://github.com/boostorg/core.git
[submodule "boost/lexical_cast"]
path = boost/lexical_cast
url = https://github.com/boostorg/lexical_cast.git
[submodule "boost/system"]
path = boost/system
url = https://github.com/boostorg/system.git
[submodule "fost/threading"]
path = fost/threading
url = https://github.com/hotkit/threading.git
[submodule "boost/type_index"]
path = boost/type_index
url = https://github.com/boostorg/type_index.git
[submodule "fost/cord"]
path = fost/cord
url = https://github.com/hotkit/cord.git
[submodule "boost/phoenix"]
path = boost/phoenix
url = https://github.com/boostorg/phoenix.git
[submodule "boost/proto"]
path = boost/proto
url = https://github.com/boostorg/proto.git
[submodule "boost/fusion"]
path = boost/fusion
url = https://github.com/boostorg/fusion.git
[submodule "boost/foreach"]
path = boost/foreach
url = https://github.com/boostorg/foreach.git
[submodule "boost/function_types"]
path = boost/function_types
url = https://github.com/boostorg/function_types.git
[submodule "boringssl"]
path = boringssl
url = https://github.com/google/boringssl.git
[submodule "fost/json-schema"]
path = fost/json-schema
url = https://github.com/hotkit/json-schema.git
[submodule "mdca-platform"]
path = mdca-platform
url = https://github.com/wfp/MDCA-Platform.git
[submodule "boost/container_hash"]
path = boost/container_hash
url = https://github.com/boostorg/container_hash.git
[submodule "boost/tti"]
path = boost/tti
url = https://github.com/boostorg/tti.git
[submodule "fost/makham"]
path = fost/makham
url = https://github.com/HotKit/makham.git