mirror of
https://github.com/vacp2p/nim-ngtcp2.git
synced 2026-01-08 20:48:03 -05:00
10 lines
250 B
Nim
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"
|