          MODULE=gob2
         VERSION=2.0.18
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://ftp.5z.com/pub/gob/
      SOURCE_VFY=sha1:eea5c748b69bc09379cd36f6894f641f6c290900
        WEB_SITE=http://www.5z.com/jirka/gob.html
         ENTERED=20020713
         UPDATED=20120201
           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
