aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-03-12 23:46:36 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-03-12 23:46:36 +0000
commit25ce2629adc0a33fed7bdab71204c288841a7adf (patch)
tree893eaf6b90a3fd34ff7c4f09434b4c89fdbcd9eb
parent59cba7fadd0f70c62168b424eb69c722de146622 (diff)
downloadpackages-25ce2629adc0a33fed7bdab71204c288841a7adf.tar.gz
packages-25ce2629adc0a33fed7bdab71204c288841a7adf.zip
Added osinfo
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
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"
}
]