{"id":15266392,"url":"https://github.com/zmactep/packstream","last_synced_at":"2026-02-07T08:03:24.219Z","repository":{"id":56874368,"uuid":"370813509","full_name":"zmactep/packstream","owner":"zmactep","description":"PackStream converter for Neo4j BOLT protocol","archived":false,"fork":false,"pushed_at":"2021-05-27T07:56:36.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T16:55:06.593Z","etag":null,"topics":["hackage","haskell","neo4j"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmactep.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":"2021-05-25T20:00:10.000Z","updated_at":"2021-05-28T07:31:56.000Z","dependencies_parsed_at":"2022-08-20T22:30:36.970Z","dependency_job_id":null,"html_url":"https://github.com/zmactep/packstream","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zmactep/packstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmactep%2Fpackstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmactep%2Fpackstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmactep%2Fpackstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmactep%2Fpackstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmactep","download_url":"https://codeload.github.com/zmactep/packstream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmactep%2Fpackstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29189675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"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":["hackage","haskell","neo4j"],"created_at":"2024-09-30T05:08:55.084Z","updated_at":"2026-02-07T08:03:24.205Z","avatar_url":"https://github.com/zmactep.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# packstream\n\n[![Travis](https://img.shields.io/travis/com/zmactep/packstream)](https://travis-ci.com/zmactep/packstream)\n[![GitHub Build](https://github.com/zmactep/packstream/workflows/8.10.1/badge.svg)](https://github.com/zmactep/packstream/actions?query=workflow%3A%228.10.1%22)\n[![GitHub Build](https://github.com/zmactep/packstream/workflows/8.8.3/badge.svg)](https://github.com/zmactep/packstream/actions?query=workflow%3A%228.8.3%22)\n[![GitHub Build](https://github.com/zmactep/packstream/workflows/8.6.5/badge.svg)](https://github.com/zmactep/packstream/actions?query=workflow%3A%228.6.5%22)\n[![GitHub Build](https://github.com/zmactep/packstream/workflows/8.0.2/badge.svg)](https://github.com/zmactep/packstream/actions?query=workflow%3A%228.0.2%22)\n[![hackage](https://img.shields.io/hackage/v/packstream.svg)](https://hackage.haskell.org/package/packstream)\n[![hackage-deps](https://img.shields.io/hackage-deps/v/packstream.svg)](https://hackage.haskell.org/package/packstream)\n\nPackStream converter for Neo4j BOLT protocol\n\nDocumentation\n-------------\n\nTo build Haddock documentation run:\n```bash\n$ stack haddock\n```\n\nUsage example\n-------------\n\n```haskell\nghci\u003e :set -XOverloadedStrings\nghci\u003e import Data.ByteString\nghci\u003e import Data.PackStream\nghci\u003e import Data.PackStream.Internal.Hex\nghci\u003e hex (pack 100500)\n\"CA00018894\"\nghci\u003e hex (pack [True, False, True])\n\"93C3C2C3\"\nghci\u003e bs \u003c- unhex \"93C3C2C3\" :: IO ByteString\nghci\u003e unpack bs :: IO [Bool]\n[True, False, True]\nghci\u003e unpack bs :: IO [Value]\n[B True, B False, B True]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmactep%2Fpackstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmactep%2Fpackstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmactep%2Fpackstream/lists"}