ngtcp2 wrapper for Nim
Go to file
Tanguy 688c94f5d5
fix ci
2022-08-26 11:15:57 +02:00
.github/workflows fix ci 2022-08-26 11:15:57 +02:00
build/lib/includes/ngtcp2 Add generated files 2020-09-08 10:57:14 +02:00
sources@0108324d98 Update to latest version of ngtcp2 2020-11-09 16:08:34 +01:00
tests Remove our custom sockaddr* objects 2020-10-08 15:56:41 +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 Version 0.32.0 2020-11-09 16:08:34 +01:00
build.sh Style check fixes 2022-08-26 11:08:47 +02:00
config.nims Style check fixes 2022-08-26 11:08:47 +02:00
ngtcp2.nim ngtcp2.nim generation 2022-08-26 11:09:21 +02:00
ngtcp2.nimble Style check fixes 2022-08-26 11:08:47 +02:00
prelude.nim Style check fixes 2022-08-26 11:08:47 +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. update the version in ngtcp2.nimble
  4. commit the changes