mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-11 03:39:31 +00:00
Initial Commit
This commit is contained in:
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# all executables
|
||||
*
|
||||
!*/
|
||||
!*.*
|
||||
*.exe
|
||||
|
||||
# Wildcard patterns.
|
||||
*.swp
|
||||
nimcache
|
||||
9
are.nimble
Normal file
9
are.nimble
Normal 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"
|
||||
Reference in New Issue
Block a user