ngtcp2 wrapper for Nim
Go to file
Mark Spanbroek 01eda24799 Import sockets code instead of copying it 2020-09-10 17:22:27 +02:00
.github/workflows Checkout submodules in CI 2020-09-08 10:57:14 +02:00
build/lib/includes/ngtcp2 Add generated files 2020-09-08 10:57:14 +02:00
ngtcp2 Import sockets code instead of copying it 2020-09-10 17:22:27 +02:00
sources@d234d50c38 Add ngtcp2 as a git submodule 2020-09-08 10:57:14 +02:00
tests Import sockets code instead of copying it 2020-09-10 17:22:27 +02:00
.editorconfig Initial version of ngtcp2 wrapper 2020-09-07 14:06:44 +02:00
.gitignore Ensure that nimble installs sources/ and build/ folders 2020-09-08 10:57:14 +02:00
.gitmodules Add ngtcp2 as a git submodule 2020-09-08 10:57:14 +02:00
.tool-versions Initial version of ngtcp2 wrapper 2020-09-07 14:06:44 +02:00
Readme.md Added instructions on updating to a newer version of ngtcp2 2020-09-08 10:57:14 +02:00
build.sh Import sockets code instead of copying it 2020-09-10 17:22:27 +02:00
ngtcp2.nim Import sockets code instead of copying it 2020-09-10 17:22:27 +02:00
ngtcp2.nimble Import sockets code instead of copying it 2020-09-10 17:22:27 +02:00
prelude.nim Import sockets code instead of copying it 2020-09-10 17:22:27 +02:00

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:

  1. update the git submodule in sources/ to point to the new version
  2. run build.sh (requires Nim and CMake to be installed)
  3. commit the changes