Add package bard (#2654)

* Moved all my repos to my own git server; Added `checkif` package

* Added package bard

---------

Co-authored-by: Miran <narimiran@disroot.org>
This commit is contained in:
Thiago 2023-07-18 12:44:23 +00:00 committed by GitHub
parent b3d70d2bdf
commit 2e058e04c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]