aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralaviss <alaviss@users.noreply.github.com>2019-06-27 14:57:25 +0700
committerMiran <narimiran@disroot.org>2019-06-27 09:57:25 +0200
commit133b645f28d6ec4f4d236903251af008c33b3d10 (patch)
tree1e097911d0478675f95bc6592abfde4268546980
parente16d413c57e115aa4b8febd2824b7d6ef6a91970 (diff)
downloadpackages-133b645f28d6ec4f4d236903251af008c33b3d10.tar.gz
packages-133b645f28d6ec4f4d236903251af008c33b3d10.zip
Added package kmod (#1103)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index b53781a..32aa1e3 100644
--- a/packages.json
+++ b/packages.json
@@ -13591,5 +13591,17 @@
"description": "Rain simulation in your terminal",
"license": "MIT",
"web": "https://github.com/OHermesJunior/rain.nim"
+ },
+ {
+ "name": "kmod",
+ "url": "https://github.com/alaviss/kmod",
+ "method": "git",
+ "tags": [
+ "kmod",
+ "wrapper"
+ ],
+ "description": "High-level wrapper for Linux's kmod library",
+ "license": "ISC",
+ "web": "https://github.com/alaviss/kmod"
}
]