File size: 304 Bytes
563c80f | 1 2 3 4 5 6 7 8 9 10 11 12 13 | prefix=/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libsodium
Version: 1.0.18
Description: A modern and easy-to-use crypto library
Libs: -L${libdir} -lsodium
Libs.private: -pthread
Cflags: -I${includedir}
|