Cap'n Proto library and code generator for Go. Contribute to capnproto/go-capnp development by creating an account on GitHub.
For RPC support, seehttps://github.com/mirage/capnp-rpc. Design Notes The generated code follows the general Cap'n Proto convention of using the serialized message format as the in-memory data structure representation. This enables the "infinitely faster" performance characteristic, but it also me...
Name Last commit message Last commit date Latest commit kentonv Merge pull request#2122from capnproto/kenton/3ph-part4-cap-embargoes Mar 11, 2025 6369d4e·Mar 11, 2025 History 4,853 Commits .github/workflows [build] Update Bazel build ...
fileSize @4 (path :Text) -> (size: UInt64); read @5 (path :Text, startAt :UInt64, amount :UInt64) -> (data :Data); readAll @6 (path :Text) -> (data: Data); write @7 (path :Text, startAt :UInt64, data :Data); truncate @8 (path :Text, size :UInt64); } {% end...
📦 An official xmake package repository . Contribute to xmake-io/xmake-repo development by creating an account on GitHub.
You can start by copy-pasting the `features` from the `vkpkg.json` file in the [ports subdirectory](https://github.com/microsoft/vcpkg/tree/master/ports) of the vcpkg repository. To show an example, suppose TileDB started depending on package `foo`, that also exists in conda-forge. Thi...
git clone https://github.com/capnproto/ekam.git cd ekam make If successful, Ekam should have built itself, with the output binary at "bin/ekam". Yes, we use make in order to bootstrap Ekam, mostly just because it's slightly nicer than a shell script. ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
.github c++ doc _includes _layouts _plugins _posts go images javascripts news slides-2017.05.18 stylesheets README.md _config.yml _config_next.yml capnp-tool.md cxx.md cxxrpc.md encoding.md faq.md feed.xml index.md install.md language.md otherlang.md push-site.sh roadmap.md rpc.md ...
One day, we found that Clang 9 when running under GitHub # Actions was detected as *not* Clang. But if we ran it twice, it would succeed on the second # try. It turns out that under previous versions of Clang, the `__clang__` define was pretty...