{"id":21063300,"url":"https://github.com/azawawi/perl6-msgpack","last_synced_at":"2025-06-12T10:09:35.097Z","repository":{"id":149410325,"uuid":"109303887","full_name":"azawawi/perl6-msgpack","owner":"azawawi","description":"Perl 6 Interface to libmsgpack","archived":false,"fork":false,"pushed_at":"2018-08-04T12:14:54.000Z","size":63,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-14T01:22:13.361Z","etag":null,"topics":["data","messagepack","msgpack","perl6","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"Perl 6","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azawawi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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-11-02T18:32:22.000Z","updated_at":"2018-08-04T12:14:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"2adce80f-6d20-4679-8928-a43cffd2d0a2","html_url":"https://github.com/azawawi/perl6-msgpack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/azawawi/perl6-msgpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-msgpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-msgpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-msgpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-msgpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azawawi","download_url":"https://codeload.github.com/azawawi/perl6-msgpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-msgpack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259444968,"owners_count":22858549,"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":["data","messagepack","msgpack","perl6","wrapper"],"created_at":"2024-11-19T17:44:35.081Z","updated_at":"2025-06-12T10:09:35.077Z","avatar_url":"https://github.com/azawawi.png","language":"Perl 6","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MsgPack\n\n [![Build Status](https://travis-ci.org/azawawi/perl6-msgpack.svg?branch=master)](https://travis-ci.org/azawawi/perl6-msgpack) [![Build status](https://ci.appveyor.com/api/projects/status/github/azawawi/perl6-msgpack?svg=true)](https://ci.appveyor.com/project/azawawi/perl6-msgpack/branch/master)\n \nPerl 6 Interface to libmsgpack\n\n## Example\n\n```Perl6\nuse v6;\nuse MsgPack;\n\nmy $data     = [1, True, \"Example\", { \"that\" =\u003e \"rocks\" }];\nmy $packed   = MsgPack::pack($data);\nmy $unpacked = MsgPack::unpack($packed);\n\nsay \"data     : \" ~ $data.perl;\nsay \"packed   : \" ~ $packed.perl;\nsay \"unpacked : \" ~ $unpacked.perl;\n```\n\nFor more examples, please see the [examples](examples) folder.\n\n## Installation\n\n- Please follow the section below to install `libmsgpack` on your system.\n\n- Install it using zef (a module management tool bundled with Rakudo Star):\n\n```\n$ zef install MsgPack\n```\n\n## Dependencies\n\nPlease follow the instructions below based on your platform:\n\n### Linux (Debian)\n\n- To install `msgpack` development headers / libraries, please run:\n```\n$ sudo apt-get install libmsgpack-dev\n```\n\n## macOS\n\n- To install `msgpack` development headers / libraries, please run:\n```\n$ brew update\n$ brew install msgpack\n```\n\n## Windows\n\nNot supported at the moment but planned as a pre-built DLL in the near future.\n\nTODO support windows with a pre-built DLL\n\n## Testing\n\n- To run tests:\n```\n$ prove -ve \"perl6 -Ilib\"\n```\n\n- To run all tests including author tests (Please make sure\n[Test::Meta](https://github.com/jonathanstowe/Test-META) is installed):\n```\n$ zef install Test::META\n$ AUTHOR_TESTING=1 prove -e \"perl6 -Ilib\"\n```\n\n## See Also\n\n- [Data::MessagePack](https://github.com/pierre-vigier/Perl6-Data-MessagePack/)\n\n    Most of the excellent tests here are based of the work of\n    [Pierre Vigier](https://github.com/pierre-vigier/).\n    Thanks for creating an excellent pure Perl 6 reference implementation.\n\n## Author\n\nAhmad M. Zawawi, [azawawi](https://github.com/azawawi/) on #perl6\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazawawi%2Fperl6-msgpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazawawi%2Fperl6-msgpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazawawi%2Fperl6-msgpack/lists"}