Files

19 lines
341 B
YAML
Raw Permalink Normal View History

2026-02-05 19:19:09 +08:00
libpng:
type: library
artifact:
source:
type: ghtagtar
repo: pnggroup/libpng
match: v1\.6\.\d+
query: '?per_page=150'
metadata:
license-files: [LICENSE]
license: PNG
depends:
- zlib
static-libs@unix:
- libpng16.a
2026-03-21 11:12:13 +08:00
static-libs@windows:
- libpng16_static.lib
- libpng_a.lib