Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rightfold/purescript-bytestrings
Immutable packed byte sequences.
https://github.com/rightfold/purescript-bytestrings
binary-data purescript
Last synced: 2 days ago
JSON representation
Immutable packed byte sequences.
- Host: GitHub
- URL: https://github.com/rightfold/purescript-bytestrings
- Owner: rightfold
- License: bsd-3-clause
- Created: 2016-12-05T18:53:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T19:08:04.000Z (almost 2 years ago)
- Last Synced: 2024-12-11T10:12:57.193Z (29 days ago)
- Topics: binary-data, purescript
- Language: PureScript
- Homepage: https://pursuit.purescript.org/packages/purescript-bytestrings
- Size: 34.2 KB
- Stars: 9
- Watchers: 5
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-bytestrings
Immutable packed byte sequences. Similar to the Haskell bytestring package.
## Installation
If you use psc-package, it should be in the standard package set.
```bash
psc-package install bytestrings
```If you still use Bower, you can install it from there as well.
```bash
bower install purescript-bytestrings
```## Documentation
Module documentation is [published on Pursuit][pursuit].
[pursuit]: https://pursuit.purescript.org/packages/purescript-bytestrings