Z-Data: array, vector and text

[ bsd3, data, library ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.1, 0.1.4.0, 0.1.4.1, 0.1.4.2, 0.1.5.0, 0.1.6.0, 0.1.6.1, 0.1.7.0, 0.1.7.1, 0.1.7.2, 0.1.8.0, 0.1.9.0, 0.1.9.1, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.6.0.0, 0.6.1.0, 0.7.0.0, 0.7.1.0, 0.7.2.0, 0.7.3.0, 0.7.4.0, 0.8.0.0, 0.8.1.0, 0.8.2.0, 0.8.3.0, 0.8.4.0, 0.8.5.0, 0.8.6.0, 0.8.6.1, 0.8.7.0, 0.8.8.0, 0.9.0.0, 1.0.0.0, 1.0.0.1, 1.1.0.0, 1.2.0.0, 1.2.1.0, 1.3.0.0, 1.3.0.1, 2.0.0.0, 2.0.0.1, 2.0.0.2 (info)
Change log ChangeLog.md
Dependencies base (>=4.12 && <5.0), case-insensitive (>=1.2 && <1.3), deepseq (>=1.4 && <1.5), ghc-prim (>=0.6.1 && <0.6.2), hashable (>=1.3 && <1.4), integer-gmp (>=0.2 && <1.1), integer-simple (>=0.1 && <0.5), primitive (>=0.7.1 && <0.7.2), QuickCheck (>=2.10), scientific (>=0.3 && <0.4), tagged (>=0.8 && <0.9), template-haskell (>=2.16 && <2.17), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Copyright (c) Dong Han, 2017-2020 (c) Tao He, 2017-2020
Author Dong Han, Tao He
Maintainer winterland1989@gmail.com
Category Data
Home page https://github.com/haskell-Z/z-data
Bug tracker https://github.com/haskell-Z/z-data/issues
Source repo head: git clone git://github.com/haskell-Z/z-data.git
Uploaded by winterland at 2020-09-14T14:53:03Z
Distributions
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 15990 total (131 in the last 30 days)
Rating 2.5 (votes: 3) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for Z-Data-0.1.0.0

[back to package description]

Z-Data

Linux Build Status

This package provides basic data structures and functions:

  • Array, vector(array slice)
  • Text based UTF-8, basic unicode manipulating
  • FFI utilties
  • Parsing and building monad
  • JSON encoding and decoding

dev guide

  • GHC(>=8.10.2)
  • cabal-install(>=3.4)
# get code
git clone --recursive git@github.com:haskell-Z/z-data.git 
cd z-data
# build
cabal build
# test
cabal run Z-Data-Test
# install 
cabal install
# generate document
cabal haddock