vlet / p5-CBOR-Decode

CBOR (RFC7049) format decoder in 100 lines of source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CBOR::Decode version 0.01

CBOR RFC 7049 format decoder in 100 lines of source code

This is not production code. Released just4fun.

INSTALLATION

To install this module type the following:

perl Makefile.PL make make test make install

DEPENDENCIES

Encode

SEE ALSO

COPYRIGHT AND LICENCE

Copyright (C) 2014 by Vladimir Lettiev

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16.3 or, at your option, any later version of Perl 5 you may have available.

About

CBOR (RFC7049) format decoder in 100 lines of source code


Languages

Language:Perl 100.0%