mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
12 lines
228 B
Nim
12 lines
228 B
Nim
[Package]
|
|
name = "nre"
|
|
author = "Flaviu Tamas"
|
|
version = "0.1.0"
|
|
description = "Yet another PCRE library"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
|
|
[Deps]
|
|
Requires: "nim >= 0.10.0"
|
|
Requires: "optional_t >= 1.1.0"
|