diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-18 21:43:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-18 21:43:53 +0100 |
| commit | 128f0bcb5df119f7e23f62a87ac66e6722578d05 (patch) | |
| tree | 53f9097b4c8521dea3007cf3bddabc58662ca142 | |
| parent | dc5f360d45c3f3dde23a2386d5a608978de2885c (diff) | |
| parent | d175172e3e24590d960d291c04c307d299dbb56f (diff) | |
| download | packages-128f0bcb5df119f7e23f62a87ac66e6722578d05.tar.gz packages-128f0bcb5df119f7e23f62a87ac66e6722578d05.zip | |
Merge pull request #802 from ba0f3/add-timecop1731
Add package timecop
| -rw-r--r-- | packages.json | 13 |
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" } ] |
