@@ -46,62 +46,77 @@ The following third-party libraries are included in the Cloe repository:
46
46
- Website: https://jothepro.github.io/doxygen-awesome-css
47
47
- Source: docs/_ vendor/doxygen-awesome
48
48
49
- - Typecheck
50
- - License: MIT
51
- - License-Source: https://github.com/gvvaughan/typecheck/raw/master/LICENSE.md
52
- - Website: https://github.com/gvvaughan/typecheck
53
- - Source: engine/lua/typecheck.lua
49
+ <!-- C & C++ -->
54
50
55
- - Tableshape
56
- - License: MIT
57
- - License-Source: https://github.com/leafo/tableshape/blob/v2.6.0/README.md
58
- - Website: https://github.com/leafo/tableshape
59
- - Source: engine/lua/tableshape.lua
51
+ - LRDB
52
+ - License: BSL-1.0
53
+ - License-Source: https://www.boost.org/LICENSE_1_0.txt
54
+ - Website: https://github.com/satoren/LRDB
60
55
61
56
- Linenoise
62
57
- License: BSD2
63
58
- License-Source: https://raw.githubusercontent.com/antirez/linenoise/master/LICENSE
64
59
- Website: https://github.com/antirez/linenoise
65
60
- Source: engine/vendor/linenoise
66
61
62
+ <!-- Lua -->
63
+
67
64
- Inspect.lua
68
65
- License: MIT
69
66
- License-Source: https://raw.githubusercontent.com/kikito/inspect.lua/master/MIT-LICENSE.txt
70
67
- Website: https://github.com/kikito/inspect.lua
71
68
- Source: engine/lua/inspect.lua
72
69
73
- - LRDB
74
- - License: BSL-1.0
75
- - License-Source: https ://www.boost. org/LICENSE_1_0.txt
76
- - Website: https ://github.com/satoren/LRDB
77
- - Source: engine/vendor/lrdb
70
+ - JSON.lua
71
+ - License: CC-BY "Attribution"
72
+ - License-Source: http ://creativecommons. org/licenses/by/3.0/deed.en_US
73
+ - Website: http ://regex.info/blog/lua/json
74
+ - Source: engine/lua/json.lua
78
75
79
76
- Lust
80
77
- License: MIT
81
78
- License-Source: https://raw.githubusercontent.com/bjornbytes/lust/master/LICENSE
82
79
- Website: https://github.com/bjornbytes/lust
83
80
- Source: engine/lua/lust.lua
84
81
82
+ - Tableshape
83
+ - License: MIT
84
+ - License-Source: https://github.com/leafo/tableshape/blob/v2.6.0/README.md
85
+ - Website: https://github.com/leafo/tableshape
86
+ - Source: engine/lua/tableshape.lua
87
+
88
+ - Typecheck
89
+ - License: MIT
90
+ - License-Source: https://github.com/gvvaughan/typecheck/raw/master/LICENSE.md
91
+ - Website: https://github.com/gvvaughan/typecheck
92
+ - Source: engine/lua/typecheck.lua
93
+
85
94
The following third-party libraries are used by this project (these are usually
86
95
installed with the help of Conan):
87
96
88
- - Google Test with Google Mock
89
- - License: BSD-3
90
- - License-Source: https://github.com/google/googletest/blob/master/LICENSE
91
- - Website: https://github.com/google/googletest
92
- - Conan-Package: gtest
97
+ - Boost
98
+ - License: BSL-1.0
99
+ - License-Source: https://www.boost.org/LICENSE_1_0.txt
100
+ - Website: https://www.boost.org
101
+ - Conan-Package: boost
93
102
94
103
- CLI11
95
104
- License: BSD-3
96
105
- License-Source: https://github.com/cliutils/cli11/blob/master/LICENSE
97
106
- Website: https://github.com/cliutils/cli11
98
107
- Conan-Package: CLI11@cliutils/stable
99
108
100
- - gabime/spdlog
101
- - License: MIT
102
- - License-Source: https://github.com/gabime/spdlog/blob/v1.x/LICENSE
103
- - Source: https://github.com/gabime/spdlog
104
- - Conan-Package: spdlog
109
+ - Eigen3
110
+ - License: MPL-2.0
111
+ - License-Source: https://www.mozilla.org/en-US/MPL/2.0
112
+ - Website: https://eigen.tuxfamily.org
113
+ - Conan-Package: eigen
114
+
115
+ - ESmini
116
+ - License: MPL-2.0
117
+ - License-Source: https://github.com/esmini/esmini/blob/master/LICENSE
118
+ - Source: https://github.com/esmini/esmini
119
+ - Conan-Package: esmini
105
120
106
121
- fmtlib/fmt
107
122
- License: BSD-2
@@ -110,11 +125,17 @@ installed with the help of Conan):
110
125
- Source: https://github.com/fmtlib/fmt
111
126
- Conan-Package: fmt
112
127
113
- - nlohmann/json
128
+ - gabime/spdlog
114
129
- License: MIT
115
- - License-Source: https://github.com/nlohmann/json/blob/master/LICENSE.MIT
116
- - Source: https://github.com/nlohmann/json
117
- - Conan-Package: nlohmann_json
130
+ - License-Source: https://github.com/gabime/spdlog/blob/v1.x/LICENSE
131
+ - Source: https://github.com/gabime/spdlog
132
+ - Conan-Package: spdlog
133
+
134
+ - Google Test with Google Mock
135
+ - License: BSD-3
136
+ - License-Source: https://github.com/google/googletest/blob/master/LICENSE
137
+ - Website: https://github.com/google/googletest
138
+ - Conan-Package: gtest
118
139
119
140
- incbin
120
141
- License: Unlicense
@@ -128,17 +149,11 @@ installed with the help of Conan):
128
149
- Source: https://github.com/pantor/inja
129
150
- Conan-Package: inja
130
151
131
- - Boost
132
- - License: BSL-1.0
133
- - License-Source: https://www.boost.org/LICENSE_1_0.txt
134
- - Website: https://www.boost.org
135
- - Conan-Package: boost
136
-
137
- - Eigen3
138
- - License: MPL2
139
- - License-Source: https://www.mozilla.org/en-US/MPL/2.0
140
- - Website: https://eigen.tuxfamily.org
141
- - Conan-Package: eigen
152
+ - nlohmann/json
153
+ - License: MIT
154
+ - License-Source: https://github.com/nlohmann/json/blob/master/LICENSE.MIT
155
+ - Source: https://github.com/nlohmann/json
156
+ - Conan-Package: nlohmann_json
142
157
143
158
- Oat++
144
159
- License: Apache-2.0
@@ -148,7 +163,7 @@ installed with the help of Conan):
148
163
- Conan-Package: oatpp
149
164
150
165
- Open-Simulation-Interface
151
- - License: MPL2
166
+ - License: MPL-2.0
152
167
- License-Source: https://github.com/OpenSimulationInterface/open-simulation-interface/blob/master/LICENSE
153
168
- Source: https://github.com/OpenSimulationInterface/open-simulation-interface
154
169
- Conan-Package: open-simulation-interface
0 commit comments