https://github.com/vacp2p/nim-ngtcp2
ngtcp2 wrapper for Nim
https://github.com/vacp2p/nim-ngtcp2
Last synced: about 2 months ago
JSON representation
ngtcp2 wrapper for Nim
- Host: GitHub
- URL: https://github.com/vacp2p/nim-ngtcp2
- Owner: vacp2p
- License: apache-2.0
- Created: 2020-09-07T12:19:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T20:36:14.000Z (2 months ago)
- Last Synced: 2025-03-24T21:33:42.011Z (2 months ago)
- Language: Nim
- Size: 472 KB
- Stars: 4
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHEv2
Awesome Lists containing this project
- awesome-nim - ngtcp2 - A wrapper around ngtcp2: an effort to implement IETF QUIC protocol. (Web / Protocols)
README
ngtcp2 for Nim
==============[](https://opensource.org/licenses/MIT)
[](https://opensource.org/licenses/Apache-2.0)
Wrapper around the [ngtcp2](https://github.com/ngtcp2/ngtcp2) C library for
[Nim](https://nim-lang.org/).Updating to a newer version
---------------------------Follow these steps when updating the wrapper to a newer version of ngtcp2:
- update the git submodule in `libs/` to point to the new version
- `git submodule update --init --recursive`
- run `build.sh` (requires Nim, CMake and clang to be installed)
- increase the `version` property in the `ngtcp2.nimble` file
- commit the changes