Files
Nim/nre.nimble
Flaviu Tamas 7296c6d649 Add equality operator for RegexMatch and Regex
- Technically a breaking change, but I doubt anyone depends on a compile-time
  error for long ;)
2015-03-03 18:48:35 -05:00

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"