Merge branch 'add-daemonize0820' of https://github.com/rgv151/packages into rgv151-add-daemonize0820

Conflicts:
	packages.json
This commit is contained in:
Dominik Picheta 2015-10-06 11:28:42 +01:00
commit f4831c3218

View File

@ -3357,7 +3357,7 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nim-playlists" "web": "https://github.com/achesak/nim-playlists"
}, },
{ {
"name": "seqmath", "name": "seqmath",
"url": "https://github.com/jlp765/seqmath", "url": "https://github.com/jlp765/seqmath",
"method": "git", "method": "git",
@ -3375,5 +3375,22 @@
"description": "Nim math library for sequences and nested sequences (extends math library)", "description": "Nim math library for sequences and nested sequences (extends math library)",
"license": "MIT", "license": "MIT",
"web": "https://github.com/jlp765/seqmath" "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"
} }
] ]