Files
nim-ngtcp2/ngtcp2.nimble
2025-02-28 14:22:43 -04:00

10 lines
247 B
Nim

packageName = "ngtcp2"
version = "0.34.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"