2 "name": "snappy-library",
5 "summary": "A fast compressor/decompressor",
6 "description": "Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression",
7 "homepage": "https://github.com/google/snappy",
8 "authors": "Google Inc.",
14 "git": "https://github.com/russellhancox/snappy.git",
17 "prepare_command": " cp snappy-stubs-public.h.in snappy-stubs-public.h\n\n sed -i '' 's/@ac_cv_have_stdint_h@/1/g' snappy-stubs-public.h\n sed -i '' 's/@ac_cv_have_stddef_h@/1/g' snappy-stubs-public.h\n sed -i '' 's/@ac_cv_have_sys_uio_h@/1/g' snappy-stubs-public.h\n\n major=$(echo 1.1.2 | cut -d. -f1)\n minor=$(echo 1.1.2 | cut -d. -f2)\n patch=$(echo 1.1.2 | cut -d. -f3)\n\n sed -i '' \"s/@SNAPPY_MAJOR@/$major/g\" snappy-stubs-public.h\n sed -i '' \"s/@SNAPPY_MINOR@/$minor/g\" snappy-stubs-public.h\n sed -i '' \"s/@SNAPPY_PATCHLEVEL@/$patch/g\" snappy-stubs-public.h\n",
22 "public_header_files": [
24 "snappy-sinksource.h",
25 "snappy-stubs-public.h",