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" } ]