https://github.com/salva/p5-bit-grep
Perl module for selecting elements of an array using a bit vector
https://github.com/salva/p5-bit-grep
Last synced: 3 months ago
JSON representation
Perl module for selecting elements of an array using a bit vector
- Host: GitHub
- URL: https://github.com/salva/p5-bit-grep
- Owner: salva
- Created: 2010-09-02T11:16:16.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-09-10T13:01:21.000Z (almost 15 years ago)
- Last Synced: 2023-03-10T19:40:55.883Z (over 2 years ago)
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Bit-Grep version
================Select elements from an array using a bit vector
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
Test::More
COPYRIGHT AND LICENCE
Copyright (C) 2010 by Salvador Fandino ([email protected])
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.1 or,
at your option, any later version of Perl 5 you may have available.