source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=openbabel
if [[ $DEV_VER = y ]];then
         VERSION=3.1.1
     SOURCE_HASH=sha512:e5dc15c0efe10da2ad75b44f5f391cd8dadb4126ce6978f8015f468c93f040ed5bb031ddf5289615644c48ecf66cbbcf84ad55c3ef3977b6c325a85c64708f23
          SOURCE=$SPELL-$VERSION.tar.gz
else
         VERSION=3.1.1
     SOURCE_HASH=sha512:e5dc15c0efe10da2ad75b44f5f391cd8dadb4126ce6978f8015f468c93f040ed5bb031ddf5289615644c48ecf66cbbcf84ad55c3ef3977b6c325a85c64708f23
          SOURCE=$SPELL-$VERSION-source.tar.bz2
fi
VX=${VERSION/./-}
VX=${VX/./-}
   SOURCE_URL[0]=https://github.com/openbabel/openbabel/releases/download/openbabel-$VX/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://openbabel.org
         ENTERED=20031114
      LICENSE[0]=GPL
        KEYWORDS="science libs"
           SHORT="Cross-platform library for converting some scientific formats"
cat << EOF
Open Babel is a project designed to pick up where Babel left off, as a
cross-platform program and library designed to interconvert between many
file formats used in molecular modeling and computational chemistry.

Features currently include:

    * A huge variety of common chemical file formats, including SDF/MOL,
    Mol2, PDB, SMILES, XYZ, CML... (details)
    * Recognition of file type based on filename extension
    * Chemical MIME support
    * SMARTS matcher
    * Flexible atom typer
    * Flexible bond typer for perception of multiple bonds from atomic
    coordinates
    * Gasteiger partial charge calculation
    * Hydrogen addition and deletion
    * Isotope support, calculation of average and exact masses
    * Automatic feature perception (rings, bonds, hybridization, aromaticity)
    * Multiple conformer storage within molecules
    * Command line conversion for multiple molecules in one file
    * Command line interface
    * Bitvector class
    * Vector and matrix transformations
    * Molecular test suite
    * Open-source/Free Software under the GNU General Public License
    * Cross platform (Windows, Linux, Mac OS X, SGI, Solaris, Dreamcast...)
EOF
