ngtcp2 wrapper for Nim
Go to file
diegomrsantos 6834f4756b
chore: add nim 2 to ci (#8)
* add nim 2 to ci

* fix trigger

* remove ConvFromXtoItselfNotNeeded
2024-09-03 16:14:25 +02:00
.github/workflows chore: add nim 2 to ci (#8) 2024-09-03 16:14:25 +02:00
build/lib/includes/ngtcp2 chore: upgrade ngtcp2 to 1.6.0 (#6) 2024-08-16 13:35:36 +02:00
sources@5f8bd54ad7 chore: upgrade ngtcp2 to 1.6.0 (#6) 2024-08-16 13:35:36 +02:00
tests chore: upgrade ngtcp2 to 1.6.0 (#6) 2024-08-16 13:35:36 +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 chore: upgrade ngtcp2 to 1.6.0 (#6) 2024-08-16 13:35:36 +02:00
Readme.md Version 0.32.0 2020-11-09 16:08:34 +01:00
build.sh chore: upgrade ngtcp2 to 1.6.0 (#6) 2024-08-16 13:35:36 +02:00
config.nims Style check fixes (#5) 2022-08-26 12:03:55 +02:00
ngtcp2.nim chore: add nim 2 to ci (#8) 2024-09-03 16:14:25 +02:00
ngtcp2.nimble change version to 0.34.0 (#7) 2024-08-16 13:49:03 +02:00
prelude.nim chore: upgrade ngtcp2 to 1.6.0 (#6) 2024-08-16 13:35:36 +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