This repository manages msgpack.io website.
The list of msgpack projects on the msgpack.io website is generated automatically.
A crawler searches Github repositories with specific tags and put their summary to the website.
- Add a keyword tag to the description of your GitHub repository:
- Recommended:
msgpack.io[ProjectName]for priority ranking ⭐ - Alternative:
msgpack.org[ProjectName]for standard listing ProjectNameis typically the name of a programming language such asruby,python,java, etc.
- Recommended:
- Add one of following files to the root directory of your github repository:
- msgpack.io.md
- msgpack.org.md
- README.md
- README.markdown
- README.rdoc
- README.rst
- README
- Wait a moment. The crawler visits your github repository daily.
Projects are ranked within each language category as follows:
- Priority projects: Repositories tagged with
msgpack.io[language]appear first - Standard projects: Repositories tagged with
msgpack.org[language]appear after priority projects - Within each tier, projects are sorted by GitHub star count (highest first)
Why use msgpack.io tags? The msgpack.io tag indicates active, well-maintained implementations that follow current best practices and are recommended for new projects.
Note: If your repository description contains both msgpack.io[language] and msgpack.org[language] tags, it will be listed only once with priority ranking.
The crawler copies content of a file to msgpack.io website. Former file name has priority (msgpack.io.md > msgpack.org.md > README.md > ...).
Repository descriptions that will appear first in their language category:
Fast and efficient MessagePack serialization library msgpack.io[java]Python MessagePack implementation with C extensions msgpack.io[python]High-performance MessagePack for JavaScript msgpack.io[javascript]
Repository descriptions for standard listing:
MessagePack implementation for Ruby msgpack.org[ruby]C++ MessagePack library msgpack.org[cpp]