mirror of https://github.com/vacp2p/nim-ngtcp2.git
01eda24799 | ||
---|---|---|
.github/workflows | ||
build/lib/includes/ngtcp2 | ||
ngtcp2 | ||
sources@d234d50c38 | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.tool-versions | ||
Readme.md | ||
build.sh | ||
ngtcp2.nim | ||
ngtcp2.nimble | ||
prelude.nim |
Readme.md
ngtcp2 for Nim
Wrapper around the ngtcp2 C library for Nim.
Updating to a newer version
Follow these steps when updating the wrapper to a newer version of ngtcp2:
- update the git submodule in
sources/
to point to the new version - run
build.sh
(requires Nim and CMake to be installed) - commit the changes