{"id":22535871,"url":"https://github.com/ik5/fp-msgpack","last_synced_at":"2026-02-12T21:03:38.643Z","repository":{"id":4991311,"uuid":"6149433","full_name":"ik5/fp-msgpack","owner":"ik5","description":"Pure native Object Pascal implementation for msgpack","archived":false,"fork":false,"pushed_at":"2013-01-02T11:06:04.000Z","size":448,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-23T19:38:48.109Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Delphi","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ik5.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":"2012-10-09T23:24:32.000Z","updated_at":"2022-07-15T06:15:07.000Z","dependencies_parsed_at":"2022-09-12T05:50:13.165Z","dependency_job_id":null,"html_url":"https://github.com/ik5/fp-msgpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ik5/fp-msgpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Ffp-msgpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Ffp-msgpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Ffp-msgpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Ffp-msgpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ik5","download_url":"https://codeload.github.com/ik5/fp-msgpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Ffp-msgpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29381048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T20:34:40.886Z","status":"ssl_error","status_checked_at":"2026-02-12T20:23:00.490Z","response_time":55,"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":[],"created_at":"2024-12-07T10:08:49.402Z","updated_at":"2026-02-12T21:03:38.620Z","avatar_url":"https://github.com/ik5.png","language":"Delphi","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n[MessagePack](http://msgpack.org/) saves type-information to the serialized data. Thus each data is\nstored in **type-data** or **type-length-data** style.\n\nMessagePack supports following types:\n\n   * Fixed length types\n       - Integers\n       - nil\n       - boolean\n       - Floating point\n   * Variable length types\n       - Raw bytes\n   * Container types\n       - Arrays\n       - Maps\n\nEach type has one or more serialize format:\n\n   * Fixed length types\n       - Integers\n           + positive fixnum\n           + negative fixnum\n           + uint 8\n           + uint 16\n           + uint 32\n           + uint 64\n           + int 8\n           + int 16\n           + int 32\n           + int 64\n       - Nil\n           + nil\n       - Boolean\n           + true\n           + false\n       - Floating point\n           + float\n           + double\n   * Variable length types\n       - Raw bytes\n           + fix raw\n           + raw 16\n           + raw 32\n   * Container types\n       - Arrays\n           + fix array\n           + array 16\n           + array 32\n       - Maps\n           + fix map\n           + map 16\n           + map 32\n\nCurrent Implementation\n======================\nThe following code provides pure Object Pascal implementation of msgpack\naccording to [Format Specification](http://wiki.msgpack.org/display/MSGPACK/Format+specification) from Dec 31 2012.\n\nFiles\n-----\n * src/\n   - msgpack.pas    - basic implementation for packing and unpacking data\n   - msgpack_consts - constant information regarding the protocol\n   - msgpack_errors - a unit for error resourcestring holdings\n   - msgpack_bits   - a unit that does bit manipulation that does not exists on FPC by itself\n\n\n * tests/\n   - msgpack\\_testing.lpr - program that uses fpcunit\n   - convert\\_testcase.pas - unit test for msgpack.pas\n\n * examples/\n\n * docs/\n\n * license - The following library is using MIT license\n * README.md - this file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fik5%2Ffp-msgpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fik5%2Ffp-msgpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fik5%2Ffp-msgpack/lists"}