From 03fca8baf7919978f9ce42c9dd7f422bf07ada13 Mon Sep 17 00:00:00 2001 From: sealmove <47466000+sealmove@users.noreply.github.com> Date: Tue, 10 Dec 2019 16:34:08 +0200 Subject: [PATCH] Added package kaitai_struct_nim_runtime (#1268) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index df36482..add8f17 100644 --- a/packages.json +++ b/packages.json @@ -15507,5 +15507,16 @@ "description": "A library of useful functions and tools for nim.", "license": "MIT", "web": "https://github.com/binhonglee/stones" + }, + { + "name": "kaitai_struct_nim_runtime", + "url": "https://github.com/kaitai-io/kaitai_struct_nim_runtime", + "method": "git", + "tags": [ + "library" + ], + "description": "Kaitai Struct runtime library for Nim", + "license": "MIT", + "web": "https://github.com/kaitai-io/kaitai_struct_nim_runtime" } ]