From a8ea79b3e89b0551f6c9af03f165603634f470e5 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 1 Mar 2018 12:35:46 +0100 Subject: [PATCH] add nimna. --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index a01abf5..3b7aff5 100644 --- a/packages.json +++ b/packages.json @@ -8455,5 +8455,19 @@ "description": "User Agent parser for nim.", "license": "MIT", "web": "https://github.com/treeform/useragents" + }, + { + "name": "nimna", + "url": "https://github.com/mjendrusch/nimna", + "method": "git", + "tags": [ + "library", + "nucleic-acid-folding", + "scientific", + "biology" + ], + "description": "Nucleic acid folding and design.", + "license": "MIT", + "web": "https://github.com/mjendrusch/nimna" } ]