aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-03 03:41:43 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-03 03:41:43 -0700
commitd104c286c883b9acffd7e8939d5dd45b2221f942 (patch)
tree5ce918e402131710545f50924f62757a7abf35a4
parent16d5325874e40e86c1a7e97163dbccbc41347c9f (diff)
downloadbun-d104c286c883b9acffd7e8939d5dd45b2221f942.tar.gz
bun-d104c286c883b9acffd7e8939d5dd45b2221f942.tar.zst
bun-d104c286c883b9acffd7e8939d5dd45b2221f942.zip
Update README.md
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 241c10b9e..0a7bdea73 100644
--- a/README.md
+++ b/README.md
@@ -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.