depends ncurses
depends curl
depends cmake
depends gnutls
depends libgcrypt
depends pkgconf
depends zlib

optional_depends asciidoctor \
                 "-DENABLE_MAN=ON" \
                 "-DENABLE_MAN=OFF" \
                 "for spelling support"

optional_depends aspell \
                 "-DENABLE_SPELL=ON" \
                 "-DENABLE_SPELL=OFF" \
                 "for spelling support"

optional_depends enchant \
                 "-DENABLE_ENCHANT=ON" \
                 "-DENABLE_ENCHANT=OFF" \
                 "for generic spelling frontend support"

optional_depends ruby \
                 "-DENABLE_RUBY=ON" \
                 "-DENABLE_RUBY=OFF" \
                 "to compile the ruby plugin" \
                 "n"

optional_depends lua \
                 "-DENABLE_LUA=ON" \
                 "-DENABLE_LUA=OFF" \
                 "to compile the lua plugin" \
                 "n"

optional_depends perl \
                 "-DENABLE_PERL=ON" \
                 "-DENABLE_PERL=OFF" \
                 "to compile the perl plugin" \
                 "n"

optional_depends guile-2 \
                 "-DENABLE_GUILE=ON" \
                 "-DENABLE_GUILE=OFF" \
                 "to compile the guile plugin" \
                 "n"

optional_depends python \
                 "-DENABLE_PYTHON=ON -DPYTHON_EXECUTABLE=/usr/bin/python" \
                 "-DENABLE_PYTHON=OFF" \
                 "to compile the Python plugin" \
                 "y"

optional_depends tcl \
                 "-DENABLE_TCL=ON" \
                 "-DENABLE_TCL=OFF" \
                 "to compile the tcl plugin" \
                 "n"

optional_depends zstd \
                 "-DENABLE_ZSTD=ON" \
                 "-DENABLE_ZSTD=OFF" \
                 "to enable Zstandard compression"

optional_depends cjson \
                 "-DENABLE_CJSON=ON" \
                 "-DENABLE_CJSON=OFF" \
                 "to enable cJSON support"
