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