Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kritzcreek/purescript-matrices
Simple two-dimensional matrices backed by a flat array
https://github.com/kritzcreek/purescript-matrices
Last synced: about 2 hours ago
JSON representation
Simple two-dimensional matrices backed by a flat array
- Host: GitHub
- URL: https://github.com/kritzcreek/purescript-matrices
- Owner: kritzcreek
- License: lgpl-3.0
- Created: 2016-09-02T09:33:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T01:14:19.000Z (over 4 years ago)
- Last Synced: 2024-10-11T23:54:53.532Z (26 days ago)
- Language: PureScript
- Size: 19.5 KB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
purescript-matrices
==
[![Build Status](https://travis-ci.org/kRITZCREEK/purescript-matrices.svg?branch=master)](https://travis-ci.org/kRITZCREEK/purescript-matrices)
[![Dependency Status](https://www.versioneye.com/user/projects/57ca18f769d94900419ca37d/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57ca18f769d94900419ca37d)
A two-dimensional Matrix type for PureScript with a simple and straightforward
API. [Documentation is available on Pursuit](https://pursuit.purescript.org/packages/purescript-matrices)Inspired by https://github.com/eeue56/elm-flat-matrix.
## License
Copyright 2016 Christoph Hegemann
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See the LICENSE file for further details.