You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
525 B
Plaintext

pkgs:
zlib:
description: Zig bindings for zlib
source_url: https://github.com/mattnite/zig-zlib
version: 0.0.1
root: src/main.zig
tags:
compression
zlib
gzip
files:
README.md
LICENSE
zlib-build:
description: build library for zlib
source_url: https://github.com/mattnite/zig-zlib
version: 0.0.1
root: zlib.zig
tags:
zlib
build
files:
README.md
LICENSE
src/main.zig
src/rfc1591.txt
c/*.c
c/*.h