msgpack
brew install msgpack
v7.0.1
BSL-1.0
C library implementing MessagePack, a binary serialization format for efficient data interchange.
Why you might care
MessagePack is more compact and faster than JSON/XML for serializing structured data, making it ideal for network protocols, inter-process communication, and storage. It's language-agnostic with bindings across many ecosystems, and this C library is the reference implementation used as a build dependency by other formulae.
5.2k
30-day installs · #569
8.4k
90-day · #880
21.7k
365-day · #1024
Build dependencies
Links
- https://msgpack.org/
- Brew formula source: Formula/m/msgpack.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [
"msgpack-c"
],
"alternatives": [
"Protocol Buffers",
"CBOR",
"JSON",
"Apache Avro"
],
"build_dependencies": [
"cmake"
],
"categories": [
"library",
"serialization",
"data-interchange"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Library for a binary-based efficient data interchange format",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:57+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "msgpack",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://msgpack.org/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "MessagePack: It\u0027s like JSON. but fast and small.",
"installs_30d": 5238,
"installs_365d": 21722,
"installs_90d": 8416,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSL-1.0",
"llm_generated_at": "2026-06-20T23:45:40+00:00",
"llm_model": "claude-haiku-4-5",
"name": "msgpack",
"oldnames": [],
"one_liner": "C library implementing MessagePack, a binary serialization format for efficient data interchange.",
"optional_dependencies": [],
"rank_30d": 569,
"rank_365d": 1024,
"rank_90d": 880,
"raw_hash": "df1a6dd20d0a1041",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/m/msgpack.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "7.0.1",
"versioned_formulae": [],
"why_use_this": "MessagePack is more compact and faster than JSON/XML for serializing structured data, making it ideal for network protocols, inter-process communication, and storage. It\u0027s language-agnostic with bindings across many ecosystems, and this C library is the reference implementation used as a build dependency by other formulae."
}