diff options
| author | alaviss <alaviss@users.noreply.github.com> | 2019-06-27 14:57:25 +0700 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-06-27 09:57:25 +0200 |
| commit | 133b645f28d6ec4f4d236903251af008c33b3d10 (patch) | |
| tree | 1e097911d0478675f95bc6592abfde4268546980 | |
| parent | e16d413c57e115aa4b8febd2824b7d6ef6a91970 (diff) | |
| download | packages-133b645f28d6ec4f4d236903251af008c33b3d10.tar.gz packages-133b645f28d6ec4f4d236903251af008c33b3d10.zip | |
Added package kmod (#1103)
| -rw-r--r-- | packages.json | 12 |
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" } ] |
