mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Grigory <grigory.orlov.set@gmail.com> Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> Co-authored-by: Meghan Denny <hello@nektro.net> Co-authored-by: Kenta Iwasaki <63115601+lithdew@users.noreply.github.com> Co-authored-by: John-David Dalton <john.david.dalton@gmail.com> Co-authored-by: Dale Seo <5466341+DaleSeo@users.noreply.github.com> Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com> Co-authored-by: paperdave <paperdave@users.noreply.github.com> Co-authored-by: Georgijs Vilums <georgijs.vilums@gmail.com> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
85 lines
2.0 KiB
Plaintext
85 lines
2.0 KiB
Plaintext
[submodule "src/javascript/jsc/WebKit"]
|
|
path = src/bun.js/WebKit
|
|
url = https://github.com/oven-sh/WebKit.git
|
|
ignore = dirty
|
|
depth = 1
|
|
update = none
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[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/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/oven-sh/boringssl.git
|
|
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/tinycc"]
|
|
path = src/deps/tinycc
|
|
url = https://github.com/Jarred-Sumner/tinycc.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/c-ares"]
|
|
path = src/deps/c-ares
|
|
url = https://github.com/c-ares/c-ares.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/zstd"]
|
|
path = src/deps/zstd
|
|
url = https://github.com/facebook/zstd.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/ls-hpack"]
|
|
path = src/deps/ls-hpack
|
|
url = https://github.com/litespeedtech/ls-hpack.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "zig"]
|
|
path = src/deps/zig
|
|
url = https://github.com/oven-sh/zig
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|