From 4731c1284578af11a9cb09d195c0f8696882def6 Mon Sep 17 00:00:00 2001 From: ebran Date: Sun, 12 Jan 2020 18:03:51 +0100 Subject: [PATCH] Added package grim (#1318) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c5938e6..fbbd275 100644 --- a/packages.json +++ b/packages.json @@ -16064,5 +16064,18 @@ "description": "Browse nim packages in your browser.", "license": "MIT", "web": "https://github.com/flenniken/nimlist" + }, + { + "name": "grim", + "url": "https://github.com/ebran/grim", + "method": "git", + "tags": [ + "graph", + "data", + "library" + ], + "description": "Graphs in nim!", + "license": "MIT", + "web": "https://github.com/ebran/grim" } ]