summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libxml/libxml-libxml-perl
Commit message (Collapse)AuthorAgeFilesLines
* libxml-libxml-perl: Fix function pointer typesKhem Raj2023-01-161-0/+51
| | | | | | | Newer clang is warning about this. Fixes -Wincompatible-function-pointer-types Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml-libxml-perl: add recipeRoy Li2014-07-223-0/+201
This module is an interface to libxml2, providing XML and HTML parsers \ with DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 \ interface and a XML::XPath-like interface to XPath API of libxml2. \ The module is split into several packages which are not described in this \ section; unless stated otherwise, you only need to use XML::LibXML; in \ your programs. Signed-off-by: Roy Li <rongqing.li@windriver.com> Acked-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>