Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 879 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 879 Bytes

ngtcp2 for Nim

License: MIT License: Apache Github action

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