{"id":19475384,"url":"https://github.com/erdian718/lmodmsgpack","last_synced_at":"2026-05-17T15:09:11.552Z","repository":{"id":57502814,"uuid":"187438852","full_name":"erdian718/lmodmsgpack","owner":"erdian718","description":"MessagePack for Lua.","archived":false,"fork":false,"pushed_at":"2019-06-08T06:11:16.000Z","size":25,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-14T20:39:19.490Z","etag":null,"topics":["go","lua","messagepack","msgpack"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erdian718.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-19T05:46:37.000Z","updated_at":"2019-06-08T06:11:18.000Z","dependencies_parsed_at":"2022-08-31T08:01:47.997Z","dependency_job_id":null,"html_url":"https://github.com/erdian718/lmodmsgpack","commit_stats":null,"previous_names":["ofunc/lmodmsgpack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erdian718/lmodmsgpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdian718%2Flmodmsgpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdian718%2Flmodmsgpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdian718%2Flmodmsgpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdian718%2Flmodmsgpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erdian718","download_url":"https://codeload.github.com/erdian718/lmodmsgpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdian718%2Flmodmsgpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33143276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["go","lua","messagepack","msgpack"],"created_at":"2024-11-10T19:32:18.948Z","updated_at":"2026-05-17T15:09:11.520Z","avatar_url":"https://github.com/erdian718.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lmodmsgpack\n\nMessagePack for [Lua](https://github.com/ofunc/lua).\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"ofunc/lmodmsgpack\"\n\t\"ofunc/lua/util\"\n)\n\nfunc main() {\n\tl := util.NewState()\n\tl.Preload(\"msgpack\", lmodmsgpack.Open)\n\tutil.Run(l, \"main.lua\")\n}\n```\n\n```lua\nlocal msgpack = require 'msgpack'\n\nlocal x = msgpack.encode(v)\nlocal y = msgpack.decode(x)\n```\n\n## Dependencies\n\n* [ofunc/lua](https://github.com/ofunc/lua)\n\n## Documentation\n\n### msgpack.encode([w, ]v1[, v2, ...])\n\nEncodes the values.\nIf writer `w` is provided, the encoded data will be writed to `w`.\nOtherwise, the encoded data will be returned.\n\n### msgpack.decode(x[, i])\n\nDecodes the fisrt value.\n`x` can be a reader or a string.\n`i` is the start position of the string, default value is `1`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdian718%2Flmodmsgpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferdian718%2Flmodmsgpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdian718%2Flmodmsgpack/lists"}