ngtcp2 wrapper for Nim
Go to file
Mark Spanbroek 211c6fb17c Add unit test 2020-09-08 10:57:14 +02:00
.github/workflows Add continuous integration with Github actions 2020-09-07 14:09:17 +02:00
sources@d234d50c38 Add ngtcp2 as a git submodule 2020-09-08 10:57:14 +02:00
tests Add unit test 2020-09-08 10:57:14 +02:00
.editorconfig Initial version of ngtcp2 wrapper 2020-09-07 14:06:44 +02:00
.gitignore Add build script that converts C headers to a single nim source 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 Add build script that converts C headers to a single nim source 2020-09-08 10:57:14 +02:00
build.sh Add build script that converts C headers to a single nim source 2020-09-08 10:57:14 +02:00
ngtcp2.nim Ensure static linking of the ngtcp2 library 2020-09-07 16:14:35 +02:00
ngtcp2.nimble Add build script that converts C headers to a single nim source 2020-09-08 10:57:14 +02:00
sockets.nim Add build script that converts C headers to a single nim source 2020-09-08 10:57:14 +02:00

Readme.md

ngtcp2 for Nim

Wrapper around the ngtcp2 C library for Nim.