diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-10-06 11:28:42 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-10-06 11:28:42 +0100 |
| commit | f4831c3218b494605b71c74da366e522935e2215 (patch) | |
| tree | 2887df1b9d9634c54d25fb879af0192a5e973f33 | |
| parent | 979fbf8a6bb711b90ab96f1a3aeff1a4f7584098 (diff) | |
| parent | 8e77913d739f086795235125840e970e0f5b8570 (diff) | |
| download | packages-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.json | 19 |
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" + } ] |
