depends libzip "--with-syszip" &&
depends capstone --with-syscapstone &&
depends file --with-sysmagic &&
depends xxhash --with-sysxxhash &&

optional_depends libuv \
		 '' \
		 '--without-libuv' \
		 'to use libuv for TCP server' &&

optional_depends jemalloc \
		 '' \
		 '--without-jemalloc' \
		 'to use jemalloc allocator' &&

optional_depends libewf \
                 "" \
                 "--without-ewf" \
                 "for EWF file format support" &&

optional_depends gmp \
                 "" \
                 "--without-gmp" \
                 "for gmp support" &&

optional_depends file \
                 "" \
                 "--without-magic" \
                 "for filetype determination support" &&

optional_depends SSL \
                 "" \
                 "--without-ssl" \
                 "for SSL support" &&

suggest_depends perl \
                 "" \
                 "" \
                 "for perl scripting support" &&

suggest_depends python3 \
                 "" \
                 "" \
                 "for python scripting support" &&

suggest_depends lua51 \
                 "" \
                 "" \
                 "for lua51 scripting support"

suggest_depends RUBY \
                 "" \
                 "" \
                 "for ruby scripting support"
