From 7ab7e3e0e8487a46c92908d7f0074a1e9b03488e Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Fri, 1 Jul 2022 12:54:57 +0300 Subject: [PATCH] Add package arbitrary (#2266) * Add package arbitrary * Update packages.json --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 773dca9..8c9cd57 100644 --- a/packages.json +++ b/packages.json @@ -16189,6 +16189,20 @@ "license": "MIT", "web": "https://github.com/planetis-m/bingo" }, + { + "name": "arbitrary", + "url": "https://github.com/planetis-m/arbitrary", + "method": "git", + "tags": [ + "binary", + "structured", + "fuzzing", + "unit-testing" + ], + "description": "Generating structured data from arbitrary, unstructured input.", + "license": "MIT", + "web": "https://github.com/planetis-m/arbitrary" + }, { "name": "gnuplotlib", "url": "https://github.com/planetis-m/gnuplotlib",