Initial Commit

This commit is contained in:
Flaviu Tamas
2015-01-07 17:48:43 -05:00
commit b22a3e8237
2 changed files with 18 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# all executables
*
!*/
!*.*
*.exe
# Wildcard patterns.
*.swp
nimcache

9
are.nimble Normal file
View File

@@ -0,0 +1,9 @@
[Package]
name = "are"
version = "0.1.0"
description = "Yet another PCRE library"
license = "MIT"
srcDir = "src"
[Deps]
Requires: "nim >= 0.10.1"