Skip to content
Daniel Lemire edited this page Aug 11, 2020 · 2 revisions

The simdjson library is available as a conan package. You may use it as a dependency as follows:

echo -e "[requires]\nsimdjson/0.4.7" > conanfile.txt
conan install .