From 676dbdf1d3e7c5f485f8944b6b8be4ee3370e372 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sat, 23 Aug 2025 21:47:56 -0700 Subject: [PATCH] add mmcif package (#3110) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5a7da72..da3506b 100644 --- a/packages.json +++ b/packages.json @@ -36049,5 +36049,18 @@ "description": "Make your terminal interfaces prettier!", "license": "MIT", "web": "https://github.com/CodeLibraty/prettyterm" + }, + { + "name": "mmcif", + "url": "https://github.com/lucidrains/nim-mmcif", + "method": "git", + "tags": [ + "mmcif", + "biomolecules", + "parsing" + ], + "description": "Simple parser for mmCIF files (macromolecular structural data)", + "license": "MIT", + "web": "https://github.com/lucidrains/nim-mmcif" } ]