Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanstowe/nativehelpers-array
Helper subroutines for working with Raku Native Arrays (CArray)
https://github.com/jonathanstowe/nativehelpers-array
helper-subroutines nativecall raku
Last synced: about 1 month ago
JSON representation
Helper subroutines for working with Raku Native Arrays (CArray)
- Host: GitHub
- URL: https://github.com/jonathanstowe/nativehelpers-array
- Owner: jonathanstowe
- License: artistic-2.0
- Created: 2015-07-23T07:41:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T08:42:09.000Z (over 2 years ago)
- Last Synced: 2023-04-22T17:06:59.783Z (almost 2 years ago)
- Topics: helper-subroutines, nativecall, raku
- Language: Raku
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NativeHelpers::Array
Helper subroutines for working with Raku Native Arrays (CArray)
![Build Status](https://github.com/jonathanstowe/NativeHelpers-Array/workflows/CI/badge.svg)
## Description
This provides a number of exported subroutines that may prove
useful when dealing with array data in a native binding.The subroutines themselves are not particularly sophisticated
but having them in a separate module saves copying the code
into modules where they may be useful.## Installation
Assuming you have a working raku installation you should be able to install this with *zef* :
zef install .
Remote installation
zef install NativeHelpers::Array
Other install mechanisms may be become available in the future.
## Support
Suggestions/patches are welcomed via github at https://github.com/jonathanstowe/NativeHelpers-Array/issues
## Licence
This is free software.
Please see the [LICENCE](LICENCE) file in the distribution for details.
© Jonathan Stowe 2015 - 2021