blob: d4deeadfc10c4d2ccd9d186e455f774b8603c69c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
[submodule "libbutl"]
path = libbutl
url = ../libbutl.git
[submodule "build2"]
path = build2
url = ../build2.git
[submodule "libbpkg"]
path = libbpkg
url = ../libbpkg.git
[submodule "bpkg"]
path = bpkg
url = ../bpkg.git
[submodule "bdep"]
path = bdep
url = ../bdep.git
[submodule "doc/style"]
path = doc/style
url = ../style.git
[submodule "libodb"]
path = libodb
url = https://scm.codesynthesis.com/odb/libodb.git
update = none
[submodule "libodb-sqlite"]
path = libodb-sqlite
url = https://scm.codesynthesis.com/odb/libodb-sqlite.git
update = none
[submodule "submodules/sqlite"]
path = submodules/sqlite
url = https://git.build2.org/packaging/sqlite/sqlite.git
update = none
[submodule "submodules/pkgconf"]
path = submodules/pkgconf
url = https://git.build2.org/packaging/pkgconf/pkgconf.git
update = none
[submodule "submodules/libbuild2-kconfig"]
path = submodules/libbuild2-kconfig
url = https://github.com/build2/libbuild2-kconfig.git
[submodule "submodules/libbuild2-autoconf"]
path = submodules/libbuild2-autoconf
url = https://github.com/build2/libbuild2-autoconf.git
|