diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-01 12:21:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-01 12:21:45 +0000 |
| commit | e1ec88cfd8239e9d0e419b7f09ac477d0031dc75 (patch) | |
| tree | 09f8399db4611d7f9fddc285675b70c93d7981bd | |
| parent | 179627fdeecf78ede9da3cffda2b88e0e717bd34 (diff) | |
| parent | a8ea79b3e89b0551f6c9af03f165603634f470e5 (diff) | |
| download | packages-e1ec88cfd8239e9d0e419b7f09ac477d0031dc75.tar.gz packages-e1ec88cfd8239e9d0e419b7f09ac477d0031dc75.zip | |
Merge pull request #664 from mjendrusch/add-nimna
add nimna.
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
