From 1c0d5dec8e0c4c0739a1a230d4ae67d266503e59 Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Thu, 20 Feb 2020 22:03:32 +0700 Subject: [PATCH] Added package triplets (#1366) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e5a8535..5300a02 100644 --- a/packages.json +++ b/packages.json @@ -16592,5 +16592,19 @@ "description": "nim.uri3 is a Nim module that provides improved way for working with URIs. It is based on the uri module in the Nim standard library and fork from nim-uri2", "license": "MIT", "web": "https://github.com/zendbit/nim.uri3" + }, + { + "name": "triplets", + "url": "https://github.com/linksplatform/Data.Triplets", + "method": "git", + "tags": [ + "triplets", + "database", + "C", + "bindings" + ], + "description": "The Nim bindings for linksplatform/Data.Triplets.Kernel.", + "license": "AGPLv3", + "web": "https://github.com/linksplatform/Data.Triplets" } ]