diff options
| author | Andrea Ferretti <ferrettiandrea@gmail.com> | 2015-07-05 15:38:00 +0200 |
|---|---|---|
| committer | Andrea Ferretti <ferrettiandrea@gmail.com> | 2015-07-05 15:38:00 +0200 |
| commit | 4ed0c3e3414bf61d7b975764a5dc90dd382fcb05 (patch) | |
| tree | 3cb513fa2b9c87b86e18cd23bca2717e2d68a9e9 | |
| parent | f6958e432331d2d804282a9cf5b3ee59cef196d7 (diff) | |
| download | packages-4ed0c3e3414bf61d7b975764a5dc90dd382fcb05.tar.gz packages-4ed0c3e3414bf61d7b975764a5dc90dd382fcb05.zip | |
Added patty
| -rw-r--r-- | packages.json | 11 |
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" } ] |
