mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
- Technically a breaking change, but I doubt anyone depends on a compile-time error for long ;)
12 lines
228 B
Nim
12 lines
228 B
Nim
[Package]
|
|
name = "nre"
|
|
author = "Flaviu Tamas"
|
|
version = "0.6.1"
|
|
description = "Yet another PCRE library"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
|
|
[Deps]
|
|
Requires: "nim >= 0.10.0"
|
|
Requires: "optional_t >= 1.2.0"
|