Memory-safe C library for parsing untrusted file formats
This is a build2 package for the wuffs
library. It provides memory-safe parsers and decoders for untrusted file
formats (images, compression, and related data).
Usage
To start using libwuffs in your project, add the following depends
value to your manifest, adjusting the version constraint as appropriate:
depends: libwuffs ^0.3.5
Then import the library in your buildfile:
import libs = libwuffs%lib{wuffs}
Include the public header with:
#include <wuffs/wuffs.h>
Importable targets
This package provides the following importable targets:
... More
| license | Apache-2.0 |
|---|---|
| project | wuffs |
| url | github.com/google/wuffs |
| doc-url | github.com/google/wuffs/blob/v0.3.5/doc/wuffs-the-library.md |
| src-url | github.com/google/wuffs |
| wuffs@googlegroups.com | |
| topics | image decodercompressionparsingmemory safety |
1 Version
| version | 0.3.5+1 |
|---|---|
| repository | https://pkg.cppget.org/1/testing |
| depends | 0 |
| reviews | 0 |