An open API service indexing awesome lists of open source software.

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

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 install

COPYRIGHT 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.