32 lines
416 B
Python
32 lines
416 B
Python
|
|
from .base import *
|
|
from . import (
|
|
all_dependencies,
|
|
android_ndk,
|
|
android_sdk,
|
|
aria2,
|
|
armhf,
|
|
docoptcpp,
|
|
flatpak,
|
|
gumbo,
|
|
icu4c,
|
|
ios_fat_lib,
|
|
mustache,
|
|
kiwix_desktop,
|
|
kiwix_tools,
|
|
libcurl,
|
|
libkiwix,
|
|
libmagic,
|
|
libmicrohttpd,
|
|
libzim,
|
|
lzma,
|
|
qt,
|
|
pugixml,
|
|
uuid,
|
|
xapian,
|
|
zim_tools,
|
|
zim_testing_suite,
|
|
zlib,
|
|
zstd
|
|
)
|