From 303d7ffd3550fa3096584c0e9738480d2d7030b0 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sat, 15 Apr 2023 09:01:39 -0500 Subject: [PATCH] Add package vcard. (#2569) Co-authored-by: Gabriel Huber --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index aa70212..442e15b 100644 --- a/packages.json +++ b/packages.json @@ -29870,5 +29870,19 @@ "description": "Bindings to the Webgeolocation Web API", "license": "MIT", "web": "https://github.com/maleyva1/webgeoloaction" + }, + { + "name": "vcard", + "url": "https://github.com/jdbernard/nim-vcard.git", + "method": "git", + "tags": [ + "address", + "contacts", + "library", + "vcard" + ], + "description": "Nim parser for the vCard format version 3.0 (4.0 planned).", + "license": "MIT", + "web": "https://github.com/jdbernard/nim-vcard" } ]