. "${GRIMOIRE}/FUNCTIONS" &&
depends libgpg-error &&
depends PKG-CONFIG    &&
depends GNUPG        &&
if is_version_less "${VERSION}" "2.0.0"; then
   optional_depends qt6base '' '' 'for QT6 bindings' &&
   optional_depends qtbase '' '' 'for QT5 bindings' &&
   optional_depends PYTHON '' '' 'for Python bindings' &&
   if is_depends_enabled "$SPELL" python3 ||
      is_depends_enabled "$SPELL" python; then
     depends autoconf &&
     depends automake &&
     depends swig
   fi
fi
