Skip to content

Commit 94d9344

Browse files
committed
Updated readme
1 parent e4f20ba commit 94d9344

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,20 +128,25 @@ http://xeus-cpp.readthedocs.io
128128

129129
`xeus-cpp` depends on
130130

131+
131132
- [xeus-zmq](https://github.com/jupyter-xeus/xeus-zmq)
132-
- [xtl](https://github.com/xtensor-stack/xtl)
133133
- [nlohmann_json](https://github.com/nlohmann/json)
134134
- [cppzmq](https://github.com/zeromq/cppzmq)
135-
- [clang](https://github.com/llvm/llvm-project/)
136135
- [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/).
137143

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 |
145150

146151
## Contributing
147152

src/xinterpreter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ __get_cxx_version ()
249249
kernel_res["user_expressions"] = nl::json::object();
250250
}
251251
cb(kernel_res);
252-
return;
253252
}
254253

255254
nl::json interpreter::complete_request_impl(const std::string& code, int cursor_pos)

0 commit comments

Comments
 (0)