mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
14 lines
264 B
YAML
14 lines
264 B
YAML
fastlz:
|
|
type: library
|
|
static-libs@unix:
|
|
- libfastlz.a
|
|
headers:
|
|
- fastlz.h
|
|
artifact:
|
|
source:
|
|
type: git
|
|
url: 'https://github.com/ariya/FastLZ.git'
|
|
rev: master
|
|
metadata:
|
|
license-files: ['LICENSE.MIT']
|
|
license: MIT |