support parse dependence list of some building system like xmake and cmake, then using linux package manager tool to solve it.
git clone https://github.com/Linux-Adaptation-Integrated-Toolkit/building-system.git
sudo apt install libcjson-dev build-essential
bash <(wget https://xmake.io/shget.text -O -)
cd building-system
xmake
#test
WALI_XMAKE_SCRIPT=. xmake runthere are three environment XMAKE_EXE, WALI_XMAKE and WALI_XMAKE_SCRIPT. WALI_XMAKE is the path of elf file of xmake,like /usr/bin/xmake, XMAKE_EXE is the path of elf of xmake set by original xmake if you install xmake by offical method, but if WALI_XMAKE and XMAKE_EXE are both exit, WALI_XMAKE will be valid.WALI_XMAKE_SCRIPT is the directory path of info.lua.