From 25ce2629adc0a33fed7bdab71204c288841a7adf Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 12 Mar 2015 23:46:36 +0000 Subject: [PATCH] Added osinfo --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index ee96037..f377e31 100644 --- a/packages.json +++ b/packages.json @@ -1290,5 +1290,14 @@ "description": "A MessagePack binding for Nim", "license": "MIT", "web": "https://github.com/akiradeveloper/msgpack-nim" + }, + { + "name": "osinfo", + "url": "https://github.com/nim-lang/osinfo.git", + "method": "git", + "tags": ["os", "library", "info"], + "description": "Modules providing information about the OS.", + "license": "MIT", + "web": "https://github.com/nim-lang/osinfo" } ]