          MODULE=yasm
         VERSION=1.3.0
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/yasm/yasm/releases/download/v$VERSION/
      SOURCE_VFY=sha256:3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
        WEB_SITE=https://github.com/yasm/yasm
         ENTERED=20051007
         UPDATED=20251115
           SHORT="A complete rewrite of the NASM assembler"

cat << EOF
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are under other licenses, see COPYING for details). It is
designed from the ground up to allow for multiple assembler syntaxes to be
supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object
formats and even multiple instruction sets. Another primary module of the
overall design is an optimizer module.
EOF
