Name: PerfectHash Version: 0.1.5 Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE Build-Type: Simple Author: Mark Wotton Maintainer: Mark Wotton Category: Data, Data Structures Stability: Experimental extra-source-files: stub.h, README, TODO bug-reports: mailto:mwotton@gmail.com Synopsis: A perfect hashing library for mapping bytestrings to values. Description: A perfect hashing library for mapping bytestrings to values. Insertion is not supported (by design): this is just a binding to the C-based CMPH library (http://cmph.sf.net). Only fromList and lookup operations are supported, but in many circumstances this is all that's required. CI at https://travis-ci.org/mwotton/PerfectHash Library Exposed-Modules: Data.PerfectHash, HackedMicrobench ghc-options: -funbox-strict-fields c-sources: stub.c includes: stub.h extra-libraries: cmph build-depends: base >=4.5 && <5.2, containers, bytestring, digest, array, time, binary source-repository head type: git location: http://github.com/mwotton/PerfectHash.git