From bef7049275063df35dae0a9cdedf285479ce577d Mon Sep 17 00:00:00 2001 From: Miran Date: Sat, 12 Jan 2019 17:53:26 +0100 Subject: [PATCH] add remaining graveyard packages (#987) --- packages.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/packages.json b/packages.json index 9b5dcee..4c09bd3 100644 --- a/packages.json +++ b/packages.json @@ -12374,6 +12374,45 @@ "license": "MIT", "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",