• Home
Name Date Size #Lines LOC

..--

brotli/06-Sep-2024-1,022675

c-blosc/06-Sep-2024-830569

hunspell/06-Sep-2024-556420

jsonnet/06-Sep-2024-2,3181,860

libidn2/06-Sep-2024-333246

libraw/06-Sep-2024-813588

libtiff/06-Sep-2024-1,8891,320

libxls/06-Sep-2024-777584

libzip/06-Sep-2024-1,5971,192

lodepng/06-Sep-2024-907580

pffft/06-Sep-2024-414319

turbojpeg/06-Sep-2024-295229

uriparser/06-Sep-2024-1,186931

woff2/06-Sep-2024-370272

zopfli/06-Sep-2024-2,6682,442

zstd/06-Sep-2024-1,5071,071

CMakeLists.txtD06-Sep-2024946 3633

README.mdD06-Sep-20242.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