aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-07-18 21:43:53 +0100
committerGitHub <noreply@github.com>2018-07-18 21:43:53 +0100
commit128f0bcb5df119f7e23f62a87ac66e6722578d05 (patch)
tree53f9097b4c8521dea3007cf3bddabc58662ca142
parentdc5f360d45c3f3dde23a2386d5a608978de2885c (diff)
parentd175172e3e24590d960d291c04c307d299dbb56f (diff)
downloadpackages-128f0bcb5df119f7e23f62a87ac66e6722578d05.tar.gz
packages-128f0bcb5df119f7e23f62a87ac66e6722578d05.zip
Merge pull request #802 from ba0f3/add-timecop1731
Add package timecop
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a9ec1f5..558da9a 100644
--- a/packages.json
+++ b/packages.json
@@ -10012,5 +10012,18 @@
"description": "subhook wrapper",
"license": "BSD2",
"web": "https://github.com/ba0f3/subhook.nim"
+ },
+ {
+ "name": "timecop",
+ "url": "https://github.com/ba0f3/timecop.nim",
+ "method": "git",
+ "tags": [
+ "time",
+ "travel",
+ "timecop"
+ ],
+ "description": "Time travelling for Nim",
+ "license": "MIT",
+ "web": "https://github.com/ba0f3/timecop.nim"
}
]