aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-07-05 15:47:28 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-07-05 15:47:28 +0100
commit901196a2bd406a8f66f273ead5d5eb3bc977c52a (patch)
tree3cb513fa2b9c87b86e18cd23bca2717e2d68a9e9
parentf6958e432331d2d804282a9cf5b3ee59cef196d7 (diff)
parent4ed0c3e3414bf61d7b975764a5dc90dd382fcb05 (diff)
downloadpackages-901196a2bd406a8f66f273ead5d5eb3bc977c52a.tar.gz
packages-901196a2bd406a8f66f273ead5d5eb3bc977c52a.zip
Merge pull request #205 from andreaferretti/master
Added patty
-rw-r--r--packages.json11
1 files changed, 10 insertions, 1 deletions
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"
}
]