<metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  <group>
    <repositories>
      <repository recommended="true">
        <name>openSUSE:Backports:SLE-12</name>
        <summary>openSUSE Factory Backports for SLE 12</summary>
        <description>This project hosts packages from openSUSE:Factory which are not available on the SLE-12 product.

Contributors welcome, see https://packagehub.suse.com/</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12/standard/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Backports:SLE-12:Update</name>
        <summary>SLE12 Updates built for Backports development</summary>
        <description>This project rebuilds selected SLE12 Updates to be able to build backported packages against them. This is mostly required for packages that got version updated such as mozilla-nss</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12:/Update/standard/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Backports:SLE-12:Checks</name>
        <summary>Checks</summary>
        <description>This project contains the checks like rpmlint for the Backports projects.

The rpmlint packages (specifically rpmlint-backports) needs to be built against a SLE 12 service pack after SP2 because of a bug in python in the earlier service packs that causes the shelve db file to be written to disk on close even when there is no change to the data. That causes an error since rpmlint runs unprivileged. </description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12:/Checks/standard/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Toolchain</name>
        <summary>SLE 12 Toolchain Module</summary>
        <description>SLE 12 Toolchain Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Toolchain/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Public-Cloud</name>
        <summary>SLE 12 Public Cloud Module</summary>
        <description>SLE 12 Public Cloud Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Public-Cloud/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Legacy</name>
        <summary>SLE 12 Legacy Module</summary>
        <description>SLE 12 Legacy Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Legacy/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Containers</name>
        <summary>SLE 12 Containers Module</summary>
        <description>SLE 12 Containers Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Containers/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Adv-Systems-Management</name>
        <summary>SLE 12 Advanced Systems Management Module</summary>
        <description>SLE 12 Advanced Systems Management Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Adv-Systems-Management/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/HA_GEO/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/HA/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/WE/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/SDK/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/SLES/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/SLED/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Toolchain</name>
        <summary>SLE 12 Toolchain Module</summary>
        <description>SLE 12 Toolchain Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Toolchain/standard/</url>
      </repository>
      <repository recommended="false">
        <name>SUSE:SLE-12:GA</name>
        <summary>SUSE Linux Enterprise 12. To be used for building SLE 12 packages</summary>
        <description>This repository contains the status of the gold master.</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/GA/standard/</url>
      </repository>
    </repositories>
    <software>
      <item>
        <name>ghc-cryptohash</name>
        <summary>Collection of crypto hashes, fast, pure and practical</summary>
        <description>DEPRECATED: this library is still fully functional, but please use cryptonite
for new projects and convert old one to use cryptonite. This is where things
are at nowadays.

A collection of crypto hashes, with a practical incremental and one-pass, pure
APIs, with performance close to the fastest implementations available in other
languages.

The implementations are made in C with a haskell FFI wrapper that hide the C
implementation.

Simple examples using the unified API:

&gt; import Crypto.Hash &gt; &gt; sha1 :: ByteString -&gt; Digest SHA1 &gt; sha1 = hash &gt; &gt;
hexSha3_512 :: ByteString -&gt; String &gt; hexSha3_512 bs = show (hash bs :: Digest
SHA3_512)

Simple examples using the module API:

&gt; import qualified Crypto.Hash.SHA1 as SHA1 &gt; &gt; main = putStrLn $ show $
SHA1.hash (Data.ByteString.pack [0..255])

&gt; import qualified Crypto.Hash.SHA3 as SHA3 &gt; &gt; main = putStrLn $ show $ digest
&gt; where digest = SHA3.finalize ctx &gt; ctx = foldl' SHA3.update iCtx (map
Data.ByteString.pack [ [1,2,3], [4,5,6] ] &gt; iCtx = SHA3.init 224.</description>
      </item>
    </software>
  </group>
</metapackage>
