From 7d275037e6d75a9760263cbe585fa3cda8900820 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 4 Mar 2021 12:23:34 +0530 Subject: [PATCH] Added package moss_nim (#1827) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 4ed05dc..f67907e 100644 --- a/packages.json +++ b/packages.json @@ -8,7 +8,8 @@ ], "description": "onnxruntime C Api wrapped for nim", "license": "MIT", - "web": "https://github.com/YesDrX/onnxruntime-nim/"}, + "web": "https://github.com/YesDrX/onnxruntime-nim/" + }, { "name": "bionim", "url": "https://github.com/Unaimend/bionim", @@ -21716,5 +21717,17 @@ "description": "InfluxDB API client library", "license": "MIT", "web": "https://gitlab.com/tdely/nimflux" + }, + { + "name": "moss_nim", + "url": "https://github.com/D4D3VD4V3/moss_nim", + "method": "git", + "tags": [ + "moss", + "similarity" + ], + "description": "Moss (Measure of Software Similarity) implementation in Nim.", + "license": "MIT", + "web": "https://github.com/D4D3VD4V3/moss_nim" } ]