{"id":13508971,"url":"https://github.com/lexmag/msgpax","last_synced_at":"2025-05-15T15:07:27.378Z","repository":{"id":52049393,"uuid":"12686119","full_name":"lexmag/msgpax","owner":"lexmag","description":"High-performance and comprehensive MessagePack implementation for Elixir / msgpack.org[Elixir]","archived":false,"fork":false,"pushed_at":"2023-08-25T21:55:15.000Z","size":191,"stargazers_count":291,"open_issues_count":8,"forks_count":36,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-03T01:45:41.340Z","etag":null,"topics":["elixir","msgpack"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/msgpax","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lexmag.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2013-09-08T19:23:36.000Z","updated_at":"2025-03-06T07:55:59.000Z","dependencies_parsed_at":"2024-01-08T19:22:17.652Z","dependency_job_id":null,"html_url":"https://github.com/lexmag/msgpax","commit_stats":{"total_commits":186,"total_committers":15,"mean_commits":12.4,"dds":"0.27419354838709675","last_synced_commit":"b2a40ef0ecea772d085c7793ed20c6799b7d31be"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexmag%2Fmsgpax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexmag%2Fmsgpax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexmag%2Fmsgpax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexmag%2Fmsgpax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexmag","download_url":"https://codeload.github.com/lexmag/msgpax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254042849,"owners_count":22004907,"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":["elixir","msgpack"],"created_at":"2024-08-01T02:01:01.180Z","updated_at":"2025-05-15T15:07:22.369Z","avatar_url":"https://github.com/lexmag.png","language":"Elixir","readme":"# Msgpax\n\n![CI Status](https://github.com/lexmag/msgpax/workflows/CI/badge.svg)\n[![Hex Version](https://img.shields.io/hexpm/v/msgpax.svg)](https://hex.pm/packages/msgpax)\n\nMsgpax is a high-performance and comprehensive library for serializing and deserializing Elixir terms using the [MessagePack](http://msgpack.org/) format.\n\n[Documentation is available online][docs].\n\n## Features\n\n* Packing and unpacking Elixir terms via [`Msgpax.pack/1`][docs-msgpax-pack-1] and [`Msgpax.unpack/1`][docs-msgpax-unpack-1] (and their bang! variants).\n* Unpacking of partial slices of MessagePack-encoded terms via [`Msgpax.unpack_slice/1`][docs-msgpax-unpack_slice-1].\n* Support for \"Binary\" and \"Extension\" MessagePack types via [`Msgpax.Bin`][docs-msgpax-bin] and [`Msgpax.Ext`][docs-msgpax-ext], respectively.\n* Protocol-based packing through the [`Msgpax.Packer`][docs-msgpax-packer] protocol, that can be derived for user-defined structs.\n* A Plug parser ([`Msgpax.PlugParser`][docs-msgpax-plug-parser]) to parse requests with MessagePack-encoded bodies.\n* Support for MessagePack data fragment manipulation.\n\nA detailed table that shows the relationship between Elixir types and MessagePack types can be found in the [documentation for the `Msgpax` module][docs-msgpax].\n\n## Installation\n\nAdd `:msgpax` as a dependency in your `mix.exs` file:\n\n```elixir\ndef deps do\n  [{:msgpax, \"~\u003e 2.0\"}]\nend\n```\n\nThen, run `mix deps.get` in your shell to fetch the new dependency.\n\n## License\n\nMsgpax is released under [the ISC license](LICENSE).\n\n\n[docs]: http://hexdocs.pm/msgpax\n[docs-msgpax]: https://hexdocs.pm/msgpax/Msgpax.html\n[docs-msgpax-pack-1]: http://hexdocs.pm/msgpax/Msgpax.html#pack/1\n[docs-msgpax-unpack-1]: http://hexdocs.pm/msgpax/Msgpax.html#unpack/1\n[docs-msgpax-unpack_slice-1]: http://hexdocs.pm/msgpax/Msgpax.html#unpack_slice/1\n[docs-msgpax-packer]: http://hexdocs.pm/msgpax/Msgpax.Packer.html\n[docs-msgpax-bin]: http://hexdocs.pm/msgpax/Msgpax.Bin.html\n[docs-msgpax-ext]: http://hexdocs.pm/msgpax/Msgpax.Ext.html\n[docs-msgpax-plug-parser]: http://hexdocs.pm/msgpax/Msgpax.PlugParser.html\n","funding_links":[],"categories":["Protocols","Elixir"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexmag%2Fmsgpax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexmag%2Fmsgpax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexmag%2Fmsgpax/lists"}