From 2e058e04c24687a33b9cd8602da592bf5c7720e3 Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:44:23 +0000 Subject: [PATCH] Add package bard (#2654) * Moved all my repos to my own git server; Added `checkif` package * Added package bard --------- Co-authored-by: Miran --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index cdcf3d1..dd82e60 100644 --- a/packages.json +++ b/packages.json @@ -11,7 +11,7 @@ "sunrise", "sunset", "moonrise", - "moonset", + "moonset" ], "description": "Astro functions for calcuation of sun and moon position, rise and set time as well as civil, nautical and astronomical dawn and dusk as a function of latitude and longitude.", "license": "MIT", @@ -30843,5 +30843,20 @@ "description": "Search for files in a directory hierarchy.", "license": "AGPL-3.0-only", "web": "https://github.com/Gruruya/nimf" + }, + { + "name": "bard", + "url": "https://github.com/thisago/bard", + "method": "git", + "tags": [ + "library", + "batchexecute", + "bard", + "ai", + "google" + ], + "description": "Nim interface of Google Bard free API", + "license": "MIT", + "web": "https://github.com/thisago/bard" } ]