mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
28 lines
518 B
YAML
28 lines
518 B
YAML
snappy:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: git
|
|
rev: main
|
|
url: 'https://github.com/google/snappy'
|
|
metadata:
|
|
license-files: [COPYING]
|
|
license: BSD-3-Clause
|
|
depends:
|
|
- zlib
|
|
headers@unix:
|
|
- snappy.h
|
|
- snappy-c.h
|
|
- snappy-sinksource.h
|
|
- snappy-stubs-public.h
|
|
headers@windows:
|
|
- snappy.h
|
|
- snappy-c.h
|
|
- snappy-sinksource.h
|
|
- snappy-stubs-public.h
|
|
lang: cpp
|
|
static-libs@unix:
|
|
- libsnappy.a
|
|
static-libs@windows:
|
|
- snappy.lib
|