devel:languages:haskell Haskell Development Project for openSUSE:Factory Haskell is a standardized purely functional programming language with non-strict semantics, named after the logician Haskell Curry. It is one of the more popular functional languages, and the lazy functional language on which the most research is being performed. This is a development project for openSUSE:Factory that contains only the most essential tools to set up a Haskell development environment, like ghc, cabal-install, and their respective dependencies. This repository is supposed to be small and manageable. https://download.opensuse.org/repositories/devel:/languages:/haskell/openSUSE_Factory_zSystems_standard/ openSUSE:Factory:zSystems openSUSE Factory Port for s390x This is a project clone to build the entire openSUSE:Factory for IBM zSystems and LinuxONE. https://download.opensuse.org/repositories/openSUSE:/Factory:/zSystems/standard/ openSUSE:Factory The next openSUSE distribution Any user who wishes to have the newest packages that include, but are not limited to, the Linux kernel, SAMBA, git, desktops, office applications and many other packages, will want Tumbleweed. Tumbleweed appeals to Power Users, Software Developers and openSUSE Contributors. If you require the latest software stacks and Integrated Development Environment or need a stable platform closest to bleeding edge Linux, Tumbleweed is the best choice for you. 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. https://download.opensuse.org/repositories/openSUSE:/Factory/ports/ ghc-cryptohash-sha1 Fast, pure and practical SHA-1 implementation A practical incremental and one-pass, pure API to the <https://en.wikipedia.org/wiki/SHA-1 SHA-1 hash algorithm> (including <https://en.wikipedia.org/wiki/HMAC HMAC> support) with performance close to the fastest implementations available in other languages. The implementation is made in C with a haskell FFI wrapper that hides the C implementation. NOTE: This package has been forked off 'cryptohash-0.11.7' because the 'cryptohash' package has been deprecated and so this package continues to satisfy the need for a lightweight package providing the SHA1 hash algorithm without any dependencies on packages other than 'base' and 'bytestring'. Consequently, this package can be used as a drop-in replacement for 'cryptohash''s "Crypto.Hash.SHA1" module, though with a clearly smaller footprint.