This repository manages msgpack.org website.
The list of msgpack implementations on the msgpack.org website is generated automatically.
A crowler searches Github repositories to find specific repositories and put summary documents to the website.
- Add the keyword
msgpack.org[ProjctName]to description of your github repositoryProjectNameis typically programming language name such asruby
- Add one of following files to the root directory of your github repository:
- msgpack.org.md
- README.md
- README.markdown
- README.rdoc
- README.rst
- README
- Wait a moment. The crawler visits your github repository every hour.
- Your implementation will be listed to the website
The crowler copies content of a file to msgpack.org website. Former file name has priority (msgpack.org.md > README.md > ...).