0
0
Fork
You've already forked wuffs-release-c
0
No description
  • C 100%
2024年09月14日 14:30:18 +10:00
.github Initial check-in 2021年03月12日 14:05:25 +11:00
docs Initial check-in 2021年03月12日 14:05:25 +11:00
release/c Run script/sync.sh: 0.4.0-alpha.9+3837.20240914 2024年09月14日 14:30:18 +10:00
script Remove wuffs-v0.3.c from the deny-list 2021年04月05日 22:46:11 +10:00
LICENSE Run script/sync.sh: 0.4.0-alpha.1+3597.20231006 2023年10月06日 16:19:56 +11:00
LICENSE-APACHE Run script/sync.sh: 0.4.0-alpha.1+3597.20231006 2023年10月06日 16:19:56 +11:00
LICENSE-MIT Run script/sync.sh: 0.4.0-alpha.1+3597.20231006 2023年10月06日 16:19:56 +11:00
README.md Run script/sync.sh: 0.4.0-alpha.1+3597.20231006 2023年10月06日 16:19:56 +11:00
sync.txt Run script/sync.sh: 0.4.0-alpha.9+3837.20240914 2024年09月14日 14:30:18 +10:00

Wuffs Mirror (release/c)

This repository mirrors a subset of the Wuffs (Wrangling Untrusted File Formats Safely) repository.

Wuffs is both a programming language (Wuffs-the-language) and a standard library (Wuffs-the-library) written in that language. The Wuffs toolchain converts from Wuffs-the-language to C and Wuffs-the-library is available as a single C file - a header file library.

People who just want to use Wuffs-the-library in its C form (instead of modifying its Wuffs form or otherwise needing Wuffs-the-language tools) only need that one C file.

This repository's release/c directory contains that C file (at various versions). It mirrors the release/c directory of the original Wuffs repository (except for the "unsupported snapshot" version). By excluding everything else, this repository is much smaller and changes much less frequently.

Updates

This repository's release/c directory is manually updated by the script/sync.sh shell script, which also logs to sync.txt.

License

This software is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE for details.

Disclaimer

This is not an official Google product, it is just code that happens to be owned by Google.


Updated on October 2023.