Ticket #42082: Portfile.hs-unordered-containers

File Portfile.hs-unordered-containers, 956 bytes (added by joelfred@…, 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       unordered-containers 0.2.5.1
8checksums           rmd160  ff2a8484e61adf05b0270fa7d59770a4fb3f2910 \
9                    sha256  6e5878ade3ea65f2a7cb0a1df155f88f7e710d5bb975a5cbf1b45fb8cfee811a
10
11maintainers         cal openmaintainer
12platforms           darwin
13license             BSD
14
15description         Efficient hashing-based container types.
16long_description    \
17    Efficient hashing-based container types. The containers have been \
18    optimized for performance critical use, both in terms of large \
19    data quantities and high speed. \
20    \
21    The declared cost of each operation is either worst-case or \
22    amortized, but remains valid even if structures are shared.