Skip to content

Commit 71aadc1

Browse files
authored
Add msgpack package (#92)
1 parent e433f8b commit 71aadc1

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

repository.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,44 @@
992992
}
993993
]
994994
},
995+
{
996+
"name": "msgpack",
997+
"description": "MessagePack is an efficient binary serialization format.",
998+
"author": "Inada Naoki",
999+
"issues": "https://github.com/msgpack/msgpack-python/issues",
1000+
"releases": [
1001+
{
1002+
"base": "https://pypi.org/project/msgpack",
1003+
"asset": "msgpack-*-cp${py_version}-cp${py_version}-manylinux*_aarch64.whl",
1004+
"platforms": ["linux-arm64"],
1005+
"python_versions": ["3.8", "3.13", "3.14"]
1006+
},
1007+
{
1008+
"base": "https://pypi.org/project/msgpack",
1009+
"asset": "msgpack-*-cp${py_version}-cp${py_version}-manylinux*_x86_64.whl",
1010+
"platforms": ["linux-x64"],
1011+
"python_versions": ["3.8", "3.13", "3.14"]
1012+
},
1013+
{
1014+
"base": "https://pypi.org/project/msgpack",
1015+
"asset": "msgpack-*-cp${py_version}-cp${py_version}-macosx_*_arm64.whl",
1016+
"platforms": ["osx-arm64"],
1017+
"python_versions": ["3.8", "3.13", "3.14"]
1018+
},
1019+
{
1020+
"base": "https://pypi.org/project/msgpack",
1021+
"asset": "msgpack-*-cp${py_version}-cp${py_version}-macosx_*_x86_64.whl",
1022+
"platforms": ["osx-x64"],
1023+
"python_versions": ["3.8", "3.13", "3.14"]
1024+
},
1025+
{
1026+
"base": "https://pypi.org/project/msgpack",
1027+
"asset": "msgpack-*-cp${py_version}-cp${py_version}-win_amd64.whl",
1028+
"platforms": ["windows-x64"],
1029+
"python_versions": ["3.8", "3.13", "3.14"]
1030+
}
1031+
]
1032+
},
9951033
{
9961034
"name": "natsort",
9971035
"description": "Simple yet flexible natural sorting in Python.",

0 commit comments

Comments
 (0)