@@ -128,20 +128,25 @@ http://xeus-cpp.readthedocs.io
128
128
129
129
` xeus-cpp ` depends on
130
130
131
+
131
132
- [ xeus-zmq] ( https://github.com/jupyter-xeus/xeus-zmq )
132
- - [ xtl] ( https://github.com/xtensor-stack/xtl )
133
133
- [ nlohmann_json] ( https://github.com/nlohmann/json )
134
134
- [ cppzmq] ( https://github.com/zeromq/cppzmq )
135
- - [ clang] ( https://github.com/llvm/llvm-project/ )
136
135
- [ argparse] ( https://github.com/p-ranav/argparse )
136
+ - [ CppInterOp] ( https://github.com/compiler-research/CppInterOp )
137
+
138
+ | ` xeus-cpp ` | ` xeus-zmq ` | ` CppInterOp ` | ` pugixml ` | ` cppzmq ` | ` cpp-argparse ` | ` nlohmann_json ` |
139
+ | ------------| -----------------| --------------| -----------| ----------| ---------------| -----------------|
140
+ | main | >=3.0.0,<4.0.0 | >=1.3.0 | ~ 1.8.1 | ~ 4.3.0 | <3.1 | >=3.11.3,<4.0 |
141
+
142
+ Versions prior to ` main ` have an additional dependency on [ xtl] ( https://github.com/xtensor-stack/xtl ) & [ clang] ( https://github.com/llvm/llvm-project/ ) .
137
143
138
- | ` xeus-cpp ` | ` xeus-zmq ` | ` xtl ` | ` CppInterOp ` | ` clang ` | ` pugixml ` | ` cppzmq ` | ` cpp-argparse ` | ` nlohmann_json ` |
139
- | ------------| -----------------| -----------------| --------------| -----------| -----------| ----------| ---------------| -----------------|
140
- | main | >=1.0.2,<2.0.0 | >=0.7.7,<0.8.0 | >=1.3.0 | | ~ 1.8.1 | ~ 4.3.0 | <3.1 | >=3.11.2,<4.0 |
141
- | 0.4.0 | >=1.0.0,<2.0.0 | >=0.7.7,<0.8.0 | | >=16,<17 | ~ 1.8.1 | ~ 4.3.0 | ~ 2.9 | >=3.6.1,<4.0 |
142
- | 0.3.0 | >=1.0.0,<2.0.0 | >=0.7.7,<0.8.0 | | >=16,<17 | ~ 1.8.1 | ~ 4.3.0 | ~ 2.9 | >=3.6.1,<4.0 |
143
- | 0.2.0 | >=1.0.0,<2.0.0 | >=0.7.7,<0.8.0 | | >=16,<17 | ~ 1.8.1 | ~ 4.3.0 | ~ 2.9 | >=3.6.1,<4.0 |
144
- | 0.1.0 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | | >=16,<17 | ~ 1.8.1 | ~ 4.3.0 | ~ 2.9 | >=3.6.1,<4.0 |
144
+ | ` xeus-cpp ` | ` xeus-zmq ` | ` xtl ` | ` clang ` | ` pugixml ` | ` cppzmq ` | ` cpp-argparse ` | ` nlohmann_json ` |
145
+ | ------------| -----------------| -----------------| -----------| -----------| ----------| ---------------| -----------------|
146
+ | 0.4.0 | >=1.0.0,<2.0.0 | >=0.7.7,<0.8.0 | >=16,<17 | ~ 1.8.1 | ~ 4.3.0 | ~ 2.9 | >=3.6.1,<4.0 |
147
+ | 0.3.0 | >=1.0.0,<2.0.0 | >=0.7.7,<0.8.0 | >=16,<17 | ~ 1.8.1 | ~ 4.3.0 | ~ 2.9 | >=3.6.1,<4.0 |
148
+ | 0.2.0 | >=1.0.0,<2.0.0 | >=0.7.7,<0.8.0 | >=16,<17 | ~ 1.8.1 | ~ 4.3.0 | ~ 2.9 | >=3.6.1,<4.0 |
149
+ | 0.1.0 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=16,<17 | ~ 1.8.1 | ~ 4.3.0 | ~ 2.9 | >=3.6.1,<4.0 |
145
150
146
151
## Contributing
147
152
0 commit comments