<metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  <group>
    <repositories>
      <repository recommended="true">
        <name>home:dgarcia:SLFO:Main</name>
        <summary>Python stack update project</summary>
        <description></description>
        <url>https://download.opensuse.org/repositories/home:/dgarcia:/SLFO:/Main/standard/</url>
      </repository>
      <repository recommended="false">
        <name>SUSE:SLFO:Main</name>
        <summary></summary>
        <description></description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLFO:/Main/standard/</url>
      </repository>
    </repositories>
    <software>
      <item>
        <name>perl-Data-Dump</name>
        <summary>Pretty printing of data structures</summary>
        <description>This module provides a few functions that traverse their argument list and
return a string containing Perl code that, when 'eval'ed, produces a deep
copy of the original arguments.

The main feature of the module is that it strives to produce output that is
easy to read. Example:

    @a = (1, [2, 3], {4 =&gt; 5});
    dump(@a);

Produces:

    &quot;(1, [2, 3], { 4 =&gt; 5 })&quot;

If you dump just a little data, it is output on a single line. If you dump
data that is more complex or there is a lot of it, line breaks are
automatically added to keep it easy to read.</description>
      </item>
    </software>
  </group>
</metapackage>
