From 6ba358651e9188c8a59b201f7c38370ffdc70bf5 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Fri, 9 Oct 2020 00:03:57 -0500 Subject: [PATCH] edlib (#1662) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 45d065b..6d5f6bf 100644 --- a/packages.json +++ b/packages.json @@ -19811,5 +19811,17 @@ "description": "Shell command manager", "license": "MIT", "web": "https://github.com/sealmove/oblivion" + }, + { + "name": "edlib", + "url": "https://github.com/bio-nim/nim-edlib", + "method": "git", + "description": "Nim wrapper for edlib", + "license": "BSD-3", + "web": "https://github.com/Martinsos/edlib", + "tags": [ + "cpp", + "bioinformatics" + ] } ]