From 2038b1ed77ff99b45af172636096796fbac4ac5b Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sat, 14 Dec 2019 20:30:51 +0800 Subject: [PATCH] Added package docx (#1270) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index add8f17..b6ae8bc 100644 --- a/packages.json +++ b/packages.json @@ -15518,5 +15518,17 @@ "description": "Kaitai Struct runtime library for Nim", "license": "MIT", "web": "https://github.com/kaitai-io/kaitai_struct_nim_runtime" + }, + { + "name": "docx", + "url": "https://github.com/xflywind/docx", + "method": "git", + "tags": [ + "docx", + "reader" + ], + "description": "A simple docx reader.", + "license": "MIT", + "web": "https://github.com/xflywind/docx" } ]