Files
nim-ngtcp2/ngtcp2.nimble
diegomrsantos 024ce6202c chore: upgrade ngtcp2 to 1.6.0 (#6)
Upgrades ngtcp2 to 1.6.0 with all the necessary fixes.
2024-08-16 13:35:36 +02:00

10 lines
250 B
Nim

packageName = "ngtcp2"
version = "0.33.0"
author = "Status Research & Development GmbH"
description = "Nim wrapper around the ngtcp2 library"
license = "MIT"
installDirs = @["sources", "build"]
installFiles = @["ngtcp2.nim"]
requires "nim >= 1.6.0"