          MODULE=gob2
         VERSION=2.0.20
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://ftp.5z.com/pub/gob/
      SOURCE_VFY=sha256:d1d727aa860f1fff7b84ef242acd88b89aa93a52e220e254eafb6198ae8dab54
        WEB_SITE=http://www.5z.com/jirka/gob.html
         ENTERED=20020713
         UPDATED=20170217
           SHORT="A preprocessor for making GObjects with inline C code"

cat << EOF
GOB2 is a preprocessor for making GObjects with inline C code so that
generated files are not edited. Syntax is inspired by Java and Yacc
or Lex. The implementation is intentionally kept simple, and no C
actual code parsing is done.

Reasons:
 * C is a perfect (well mostly) language, no need for another language
 * Writing a fully featured GObject is a hassle
 * GObject has little type safety, GOB improves on it
 * Need for a generator that doesn't require changes to generated code
 * I like how Java writes method code directly into the class
   definition
EOF
