{"id":18318563,"url":"https://github.com/maxmind/data-ieee754","last_synced_at":"2026-02-13T23:33:42.468Z","repository":{"id":46761128,"uuid":"89406778","full_name":"maxmind/Data-IEEE754","owner":"maxmind","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-14T20:17:25.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-02-14T21:26:18.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxmind.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-25T21:05:38.000Z","updated_at":"2025-02-14T20:17:27.000Z","dependencies_parsed_at":"2025-01-29T21:22:19.492Z","dependency_job_id":"327f5a24-9d86-4a18-bbae-891afe359293","html_url":"https://github.com/maxmind/Data-IEEE754","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmind%2FData-IEEE754","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmind%2FData-IEEE754/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmind%2FData-IEEE754/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmind%2FData-IEEE754/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxmind","download_url":"https://codeload.github.com/maxmind/Data-IEEE754/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238962678,"owners_count":19559527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T18:10:01.836Z","updated_at":"2025-10-30T12:30:48.097Z","avatar_url":"https://github.com/maxmind.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nData::IEEE754 - Pack and unpack big-endian IEEE754 floats and doubles\n\n# VERSION\n\nversion 0.03\n\n# SYNOPSIS\n\n    use Data::IEEE754 qw( pack_double_be unpack_double_be );\n\n    my $packed = pack_double_be(3.14);\n    my $double = unpack_double_be($packed);\n\n# DESCRIPTION\n\nThis module provides some simple convenience functions for packing and\nunpacking IEEE 754 floats and doubles.\n\nIf you can require Perl 5.10 or greater then this module is pointless. Just\nuse the `d\u003e` and `f\u003e` pack formats instead!\n\nCurrently this module only implements big-endian order. Patches to add\nlittle-endian order subroutines are welcome.\n\n# EXPORTS\n\nThis module optionally exports the following four functions:\n\n- pack\\_float\\_be($number)\n- pack\\_double\\_be($number)\n- unpack\\_float\\_be($binary)\n- unpack\\_double\\_be($binary)\n\n# CREDITS\n\nThe code in this module is more or less copied and pasted from\n[Data::MessagePack](https://metacpan.org/pod/Data%3A%3AMessagePack)'s `Data::MessagePack::PP` module. That module was\nwritten by Makamaka Hannyaharamitu. The code was then tweaked by Dave Rolsky,\nso blame him for the bugs.\n\n# SUPPORT\n\nPlease submit bugs to the CPAN RT system at\nhttp://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-IEEE754 or via email at\nbug-data-ieee754@rt.cpan.org.\n\nBugs may be submitted through [https://github.com/maxmind/Data-IEEE754/issues](https://github.com/maxmind/Data-IEEE754/issues).\n\n# AUTHOR\n\nDave Rolsky \u003cautarch@urth.org\u003e\n\n# CONTRIBUTORS\n\n- Dave Rolsky \u003cdrolsky@maxmind.com\u003e\n- Greg Oschwald \u003cgoschwald@maxmind.com\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is Copyright (c) 2021 by MaxMind, Inc.\n\nThis is free software, licensed under:\n\n    The Artistic License 2.0 (GPL Compatible)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmind%2Fdata-ieee754","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxmind%2Fdata-ieee754","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmind%2Fdata-ieee754/lists"}