From 4267d2207bc17b36dfe1356a89bbdaf037dcafa1 Mon Sep 17 00:00:00 2001 From: m4ul3r <75012320+m4ul3r@users.noreply.github.com> Date: Wed, 12 Jun 2024 06:25:00 -0400 Subject: [PATCH] Update packages.json (#2890) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 7381dcd6..b71e9007 100644 --- a/packages.json +++ b/packages.json @@ -33634,5 +33634,21 @@ "description": "High-level wrapper for QuickJS", "license": "MIT & Unlicense", "web": "https://git.sr.ht/~bptato/monoucha" + }, + { + "name": "libcapstone", + "url": "https://github.com/m4ul3r/libcapstone-nim", + "method": "git", + "tags": [ + "capstone", + "disassembly", + "disassembler", + "library", + "futhark", + "wrapper" + ], + "description": "Futhark generated wrapper around libcapstone", + "license": "MIT", + "web": "https://github.com/m4ul3r/libcapstone-nim" } ]