mirror of
https://github.com/vacp2p/nim-ngtcp2.git
synced 2026-01-08 04:33:56 -05:00
10 lines
247 B
Nim
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"
|