4 "summary": "PackStream implementation in Swift",
5 "description": "PackStream is a binary message format very similar to [MessagePack](http://msgpack.org). It can be used stand-alone, but it has been built as a message format for use in the Bolt protocol to communicate between the Neo4j server and its clients.\n\nThis implementation is written in Swift, primarily as a dependency for the Swift Bolt implementation. That implementation will in turn provide Theo, the Neo4j Swift driver, with Bolt support.",
6 "homepage": "https://github.com/neo4j-swift/PackStream-Swift",
8 "Niklas Saers": "niklas@saers.com"
10 "social_media_url": "http://twitter.com/niklassaers",
22 "git": "https://github.com/neo4j-swift/PackStream-Swift.git",
25 "source_files": "Sources/PackStream",
26 "swift_versions": "5.0"