mirror of https://github.com/vacp2p/nim-ngtcp2.git
475 B
475 B
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) - update the version in
ngtcp2.nimble
- commit the changes