summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-unordered-containers/DETAILS
blob: 52ebe16665854d6c790f44f297f476557e0ba20e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=haskell-unordered-containers
         VERSION=0.2.9.0
          SOURCE="unordered-containers-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:d9fb6d173f7d07494cffeffa74d3827e4011957be7f309e9f9c16d484b46d04824a21269185d340b09d65d386d19fd5f6b78a51036a5292e5d33e29819fd225a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/unordered-containers-${VERSION}"
        WEB_SITE="Homepage:       https://github.com/tibbe/unordered-containers"
      LICENSE[0]=BSD3
         ENTERED=20130829
           SHORT="Efficient hashing-based container types"
cat << EOF
Efficient hashing-based container types.  The containers have been optimized
for performance critical use, both in terms of large data quantities and
high speed.

The declared cost of each operation is either worst-case or amortized,
but remains valid even if structures are shared.
EOF