mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
72 lines
1.8 KiB
Plaintext
72 lines
1.8 KiB
Plaintext
[submodule "src/deps/picohttpparser"]
|
|
path = src/deps/picohttpparser
|
|
url = https://github.com/h2o/picohttpparser.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/javascript/jsc/WebKit"]
|
|
path = src/bun.js/WebKit
|
|
url = https://github.com/Jarred-Sumner/WebKit.git
|
|
ignore = dirty
|
|
depth = 1
|
|
update = none
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/mimalloc"]
|
|
path = src/deps/mimalloc
|
|
url = https://github.com/Jarred-Sumner/mimalloc.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/zlib"]
|
|
path = src/deps/zlib
|
|
url = https://github.com/cloudflare/zlib.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/libarchive"]
|
|
path = src/deps/libarchive
|
|
url = https://github.com/libarchive/libarchive.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/boringssl"]
|
|
path = src/deps/boringssl
|
|
url = https://github.com/google/boringssl.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/libbacktrace"]
|
|
path = src/deps/libbacktrace
|
|
url = https://github.com/ianlancetaylor/libbacktrace
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/lol-html"]
|
|
path = src/deps/lol-html
|
|
url = https://github.com/cloudflare/lol-html
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/uws"]
|
|
path = src/deps/uws
|
|
url = https://github.com/Jarred-Sumner/uWebSockets
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = true
|
|
[submodule "src/deps/tinycc"]
|
|
path = src/deps/tinycc
|
|
url = https://github.com/Jarred-Sumner/tinycc.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|