blob: 923e17bb3e523ae8f10dfe5cac44b879b00cafe2 (
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 "sqlite"]
path = sqlite
url = https://git.build2.org/packaging/sqlite/sqlite.git
update = none
[submodule "pkgconf"]
path = pkgconf
url = https://git.build2.org/packaging/pkgconf/pkgconf.git
update = none
|