storable-grid: Contiguous blocks of Storables, represented as a Vector of Vectors

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/phlummox/storable-grid#readme


[Skip to Readme]

Properties

Versions 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), deepseq, vector [details]
License BSD-2-Clause
Copyright 2021 phlummox
Author phlummox
Maintainer hs-storable-grid@phlummox.dev
Category Data, Data Structures
Home page https://github.com/phlummox/hs-storable-grid#readme
Bug tracker https://github.com/phlummox/hs-storable-grid/issues
Source repo head: git clone https://github.com/phlummox/hs-storable-grid
Uploaded by phlummox at 2021-06-25T12:16:13Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for storable-grid-0.1.0.0

[back to package description]

storable-grid

Allows a vector-of-vectors view of a block of contiguous foreign data.

Supports a few vector operations for convenience.

Status: experimental. Seems to work, but I offer no guarantees, nor promises to support.

Most documentation is in the src/Data/Grid/Storable.hs file, and the tests/ directory gives some sample usage.

Should work with Stack LTS 3 and onward.