diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-03-12 23:46:36 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-03-12 23:46:36 +0000 |
| commit | 25ce2629adc0a33fed7bdab71204c288841a7adf (patch) | |
| tree | 893eaf6b90a3fd34ff7c4f09434b4c89fdbcd9eb | |
| parent | 59cba7fadd0f70c62168b424eb69c722de146622 (diff) | |
| download | packages-25ce2629adc0a33fed7bdab71204c288841a7adf.tar.gz packages-25ce2629adc0a33fed7bdab71204c288841a7adf.zip | |
Added osinfo
| -rw-r--r-- | packages.json | 9 |
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" } ] |
