# Watch: https://gitlab.gnome.org/GNOME/libxml2/-/tags
           SPELL=libxml2
         VERSION=2.15.1
     SOURCE_HASH="sha256:c008bac08fd5c7b4a87f7b8a71f283fa581d80d80ff8d2efd3b26224c39bc54c:UPSTREAM_HASH"
  SECURITY_PATCH=22
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://download.gnome.org/sources/${SPELL}/${VERSION%.*}/$SOURCE
      LICENSE[0]=BSD
        WEB_SITE=https://xmlsoft.org/
         ENTERED=20010922
        KEYWORDS="parser gnome xml libs"
           SHORT="XML version 2 parser for Gnome"
cat << EOF
The libXML library allows you to manipulate XML files. It offers SAX or DOM tree
generation interfaces. It supports XML and HTML (real world ones) parsing,
flexible DTD validation, XPath, XPointer-XInclude, and pull and push modes with
FTP and HTTP modules. It's written in C and should be fairly portable. The
design is modular; most of the extensions can be compiled out.
EOF
