mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
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 .