diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2147,17 +2147,17 @@ This compiles JavaScriptCore, compiles bun’s `.cpp` bindings for JavaScriptCor bun also statically links these libraries: -- `libicu` 66.1, which can be found here: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE> -- [`picohttp`](https://github.com/h2o/picohttpparser), which is dual-licensed under the Perl License or the MIT License -- [`mimalloc`](https://github.com/microsoft/mimalloc), which is MIT licensed -- [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed - [`boringssl`](https://boringssl.googlesource.com/boringssl/), which has [several licenses](https://boringssl.googlesource.com/boringssl/+/refs/heads/master/LICENSE) - [`libarchive`](https://github.com/libarchive/libarchive), which has [several licenses](https://github.com/libarchive/libarchive/blob/master/COPYING) - [`libiconv`](https://www.gnu.org/software/libiconv/), which is LGPL2. It’s a dependency of libarchive. - [`lol-html`](https://github.com/cloudflare/lol-html/tree/master/c-api), which is MIT licensed -- A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is MIT licensed -- [`uSockets`](https://github.com/uNetworking/uSockets), which is MIT licensed +- [`mimalloc`](https://github.com/microsoft/mimalloc), which is MIT licensed +- [`picohttp`](https://github.com/h2o/picohttpparser), which is dual-licensed under the Perl License or the MIT License - [`tinycc`](https://github.com/tinycc/tinycc), which is LGPL v2.1 licensed +- [`uSockets`](https://github.com/uNetworking/uSockets), which is MIT licensed +- [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed +- `libicu` 66.1, which can be found here: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE> +- A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is MIT licensed For compatibiltiy reasons, these NPM packages are embedded into bun’s binary and injected if imported. |