<metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  <group distversion="openSUSE Tumbleweed">
    <repositories>
      <repository recommended="true">
        <name>devel:ARM:Factory:ARMv9</name>
        <summary></summary>
        <description>ARMv9 test build

Current set of packages: Rings:0-Bootstrap + Rings:1-MinimalX

+ \+ few additional packages (audit a2ps buildah chromium cockpit-tukit cups-filters2 distribution distrobox docker-compose cJSON clamav container-diff cpupower crash dool dovecot dovecot24 elixir elixir -hex erlang ex_doc gn gv iftop ksh libcupsfilters libgpiod libppd lua-dkjson mariadb-connector-odbc mutt obs-service-docker_label_helper OpenCSD pam-test patterns-kde perf python-openqa_review python-humanfriendly python-pika rabbitmq-server release-compare rust1.93(for chromium) sshfs systemd-presets-branding-Aeon vhostmd vorbis-tools wdiff weechat znc)

+ \+ more images: kiwi-templates-Minimal

+ \+ containers: opensuse-tumbleweed-image busybox-image</description>
        <url>https://download.opensuse.org/repositories/devel:/ARM:/Factory:/ARMv9/standard/</url>
      </repository>
      <repository recommended="false">
        <name>openSUSE:Factory</name>
        <summary>The next openSUSE distribution</summary>
        <description>openSUSE Tumbleweed: The Bleeding Edge, Perfected.
Tumbleweed is the ultimate rolling release distribution, providing the latest software as it’s released, built upon a foundation of world-class stability and testing.

* Always Current: Get the newest kernel, IDEs, desktops, and applications automatically.

* Powerfully Stable: Experience the velocity of a rolling release without sacrificing the reliability you depend on.

* Engineered for Professionals: The top choice for Developers, Power Users, and openSUSE Contributors who need the best tools for the job.

If you demand the latest stable software, your choice is Tumbleweed.

Staging dashboard is located at: https://build.opensuse.org/staging_workflows/openSUSE:Factory 

List of known devel projects: https://build.opensuse.org/package/view_file/openSUSE:Factory:Staging/dashboard/devel_projects

Have a look at http://en.opensuse.org/Portal:Factory for more details.</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Factory/ports/</url>
      </repository>
    </repositories>
    <software>
      <item>
        <name>perl-Text-Soundex</name>
        <summary>Implementation of the soundex algorithm</summary>
        <description>Soundex is a phonetic algorithm for indexing names by sound, as pronounced
in English. The goal is for names with the same pronunciation to be encoded
to the same representation so that they can be matched despite minor
differences in spelling. Soundex is the most widely known of all phonetic
algorithms and is often used (incorrectly) as a synonym for &quot;phonetic
algorithm&quot;. Improvements to Soundex are the basis for many modern phonetic
algorithms. (Wikipedia, 2007)

This module implements the original soundex algorithm developed by Robert
Russell and Margaret Odell, patented in 1918 and 1922, as well as a
variation called &quot;American Soundex&quot; used for US census data, and current
maintained by the National Archives and Records Administration (NARA).

The soundex algorithm may be recognized from Donald Knuth's *The Art of
Computer Programming*. The algorithm described by Knuth is the NARA
algorithm.

The value returned for strings which have no soundex encoding is defined
using '$Text::Soundex::nocode'. The default value is 'undef', however
values such as ''Z000'' are commonly used alternatives.

For backward compatibility with older versions of this module the
'$Text::Soundex::nocode' is exported into the caller's namespace as
'$soundex_nocode'.

In scalar context, 'soundex()' returns the soundex code of its first
argument. In list context, a list is returned in which each element is the
soundex code for the corresponding argument passed to 'soundex()'. For
example, the following code assigns @codes the value '('M200', 'S320')':

   @codes = soundex qw(Mike Stok);

To use 'Text::Soundex' to generate codes that can be used to search one of
the publically available US Censuses, a variant of the soundex algorithm
must be used:

    use Text::Soundex;
    $code = soundex_nara($name);

An example of where these algorithm differ follows:

    use Text::Soundex;
    print soundex(&quot;Ashcraft&quot;), &quot;\n&quot;;       # prints: A226
    print soundex_nara(&quot;Ashcraft&quot;), &quot;\n&quot;;  # prints: A261</description>
      </item>
    </software>
  </group>
</metapackage>
