diff options
| author | Miran <narimiran@disroot.org> | 2019-01-12 17:53:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-12 17:53:26 +0100 |
| commit | bef7049275063df35dae0a9cdedf285479ce577d (patch) | |
| tree | 98f46ff8d649906c4b009e0ee960fee1627dcbc1 | |
| parent | 08962ed96e7eb697fd0f3893beb9910b11dea4da (diff) | |
| download | packages-bef7049275063df35dae0a9cdedf285479ce577d.tar.gz packages-bef7049275063df35dae0a9cdedf285479ce577d.zip | |
add remaining graveyard packages (#987)
| -rw-r--r-- | packages.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 9b5dcee..4c09bd3 100644 --- a/packages.json +++ b/packages.json @@ -12375,6 +12375,45 @@ "web": "https://github.com/nim-lang/graveyard/tree/master/subexes" }, { + "name": "complex", + "url": "https://github.com/nim-lang/graveyard?subdir=complex", + "method": "git", + "tags": [ + "graveyard", + "complex", + "math" + ], + "description": "The ex-stdlib module complex.", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/complex" + }, + { + "name": "fsmonitor", + "url": "https://github.com/nim-lang/graveyard?subdir=fsmonitor", + "method": "git", + "tags": [ + "graveyard", + "fsmonitor", + "asyncio" + ], + "description": "The ex-stdlib module fsmonitor.", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/fsmonitor" + }, + { + "name": "cookies", + "url": "https://github.com/nim-lang/graveyard?subdir=cookies", + "method": "git", + "tags": [ + "graveyard", + "cookies", + "parsing" + ], + "description": "Helper procs for parsing cookies", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/cookies" + }, + { "name": "scgi", "url": "https://github.com/nim-lang/graveyard?subdir=scgi", "method": "git", |
