mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
27 lines
869 B
Plaintext
27 lines
869 B
Plaintext
# [submodule "src/deps/zig-clap"]
|
|
# path = src/deps/zig-clap
|
|
# url = https://github.com/Hejsil/zig-clap
|
|
[submodule "src/deps/picohttpparser"]
|
|
path = src/deps/picohttpparser
|
|
url = https://github.com/h2o/picohttpparser.git
|
|
ignore = dirty
|
|
[submodule "src/javascript/jsc/WebKit"]
|
|
path = src/javascript/jsc/WebKit
|
|
url = https://github.com/Jarred-Sumner/WebKit.git
|
|
ignore = dirty
|
|
[submodule "src/deps/mimalloc"]
|
|
path = src/deps/mimalloc
|
|
url = https://github.com/microsoft/mimalloc.git
|
|
ignore = dirty
|
|
[submodule "src/deps/zlib"]
|
|
path = src/deps/zlib
|
|
url = https://github.com/cloudflare/zlib.git
|
|
ignore = dirty
|
|
[submodule "src/deps/libarchive"]
|
|
path = src/deps/libarchive
|
|
url = https://github.com/libarchive/libarchive.git
|
|
ignore = dirty
|
|
[submodule "src/deps/boringssl"]
|
|
path = src/deps/boringssl
|
|
url = https://github.com/google/boringssl.git
|
|
ignore = dirty |