mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
ee5ebaa48f
This change starts with Jsonnet as the canonical, ready-made sandboxed library example. Follow-up changes should similarly migrate the OSS Internship sandboxes. - Add an `add_sapi_subdirectory()` which sets up source and binary directories correctly when consuming SAPI as sub-project - Restructure the Jsonnet `CMakeLists.txt` and simplify header inclusions - Update the Jsonnet README file PiperOrigin-RevId: 425818479 Change-Id: Iba9e83201863b4ad8a91914397b310d9d4230423
17 lines
949 B
Markdown
17 lines
949 B
Markdown
# Sandboxed API Integrations/Contributions
|
|
|
|
This directory contains reusable Sandboxed API integrations with external
|
|
libraries.
|
|
|
|
## Projects Sandboxed
|
|
|
|
Directory | Project | Home Page | Integration
|
|
---------- | -------------------------------------- | -------------------------------------------------------------- | -----------
|
|
`jsonnet/` | Jsonnet - The Data Templating Language | [github.com/google/jsonnet](https://github.com/google/jsonnet) | CMake
|
|
|
|
## Projects Shipping with Sandboxed API Sandboxes
|
|
|
|
Project | Home Page | Integration
|
|
--------------------------------------- | ---------------------------------------------------------------- | -----------
|
|
YARA - The pattern matching swiss knife | [github.com/VirusTotal/yara](https://github.com/VirusTotal/yara) | Bazel
|