aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5a0b014..bf6572e 100644
--- a/packages.json
+++ b/packages.json
@@ -3356,5 +3356,21 @@
"description": "Nim library for parsing PLS, M3U, and XSPF playlist files",
"license": "MIT",
"web": "https://github.com/achesak/nim-playlists"
+ },
+ {
+ "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"
}
]