From 4ed0c3e3414bf61d7b975764a5dc90dd382fcb05 Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Sun, 5 Jul 2015 15:38:00 +0200 Subject: [PATCH] Added patty --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 4eba597..fe7e956 100644 --- a/packages.json +++ b/packages.json @@ -1811,6 +1811,15 @@ "tags": ["science","astronomy","library"], "description": "Astronomical library for Nim", "license": "MIT", - "web": "https://github.com/super-massive-black-holes/AstroNimy" + "web": "https://github.com/super-massive-black-holes/AstroNimy" + }, + { + "name": "patty", + "url": "https://github.com/andreaferretti/patty", + "method": "git", + "tags": ["pattern", "adt", "variant", "pattern matching", "algebraic data type"], + "description": "Algebraic data types and pattern matching", + "license": "Apache License 2.0", + "web": "https://github.com/andreaferretti/patty" } ]