2
conan
Daniel Lemire edited this page 2020-08-11 12:17:40 -04:00
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 .