aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-10-06 11:28:42 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-10-06 11:28:42 +0100
commitf4831c3218b494605b71c74da366e522935e2215 (patch)
tree2887df1b9d9634c54d25fb879af0192a5e973f33
parent979fbf8a6bb711b90ab96f1a3aeff1a4f7584098 (diff)
parent8e77913d739f086795235125840e970e0f5b8570 (diff)
downloadpackages-f4831c3218b494605b71c74da366e522935e2215.tar.gz
packages-f4831c3218b494605b71c74da366e522935e2215.zip
Merge branch 'add-daemonize0820' of https://github.com/rgv151/packages into rgv151-add-daemonize0820
Conflicts: packages.json
-rw-r--r--packages.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 4a9b041..355c8dd 100644
--- a/packages.json
+++ b/packages.json
@@ -3357,7 +3357,7 @@
"license": "MIT",
"web": "https://github.com/achesak/nim-playlists"
},
- {
+ {
"name": "seqmath",
"url": "https://github.com/jlp765/seqmath",
"method": "git",
@@ -3375,5 +3375,22 @@
"description": "Nim math library for sequences and nested sequences (extends math library)",
"license": "MIT",
"web": "https://github.com/jlp765/seqmath"
+ },
+ {
+ "name": "daemonize",
+ "url": "https://github.com/rgv151/daemonize.nim",
+ "method": "git",
+ "tags": [
+ "daemonize",
+ "background",
+ "fork",
+ "unix",
+ "linux",
+ "process"
+ ],
+ "description": "This library makes your code run as a daemon process on Unix-like systems",
+ "license": "MIT",
+ "web": "https://github.com/rgv151/daemonize.nim"
+
}
]