Source: libxml-atom-microformats-perl Section: perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-package-rdf-perl (>= 0.014-2~), libhtml-microformats-perl , libjson-perl , librdf-trine-perl , librdf-query-perl , libxml-atom-owl-perl , libxml-libxml-perl , librdf-rdfa-parser-perl , Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Florian Schlichting Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-atom-microformats-perl.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-atom-microformats-perl Homepage: https://metacpan.org/release/XML-Atom-Microformats Testsuite: autopkgtest-pkg-perl Rules-Requires-Root: no Package: libxml-atom-microformats-perl Architecture: all Depends: libhtml-microformats-perl, libjson-perl, librdf-query-perl, librdf-trine-perl, libxml-atom-owl-perl, libxml-libxml-perl, ${misc:Depends}, ${perl:Depends}, Recommends: librdf-rdfa-parser-perl, Description: parse microformats in Atom content The XML::Atom::Microformats module brings the functionality of HTML::Microformats to Atom 1.0 Syndication feeds. It finds microformats embedded in the elements (note: not ) of Atom entries. . The general pattern of usage is to create an XML::Atom::Microformats object (which corresponds to an Atom 1.0 feed) using the "new_feed" method; then ask for the data, as a Perl hashref, a JSON string, or an RDF::Trine model.