{"id":15490740,"url":"https://github.com/theodesp/binpack","last_synced_at":"2025-07-24T13:34:11.221Z","repository":{"id":57552151,"uuid":"173820582","full_name":"theodesp/binpack","owner":"theodesp","description":"Binpack encoding in Golang","archived":false,"fork":false,"pushed_at":"2019-03-14T08:27:20.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T16:34:07.991Z","etag":null,"topics":["binpack","encoding","golang","golang-library","serialization"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theodesp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-04T20:59:58.000Z","updated_at":"2019-03-14T08:27:22.000Z","dependencies_parsed_at":"2022-09-26T18:50:35.422Z","dependency_job_id":null,"html_url":"https://github.com/theodesp/binpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theodesp/binpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbinpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbinpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbinpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbinpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodesp","download_url":"https://codeload.github.com/theodesp/binpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbinpack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266850977,"owners_count":23995190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["binpack","encoding","golang","golang-library","serialization"],"created_at":"2024-10-02T07:23:34.207Z","updated_at":"2025-07-24T13:34:11.197Z","avatar_url":"https://github.com/theodesp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/theodesp/binpack.svg)](https://travis-ci.org/theodesp/binpack)\n[![GoDoc](https://godoc.org/github.com/theodesp/binpack?status.svg)](https://godoc.org/github.com/theodesp/binpack)\n[![Go Report Card](https://goreportcard.com/badge/github.com/theodesp/binpack)](https://goreportcard.com/badge/github.com/theodesp/binpack)\n[![codecov.io](https://codecov.io/github/theodesp/binpack/branch/master/graph/badge.svg)](https://codecov.io/github/theodesp/binpack)\n[![GolangCI](https://golangci.com/badges/github.com/golangci/golangci-lint.svg)](https://golangci.com/r/github.com/theodesp/binpack)\n[![CodeFactor](https://www.codefactor.io/repository/github/theodesp/binpack/badge)](https://www.codefactor.io/repository/github/theodesp/binpack)\n[![AppVeyor](https://ci.appveyor.com/api/projects/status/0wdydpxh3o74vc9t?svg=true)](https://ci.appveyor.com/api/projects/status/0wdydpxh3o74vc9t?svg=true)\n\n# Binpack Encoding for Golang\n\n**binpack** is a library implementing [encoding/binpack](http://binpack.liaohuqiu.net/). Which is a \nbinary serialize format, it is json like, but smaller and faster.\n\n## Install\n\n    go get github.com/theodesp/binpack\n\n## Documentation and Examples\n\nVisit [godoc](http://godoc.org/github.com/theodesp/binpack) for general examples and public api reference.\nSee **.travis.yml** for supported **go** versions.\n\n\nSee implementation examples:\n\n\n## Supported Types\n\n- [x] string\n- [x] []byte\n- [x] []uint8\n- [x] float32\n- [x] float64\n- [x] bool\n- [x] nil\n- [x] basic slices ([]string, []int, ...)\n- [x] basic arrays ([n]string, [n]int, ...)\n- [x] basic maps\n- [x] ints\n- [x] uints\n\n\n## Run tests\n\n    go test -race\n    \n## Contributions\n\nSee our [Contributing](./CONTRIBUTING.md) guide. This project uses [allcontributors](https://allcontributors.org/).\n\n## License\n\nThe [Apache](https://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fbinpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodesp%2Fbinpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fbinpack/lists"}