File size: 312 Bytes
4dd49b2 | 1 2 3 4 5 6 7 8 9 10 11 12 | prefix=/mnt/bn/bohanzhainas1/jiashuo/miniconda3
includedir=${prefix}/include
libdir=${prefix}/lib
Name: simdjson
Description: Parsing gigabytes of JSON per second
URL: https://simdjson.org/
Version: 3.10.1
Cflags: -I${includedir} -DSIMDJSON_THREADS_ENABLED=1
Libs: -L${libdir} -lsimdjson
Libs.private: -pthread
|