blob: fc587b03a0af5d92a8c9b536104ee3384fe9af32 (
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
|
[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
|