@hackage / hblosc

Blosc (numerical compression library) bindings for Haskell

Latest0.1.0.2

About

Metadata

  • Last updated , by bsobel
  • License MIT
  • Maintained by: ben@silurian.ai

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    externalblosc (off by default)

    Use Blosc that is installed in the system.

    sharedblosc (off by default)

    Build Blosc as a shared library (only if external_blosc = False).

    usepic (on by default)

    Build Blosc with position-independent code (only if external_blosc = False).

Readme

FFI bindings for blosc, a numerical compression library that includes a number of compression algorithms, as well as its own system for compressing and decompressing data.