From 133b645f28d6ec4f4d236903251af008c33b3d10 Mon Sep 17 00:00:00 2001 From: alaviss Date: Thu, 27 Jun 2019 14:57:25 +0700 Subject: [PATCH] Added package kmod (#1103) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]