From dae362cbd25c054aa8fcae977f957707603e1e42 Mon Sep 17 00:00:00 2001 From: jasonlu7 Date: Tue, 5 May 2020 23:40:27 -0500 Subject: [PATCH] Added package pokereval (#1457) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index c02e0dd..0f2b600 100644 --- a/packages.json +++ b/packages.json @@ -17702,5 +17702,16 @@ "description": "A miniblink library for nim.", "license": "MIT", "web": "https://github.com/lihf8515/miniblink" + }, + { + "name": "pokereval", + "url": "https://github.com/jasonlu7/pokereval", + "method": "git", + "tags": [ + "poker" + ], + "description": "A poker hand evaluator", + "license": "MIT", + "web": "https://github.com/jasonlu7/pokereval" } ]