https://github.com/salva/p5-bit-util
Utility functions for manipulating bit vectors
https://github.com/salva/p5-bit-util
Last synced: 3 months ago
JSON representation
Utility functions for manipulating bit vectors
- Host: GitHub
- URL: https://github.com/salva/p5-bit-util
- Owner: salva
- Created: 2010-09-09T12:23:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-14T09:58:56.000Z (almost 13 years ago)
- Last Synced: 2023-03-10T19:40:55.979Z (about 2 years ago)
- Language: C
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Bit-Util
========Utility functions for bit-vector handling
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2010, 2012 by Salvador Fandino
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.0 or,
at your option, any later version of Perl 5 you may have available.