Name Date Size #Lines LOC

..--

brotli/H25-Apr-2025-1,022675

c-blosc/H25-Apr-2025-830569

hunspell/H25-Apr-2025-556420

jsonnet/H25-Apr-2025-2,3181,860

libidn2/H25-Apr-2025-333246

libraw/H25-Apr-2025-813588

libtiff/H25-Apr-2025-1,8891,320

libxls/H25-Apr-2025-777584

libzip/H25-Apr-2025-1,5971,192

lodepng/H25-Apr-2025-907580

pffft/H25-Apr-2025-414319

turbojpeg/H25-Apr-2025-295229

uriparser/H25-Apr-2025-1,186931

woff2/H25-Apr-2025-370272

zopfli/H25-Apr-2025-2,6682,442

zstd/H25-Apr-2025-1,5071,071

CMakeLists.txtH A D25-Apr-2025946 3633

README.mdH A D25-Apr-20252.8 KiB2721

README.md

1# Sandboxed API Integrations/Contributions
2
3This directory contains reusable Sandboxed API integrations with external
4libraries.
5
6## Projects Sandboxed
7
8Directory    | Project                                                           | Home Page                                                                            | Integration
9------------ | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------ | -----------
10`c-blosc/`   | c-blosc - A blocking, shuffling and loss-less compression library | [github.com/Blosc/c-blosc](https://github.com/Blosc/c-blosc)                         | CMake
11`hunspell/`  | Hunspell - The most popular spellchecking library                 | [github.com/hunspell/hunspell](https://github.com/hunspell/hunspell)                 | CMake
12`jsonnet/`   | Jsonnet - The Data Templating Language                            | [github.com/google/jsonnet](https://github.com/google/jsonnet)                       | CMake
13`libidn2/`   | libidn2 - GNU IDN library                                         | [www.gnu.org/software/libidn/#libidn2](https://www.gnu.org/software/libidn/#libidn2) | CMake
14`libxls/`    | libxls - Read binary Excel files from C/C++                       | [https://github.com/libxls/libxls](https://github.com/libxls/libxls)                 | CMake
15`libzip/`    | libzip - operations on zip archives                               | [github.com/nih-at/libzip](https://github.com/nih-at/libzip)                         | CMake
16`pffft/`     | PFFFT - a pretty fast Fourier Transform                           | [bitbucket.org/jpommier/pffft.git](https://bitbucket.org/jpommier/pffft.git)         | CMake
17`turbojpeg/` | High-level JPEG library                                           | [libjpeg-turbo.org/About/TurboJPEG](https://libjpeg-turbo.org/About/TurboJPEG)       | CMake
18`uriparser/` | uriparser - Strictly RFC 3986 compliant URI parsing and handling library | [github.com/uriparser/uriparser](https://github.com/uriparser/uriparser.git)         | CMake
19`zopfli/`    | Zopfli - Compression Algorithm                                    | [github.com/google/zopfli](https://github.com/google/zopfli)                         | CMake
20`zstd/`      | Zstandard - Fast real-time compression algorithm                  | [github.com/facebook/zstd](https://github.com/facebook/zstd)                         | CMake
21
22## Projects Shipping with Sandboxed API Sandboxes
23
24Project                                 | Home Page                                                        | Integration
25--------------------------------------- | ---------------------------------------------------------------- | -----------
26YARA - The pattern matching swiss knife | [github.com/VirusTotal/yara](https://github.com/VirusTotal/yara) | Bazel
27