Files
nim-ngtcp2/ngtcp2.nimble
2025-09-03 16:09:11 -04:00

10 lines
247 B
Nim

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