Created
November 5, 2025 00:11
-
-
Save Chubek/a6a30d3146267e9f1aab009b39bc7d8a to your computer and use it in GitHub Desktop.
QuisheJS's `.gitmodules` file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [submodule "lib/libtommath"] | |
| path = lib/libtommath | |
| url = [email protected]:libtom/libtommath.git | |
| branch = main | |
| [submodule "lib/libpcre2"] | |
| path = lib/libpcre2 | |
| url = [email protected]:PCRE2Project/pcre2.git | |
| branch = master | |
| [submodule "lib/libuv"] | |
| path = lib/libuv | |
| url = [email protected]:libuv/libuv.git | |
| branch = v1.x | |
| [submodule "lib/unity"] | |
| path = lib/unity | |
| url = [email protected]:ThrowTheSwitch/Unity.git | |
| branch = master | |
| [submodule "lib/libicu"] | |
| path = lib/libicu | |
| url = [email protected]:unicode-org/icu.git | |
| branch = master | |
| [submodule "lib/libcsp"] | |
| path = lib/libcsp | |
| url = [email protected]:shiyanhui/libcsp.git | |
| branch = master | |
| [submodule "lib/librpmalloc"] | |
| path = lib/librpmalloc | |
| url = [email protected]:mjansson/rpmalloc.git | |
| branch = main | |
| [submodule "lib/libgc"] | |
| path = lib/libgc | |
| url = [email protected]:mkirchner/gc.git | |
| branch = ubuntu/devel | |
| [submodule "lib/uthash"] | |
| path = lib/uthash | |
| url = [email protected]:troydhanson/uthash.git | |
| branch = master | |
| [submodule "lib/libmonocypher"] | |
| path = lib/libmonocypher | |
| url = [email protected]:LoupVaillant/Monocypher.git | |
| branch = master | |
| [submodule "lib/libmongoose"] | |
| path = lib/libmongoose | |
| url = [email protected]:cesanta/mongoose.git | |
| branch = master | |
| [submodule "lib/liburiparser"] | |
| path = lib/liburiparser | |
| url = [email protected]:uriparser/uriparser.git | |
| branch = master | |
| [submodule "lib/libdynasm"] | |
| path = lib/libdynasm | |
| url = [email protected]:Esvandiary/DynASM.git | |
| branch = master | |
| [submodule "lib/libffi"] | |
| path = lib/libffi | |
| url = [email protected]:libffi/libffi | |
| branch = master | |
| [submodule "tests/test262"] | |
| path = tests/test262 | |
| url = [email protected]:tc39/test262.git | |
| branch = main | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment