-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
.gitmodules
27 lines (27 loc) · 969 Bytes
/
.gitmodules
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
[submodule "third_party/leptonica"]
path = third_party/leptonica
url = https://github.com/DanBloomberg/leptonica.git
[submodule "third_party/libjpeg"]
path = third_party/libjpeg
url = https://github.com/LuaDist/libjpeg.git
[submodule "third_party/giflib"]
path = third_party/giflib
url = https://github.com/mirrorer/giflib.git
[submodule "third_party/libpng"]
path = third_party/libpng
url = https://github.com/glennrp/libpng.git
[submodule "third_party/libtiff"]
path = third_party/libtiff
url = https://gitlab.com/libtiff/libtiff
[submodule "third_party/libwebp"]
path = third_party/libwebp
url = https://github.com/webmproject/libwebp
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
[submodule "third_party/tesseract"]
path = third_party/tesseract
url = git@github.com:Balearica/tesseract.git
[submodule "third_party/openlibm"]
path = third_party/openlibm
url = https://github.com/JuliaMath/openlibm.git