{"id":16348853,"url":"https://github.com/mstksg/tagged-binary","last_synced_at":"2025-10-10T11:05:32.373Z","repository":{"id":14933081,"uuid":"17657545","full_name":"mstksg/tagged-binary","owner":"mstksg","description":"Provides tools for serializing data tagged with type information","archived":false,"fork":false,"pushed_at":"2019-06-28T22:57:56.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T09:33:40.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"crazycodeboy/GitHubPopular","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mstksg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-03-12T06:28:35.000Z","updated_at":"2019-12-05T06:33:17.000Z","dependencies_parsed_at":"2022-09-02T03:21:28.875Z","dependency_job_id":null,"html_url":"https://github.com/mstksg/tagged-binary","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstksg%2Ftagged-binary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstksg%2Ftagged-binary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstksg%2Ftagged-binary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstksg%2Ftagged-binary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mstksg","download_url":"https://codeload.github.com/mstksg/tagged-binary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239576780,"owners_count":19662114,"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","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-10-11T00:55:24.410Z","updated_at":"2025-10-10T11:05:27.330Z","avatar_url":"https://github.com/mstksg.png","language":"Haskell","readme":"tagged-binary\n=============\n\n[![tagged-binary on\nHackage](https://img.shields.io/hackage/v/tagged-binary.svg?maxAge=2592000)](https://hackage.haskell.org/package/tagged-binary)\n[![tagged-binary on Stackage LTS](http://stackage.org/package/tagged-binary/badge/lts)](http://stackage.org/lts/package/tagged-binary)\n[![tagged-binary on Stackage Nightly](http://stackage.org/package/tagged-binary/badge/nightly)](http://stackage.org/nightly/package/tagged-binary)\n[![Build Status](https://travis-ci.org/mstksg/tagged-binary.svg?branch=master)](https://travis-ci.org/mstksg/tagged-binary)\n\nVery minimal (Haskell) library providing tools for serializing and decoding data into\n`ByteString` tagged with information about its type, inspired by Cloud Haskell\nand distributed-process.\n\nIntended for use by libraries and frameworks in distributed contexts, such as\ndistributed computation between native servers and communication between\nnative servers and ghcjs/various front-ends, for behavior similar to the\npolymorphic communication channels of Cloud Haskell and distributed-process;\nservers can send tagged data, and clients can choose to selectively accept,\nignore or queue incoming messages depending on their types.\n\nFor basic encoding and decoding, only `Data.Binary.Tagged` should be\nnecessary.  `Data.Binary.Tagged.Internal` is exported in case you need it.\n\nQuick example\n-------------\n\n    \u003e let x = encodeTagged (1 :: Int)\n    \u003e decodeTagged x :: Maybe Bool\n    Nothing\n    \u003e decodeTagged x :: Maybe Int\n    Just 1\n\nCopyright\n---------\n\nCopyright (c) 2015 Justin Le\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstksg%2Ftagged-binary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmstksg%2Ftagged-binary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstksg%2Ftagged-binary/lists"}