blob: 8b2e1eba338983692137f128fca3bc610abae341 [file] [log] [blame]
{
"name": "libsodium-gabriel",
"version": "1.0.2a",
"summary": "Sodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl.",
"homepage": "https://github.com/jedisct1/libsodium",
"license": {
"type": "BSD"
},
"authors": {
"Frank Dennis": "j@pureftpd.org"
},
"source": {
"git": "https://github.com/gabriel/libsodium.git",
"tag": "1.0.2a"
},
"source_files": [
"src/libsodium/**/*.{c,h,data}",
"builds/msvc/version.h"
],
"requires_arc": false,
"header_mappings_dir": "src/libsodium/include",
"compiler_flags": "-DNATIVE_LITTLE_ENDIAN=1 -DHAVE_MADVISE -DHAVE_MMAP -DHAVE_MPROTECT -DHAVE_POSIX_MEMALIGN -DHAVE_WEAK_SYMBOLS"
}