From 1eb98daf8d6767ffd75ccc3d2ca012e2b38c6644 Mon Sep 17 00:00:00 2001 From: jiro Date: Tue, 23 Apr 2019 14:43:38 +0900 Subject: [PATCH] Added package ski (#1070) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index cb090ab..a58a06a 100644 --- a/packages.json +++ b/packages.json @@ -13163,5 +13163,18 @@ "description": "pnm is library for PNM (Portable AnyMap).", "license": "MIT", "web": "https://github.com/jiro4989/pnm" + }, + { + "name": "ski", + "url": "https://github.com/jiro4989/ski", + "method": "git", + "tags": [ + "ski", + "combinator", + "library" + ], + "description": "ski is library for SKI combinator.", + "license": "MIT", + "web": "https://github.com/jiro4989/ski" } ]