File size: 277 Bytes
4dd49b2 | 1 2 3 4 5 6 7 8 9 10 11 | prefix=/mnt/bn/bohanzhainas1/jiashuo/miniconda3
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Jansson
Description: Library for encoding, decoding and manipulating JSON data
Version: 2.14
Libs: -L${libdir} -ljansson
Cflags: -I${includedir}
|