diff options
author | 2022-03-16 06:39:14 -0700 | |
---|---|---|
committer | 2022-03-16 06:39:14 -0700 | |
commit | f63ddac287fde66d339206ae8da8139ca53cc8c4 (patch) | |
tree | a637920fcec3ffbfabe7e40219584e4c12e9b4fc | |
parent | 21ac71f7407c78f1487a4886d64f5f3b628eeefb (diff) | |
download | bun-f63ddac287fde66d339206ae8da8139ca53cc8c4.tar.gz bun-f63ddac287fde66d339206ae8da8139ca53cc8c4.tar.zst bun-f63ddac287fde66d339206ae8da8139ca53cc8c4.zip |
Update README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1516,6 +1516,7 @@ bun also statically links these libraries: - [`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 For compatibiltiy reasons, these NPM packages are embedded into bun’s binary and injected if imported. |