https://github.com/mkende/perl-datastructure
Collection of useful data-structures in pure Perl
https://github.com/mkende/perl-datastructure
Last synced: 10 months ago
JSON representation
Collection of useful data-structures in pure Perl
- Host: GitHub
- URL: https://github.com/mkende/perl-datastructure
- Owner: mkende
- License: other
- Created: 2021-06-20T21:24:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T23:27:20.000Z (over 4 years ago)
- Last Synced: 2025-01-12T06:28:29.506Z (over 1 year ago)
- Language: Perl
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=head1 Perl DataStructure
Pure Perl data-structure. Head to CPAN for the documentation of the included
data-structure:
=over 4
=item L
=item L
=back
=head1 LICENCE
Copyright 2021 Mathias Kende
This program is distributed under the MIT (X11) License:
L
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
=cut