mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
21 lines
373 B
YAML
21 lines
373 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
|
|
lang: cpp
|
|
static-libs@unix:
|
|
- libsnappy.a
|