From f8e81d10531ba769db1622c9ef577b37b3bef539 Mon Sep 17 00:00:00 2001 From: neil molina Date: Fri, 26 May 2023 12:21:00 +0800 Subject: [PATCH 1/9] adopt new infra api endpoints --- src/assets/scripts/bottles.jsx | 2 +- src/assets/scripts/package-bottles.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/scripts/bottles.jsx b/src/assets/scripts/bottles.jsx index ef32d1a..869be50 100644 --- a/src/assets/scripts/bottles.jsx +++ b/src/assets/scripts/bottles.jsx @@ -3,7 +3,7 @@ function Bottles() { const [isLoading, setLoading] = React.useState(true); React.useEffect(() => { - fetch("https://app.tea.xyz/api/bottles") + fetch("https://api.tea.xyz/v0/bottles") .then((res) => res.json()) .then((res) => { setBottles(res); diff --git a/src/assets/scripts/package-bottles.jsx b/src/assets/scripts/package-bottles.jsx index b3a36e7..1449643 100644 --- a/src/assets/scripts/package-bottles.jsx +++ b/src/assets/scripts/package-bottles.jsx @@ -3,7 +3,7 @@ function PackageBottles() { const [isLoading, setIsLoading] = React.useState(true); React.useEffect(() => { - const url = window.location.pathname.replace('/+', 'https://app.tea.xyz/api/bottles/'); + const url = window.location.pathname.replace('/+', 'https://api.tea.xyz/v0/bottles/'); fetch(url) .then((res) => res.json()) .then((res) => { From 22c760377abed30e905c23b4bb9f2cd5d3ad5d3d Mon Sep 17 00:00:00 2001 From: neil molina Date: Fri, 26 May 2023 22:40:47 +0800 Subject: [PATCH 2/9] test dev --- src/assets/scripts/bottles.jsx | 2 +- src/assets/scripts/package-bottles.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/scripts/bottles.jsx b/src/assets/scripts/bottles.jsx index 869be50..121805f 100644 --- a/src/assets/scripts/bottles.jsx +++ b/src/assets/scripts/bottles.jsx @@ -3,7 +3,7 @@ function Bottles() { const [isLoading, setLoading] = React.useState(true); React.useEffect(() => { - fetch("https://api.tea.xyz/v0/bottles") + fetch("https://api.dev.tea.xyz/v0/bottles") .then((res) => res.json()) .then((res) => { setBottles(res); diff --git a/src/assets/scripts/package-bottles.jsx b/src/assets/scripts/package-bottles.jsx index 1449643..3eb50d4 100644 --- a/src/assets/scripts/package-bottles.jsx +++ b/src/assets/scripts/package-bottles.jsx @@ -3,7 +3,7 @@ function PackageBottles() { const [isLoading, setIsLoading] = React.useState(true); React.useEffect(() => { - const url = window.location.pathname.replace('/+', 'https://api.tea.xyz/v0/bottles/'); + const url = window.location.pathname.replace('/+', 'https://api.dev.tea.xyz/v0/bottles/'); fetch(url) .then((res) => res.json()) .then((res) => { From e1d41c793804c10c9e862f46e885c14624f9df93 Mon Sep 17 00:00:00 2001 From: neil molina Date: Tue, 30 May 2023 11:23:15 +0800 Subject: [PATCH 3/9] add signups data --- src/layouts/partials/auth-data-snippet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/partials/auth-data-snippet.html b/src/layouts/partials/auth-data-snippet.html index 089d507..619a392 100644 --- a/src/layouts/partials/auth-data-snippet.html +++ b/src/layouts/partials/auth-data-snippet.html @@ -14,7 +14,7 @@ $('#stat-two').html('
'); try { - fetch('https://app.tea.xyz/api/signups') + fetch('https://api.dev.tea.xyz/v0/signups') .then(res => res.json()) .then(res => { const signups = res.signups ? res.signups.toLocaleString() : "" From d7b235f928d31e2196c7ff6f50a2004b1da2cb49 Mon Sep 17 00:00:00 2001 From: neil molina Date: Wed, 31 May 2023 15:05:27 +0800 Subject: [PATCH 4/9] test --- src/layouts/index.html | 2 +- src/layouts/page/keep-what-is-yours.html | 4 ++-- src/layouts/page/launch-countdown.html | 2 +- src/layouts/page/pioneer-a-better-internet.html | 2 +- src/layouts/page/tea-qr.html | 2 +- src/layouts/partials/floating-join-btn.html | 2 +- src/layouts/partials/full-width-cta.html | 2 +- src/layouts/partials/navbar.html | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 3db89e8..f2ba870 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -386,7 +386,7 @@

OSS Devs Have Authenticated with GitHub

As part of our long‐term, web3 vision, we're asking developers to authenticate via GitHub. Authentications will be integral in our mission to remunerate OSS developers for their valuable contributions to the modern internet landscape.

- +

By clicking above, you'll be redirected to our GitHub OAuth app. We ask for your country of residence, as well as the hex address for your web3 wallet. This information will be used to assign you a rank based on your GitHub contributions, which in turn, will be used to determine remunerations after the launch of our tea protocol. You can learn more about our privacy policy here.

diff --git a/src/layouts/page/keep-what-is-yours.html b/src/layouts/page/keep-what-is-yours.html index faf40a0..2089afe 100644 --- a/src/layouts/page/keep-what-is-yours.html +++ b/src/layouts/page/keep-what-is-yours.html @@ -85,7 +85,7 @@
-

KEEP
WHAT IS
YOURS.Authenticate with GitHub

+

KEEP
WHAT IS
YOURS.Authenticate with GitHub

Equitable Open-Source for web3

@@ -94,7 +94,7 @@

Over 10 thousand developers have authenticated their Github with tea. This is your chance to be an early member of our Communitea.

diff --git a/src/layouts/page/launch-countdown.html b/src/layouts/page/launch-countdown.html index cea14ca..c70296a 100644 --- a/src/layouts/page/launch-countdown.html +++ b/src/layouts/page/launch-countdown.html @@ -5,7 +5,7 @@

-

You can still authenticate your GitHub here.

+

You can still authenticate your GitHub here.

diff --git a/src/layouts/page/pioneer-a-better-internet.html b/src/layouts/page/pioneer-a-better-internet.html index 3328d58..8090a59 100644 --- a/src/layouts/page/pioneer-a-better-internet.html +++ b/src/layouts/page/pioneer-a-better-internet.html @@ -108,7 +108,7 @@

tea is putting an end to Big Tech making trillions off the generosity of the visionary developers and web pioneers who built the internet. You can be a part of this revolution.

Authenticate now to gain early access to the tea beta.

- Authenticate with GitHub

Limited numbers of tea beta invites will be given to the first devs who authenticate their Github account. So don’t delay, get it while it’s hot.

diff --git a/src/layouts/page/tea-qr.html b/src/layouts/page/tea-qr.html index 99a89e7..9cfc659 100644 --- a/src/layouts/page/tea-qr.html +++ b/src/layouts/page/tea-qr.html @@ -9,7 +9,7 @@

Authenticate your Github with tea.

Early-adoption developers will be entitled to a variety of exciting rewards, including minted NFT certificates. Simply log into your Github account, install our application, and then answer a couple quick questions. The open-source revolution is here, so be sure to take a sip while it’s hot!

- Authenticate with tea287
diff --git a/src/layouts/partials/floating-join-btn.html b/src/layouts/partials/floating-join-btn.html index 6deb908..b4a63dd 100644 --- a/src/layouts/partials/floating-join-btn.html +++ b/src/layouts/partials/floating-join-btn.html @@ -175,6 +175,6 @@ - + AUTHENTICATE diff --git a/src/layouts/partials/full-width-cta.html b/src/layouts/partials/full-width-cta.html index 20d89bb..3c56cb7 100644 --- a/src/layouts/partials/full-width-cta.html +++ b/src/layouts/partials/full-width-cta.html @@ -1,5 +1,5 @@

diff --git a/src/layouts/partials/navbar.html b/src/layouts/partials/navbar.html index 9b9d972..b1f6721 100644 --- a/src/layouts/partials/navbar.html +++ b/src/layouts/partials/navbar.html @@ -140,7 +140,7 @@ + Authenticate with tea287-->
From 41e46db9d1f76d551f57924a88801f144bfac125 Mon Sep 17 00:00:00 2001 From: neil molina Date: Thu, 1 Jun 2023 13:53:24 +0800 Subject: [PATCH 5/9] undo --- src/assets/scripts/bottles.jsx | 2 +- src/assets/scripts/package-bottles.jsx | 2 +- src/data/packages.json | 2 +- src/layouts/index.html | 2 +- src/layouts/page/keep-what-is-yours.html | 4 ++-- src/layouts/page/launch-countdown.html | 2 +- src/layouts/page/pioneer-a-better-internet.html | 2 +- src/layouts/page/tea-qr.html | 2 +- src/layouts/partials/auth-data-snippet.html | 2 +- src/layouts/partials/floating-join-btn.html | 2 +- src/layouts/partials/full-width-cta.html | 2 +- src/layouts/partials/navbar.html | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/assets/scripts/bottles.jsx b/src/assets/scripts/bottles.jsx index 121805f..869be50 100644 --- a/src/assets/scripts/bottles.jsx +++ b/src/assets/scripts/bottles.jsx @@ -3,7 +3,7 @@ function Bottles() { const [isLoading, setLoading] = React.useState(true); React.useEffect(() => { - fetch("https://api.dev.tea.xyz/v0/bottles") + fetch("https://api.tea.xyz/v0/bottles") .then((res) => res.json()) .then((res) => { setBottles(res); diff --git a/src/assets/scripts/package-bottles.jsx b/src/assets/scripts/package-bottles.jsx index 3eb50d4..1449643 100644 --- a/src/assets/scripts/package-bottles.jsx +++ b/src/assets/scripts/package-bottles.jsx @@ -3,7 +3,7 @@ function PackageBottles() { const [isLoading, setIsLoading] = React.useState(true); React.useEffect(() => { - const url = window.location.pathname.replace('/+', 'https://api.dev.tea.xyz/v0/bottles/'); + const url = window.location.pathname.replace('/+', 'https://api.tea.xyz/v0/bottles/'); fetch(url) .then((res) => res.json()) .then((res) => { diff --git a/src/data/packages.json b/src/data/packages.json index bf471db..0ecd427 100644 --- a/src/data/packages.json +++ b/src/data/packages.json @@ -250,4 +250,4 @@ "thumb_image_url": "/Images/package-thumb-nolabel3.jpg", "installs": 0 } -] \ No newline at end of file +][{"airtable_record_id":"recqzb83fIQqij4uL","slug":"abseil_io","homepage":"https://abseil.io","name":"abseil.io","version":"20230125.3.0","last_modified":"2023-05-11T05:24:18.000Z","full_name":"abseil.io","dl_count":0,"thumb_image_name":"abseil_io.jpg","created":"2023-04-01T18:32:34.000Z","maintainer":"","desc":"C++ Common Libraries","thumb_image_url":"https://tea.xyz/Images/packages/abseil_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/abseil.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec1aJxbIhi6oBaqX","slug":"github_com_p_h_c_phc_winner_argon2","homepage":"https://github.com/P-H-C/phc-winner-argon2","maintainer":"P-H-C","name":"phc-winner-argon2","version":"20190702.0.0","last_modified":"2023-05-10T00:44:06.000Z","full_name":"github.com/P-H-C/phc-winner-argon2","dl_count":0,"thumb_image_name":"github_com_p_h_c_phc_winner_argon2.jpg","created":"2023-05-10T01:41:33.000Z","desc":"Password hashing library and CLI utility","thumb_image_url":"https://tea.xyz/Images/packages/github_com_p_h_c_phc_winner_argon2.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/P-H-C/phc-winner-argon2/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec43RHBAuZ8mScOQ","slug":"github_com_facebookincubator_fizz","homepage":"https://github.com/facebookincubator/fizz","maintainer":"facebookincubator","name":"fizz","version":"2023.5.15.0","last_modified":"2023-05-15T07:15:10.000Z","full_name":"github.com/facebookincubator/fizz","dl_count":0,"thumb_image_name":"github_com_facebookincubator_fizz.jpg","created":"2023-05-02T03:41:28.000Z","desc":"C++14 implementation of the TLS-1.3 standard","thumb_image_url":"https://tea.xyz/Images/packages/github_com_facebookincubator_fizz.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/facebookincubator/fizz/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recv8JYljfqoMyyQh","slug":"facebook_com_folly","homepage":"https://facebook.com","maintainer":"facebook.com","name":"folly","version":"2023.5.15.0","last_modified":"2023-05-15T07:18:04.000Z","full_name":"facebook.com/folly","dl_count":0,"thumb_image_name":"facebook_com_folly.jpg","created":"2023-04-12T09:07:04.000Z","desc":"Folly is an open-source library developed by Facebook, containing a collection of high-performance, reusable C++ components for building modern, large-scale applications.","thumb_image_url":"https://tea.xyz/Images/packages/facebook_com_folly.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/facebook.com/folly/package.yml","categories":[],"manual_sorting":8,"card_layout":"right","installs":0},{"airtable_record_id":"rec3ehMmiHTHAFyl0","slug":"pipenv_pypa_io","homepage":"https://pipenv.pypa.io","name":"pipenv.pypa.io","version":"2023.4.29","last_modified":"2023-04-29T21:13:47.000Z","full_name":"pipenv.pypa.io","dl_count":0,"thumb_image_name":"pipenv_pypa_io.jpg","created":"2023-02-16T23:01:57.000Z","maintainer":"","desc":"Official website for Pipenv, a Python dependency management and virtual environment tool.","thumb_image_url":"https://tea.xyz/Images/packages/pipenv_pypa_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pipenv.pypa.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recEs7qh6igGmXCXa","slug":"github_com_ggerganov_llama_cpp","homepage":"https://llama.cpp","maintainer":"ggerganov","name":"llama.cpp","version":"2023.4.11","last_modified":"2023-04-21T01:34:14.000Z","full_name":"github.com/ggerganov/llama.cpp","dl_count":0,"thumb_image_name":"github_com_ggerganov_llama_cpp.jpg","created":"2023-03-24T22:13:18.000Z","desc":"A lightweight, performant C++ library for creating and manipulating linear algebra data structures, such as matrices and vectors.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_ggerganov_llama_cpp.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/ggerganov/llama.cpp/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recuMWJA0eL9Orc2M","slug":"github_com_mop_tracker_mop","maintainer":"mop-tracker","name":"mop","version":"2023.3.30","last_modified":"2023-04-20T19:56:36.000Z","full_name":"github.com/mop-tracker/mop","dl_count":0,"thumb_image_name":"github_com_mop_tracker_mop.jpg","created":"2023-04-05T03:29:40.000Z","desc":"Mop is a command-line based stock market tracker, providing real-time updates and an easy-to-read interface for tracking stock performance.\n\n","thumb_image_url":"https://tea.xyz/Images/packages/github_com_mop_tracker_mop.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/mop-tracker/mop/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recqf15FbSKhcjDYW","slug":"github_com_nomic_ai_gpt4all","maintainer":"nomic-ai","name":"gpt4all","version":"2023.3.29","last_modified":"2023-04-19T23:02:58.000Z","full_name":"github.com/nomic-ai/gpt4all","dl_count":0,"thumb_image_name":"github_com_nomic_ai_gpt4all.jpg","created":"2023-03-31T00:35:18.000Z","desc":"An advanced, user-friendly AI-powered text generation platform, enabling creative content generation, summarization, and natural language processing tasks.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_nomic_ai_gpt4all.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/nomic-ai/gpt4all/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recac946cF3L5qCh9","slug":"github_com_antimatter15_alpaca_cpp","homepage":"https://alpaca.cpp","maintainer":"antimatter15","name":"alpaca.cpp","version":"2023.3.21","last_modified":"2023-04-19T21:42:53.000Z","full_name":"github.com/antimatter15/alpaca.cpp","dl_count":0,"thumb_image_name":"github_com_antimatter15_alpaca_cpp.jpg","created":"2023-03-31T00:35:18.000Z","desc":"A high-performance, asynchronous C++ networking library, designed for low-latency applications and supporting various communication protocols.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_antimatter15_alpaca_cpp.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/antimatter15/alpaca.cpp/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recAP3Hy1WAi9wU30","slug":"yt_dlp_org","homepage":"https://yt-dlp.org","name":"yt-dlp.org","version":"2023.3.4","last_modified":"2023-03-10T01:06:29.000Z","full_name":"yt-dlp.org","dl_count":0,"thumb_image_name":"yt_dlp_org","created":"2023-01-11T22:45:13.000Z","maintainer":"","desc":"A powerful command-line video downloader and extractor\n","thumb_image_url":"https://tea.xyz/Images/packages/yt_dlp_org.undefined","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/yt-dlp.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec1SMdaluPHbBr2x","slug":"github_com_google_re2","homepage":"https://github.com/google/re2","maintainer":"google","name":"re2","version":"2023.3.1","last_modified":"2023-05-02T20:51:57.000Z","full_name":"github.com/google/re2","dl_count":0,"thumb_image_name":"github_com_google_re2.jpg","created":"2023-05-02T21:41:26.000Z","desc":"Alternative to backtracking PCRE-style regular expression engines","thumb_image_url":"https://tea.xyz/Images/packages/github_com_google_re2.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/google/re2/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recRISoJWmrqGlNyj","slug":"curl_se_ca_certs","homepage":"https://curl.se","maintainer":"curl.se","name":"ca-certs","version":"2023.1.10","last_modified":"2023-04-19T18:36:35.000Z","full_name":"curl.se/ca-certs","dl_count":0,"thumb_image_name":"curl_se_ca_certs.jpg","created":"2023-01-19T17:29:12.000Z","desc":"Mozilla CA certificate store","thumb_image_url":"https://tea.xyz/Images/packages/curl_se_ca_certs.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/curl.se/ca-certs/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recpqJqf9fym3dmLw","slug":"x_org_protocol","homepage":"https://x.org","maintainer":"x.org","name":"X/protocol","version":"2022.2.0","last_modified":"2023-04-18T22:51:58.000Z","full_name":"x.org/protocol","dl_count":0,"thumb_image_name":"x_org_protocol.jpg","created":"2023-03-15T16:28:39.000Z","desc":"X.Org: Protocol Headers","thumb_image_url":"https://tea.xyz/Images/packages/x_org_protocol.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/protocol/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec9LEPqNg3rAvbeF","slug":"youtube_dl_org","homepage":"https://youtube-dl.org","name":"youtube-dl.org","version":"2021.12.17","last_modified":"2023-02-14T20:29:11.000Z","full_name":"youtube-dl.org","dl_count":0,"thumb_image_name":"youtube_dl_org.jpg","created":"2022-12-07T01:02:06.000Z","maintainer":"","desc":"Download YouTube videos from the command-line","thumb_image_url":"https://tea.xyz/Images/packages/youtube_dl_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/youtube-dl.org/package.yml","categories":["star-struck heavyweights"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recQr2GBxWIbRpklO","slug":"unicode_org","homepage":"https://unicode.org","name":"unicode.org","version":"71.1.0","last_modified":"2023-04-16T21:27:11.000Z","full_name":"unicode.org","dl_count":5176882,"thumb_image_name":"unicode-org.jpg","created":"2022-10-19T07:18:00.000Z","maintainer":"","desc":"C++ library for Unicode and globalization support","thumb_image_url":"https://tea.xyz/Images/packages/unicode_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/unicode.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBBr8qxSALHMm3T","slug":"gnu_org_emacs","homepage":"https://gnu.org","maintainer":"gnu.org","name":"emacs","version":"28.2.0","last_modified":"2023-05-14T17:34:17.000Z","full_name":"gnu.org/emacs","dl_count":0,"thumb_image_name":"gnu_org_emacs.jpg","created":"2023-03-31T00:35:18.000Z","desc":"GNU Emacs text editor","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_emacs.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/emacs/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczRQcKePwA7Mc9C","slug":"erlang_org","homepage":"https://erlang.org","name":"erlang.org","version":"26.0.0","last_modified":"2023-05-16T09:04:15.000Z","full_name":"erlang.org","dl_count":0,"thumb_image_name":"erlang_org.jpg","created":"2023-02-12T00:49:59.000Z","maintainer":"","desc":"Programming language for highly scalable real-time systems","thumb_image_url":"https://tea.xyz/Images/packages/erlang_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/erlang.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec62oemeMP48OuLU","slug":"bitcoin_org","homepage":"https://bitcoin.org","name":"bitcoin.org","version":"24.1.0","last_modified":"2023-05-18T15:43:36.000Z","full_name":"bitcoin.org","dl_count":0,"thumb_image_name":"bitcoin_org.jpg","created":"2022-12-31T00:21:50.000Z","maintainer":"","desc":"Bitcoin is a decentralized digital currency that uses cryptography for security and is not controlled by any central authority such as a government or financial institution. It allows for peer-to-peer transactions without the need for intermediaries, and is traded on various online exchanges. Its value is determined by supply and demand on these platforms.","thumb_image_url":"https://tea.xyz/Images/packages/bitcoin_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/bitcoin.org/package.yml","categories":["foundation_essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recPk6ZxUc2yyRrZu","slug":"helix_editor_com","homepage":"https://helix-editor.com","name":"helix-editor.com","version":"23.5.0","last_modified":"2023-05-18T07:28:58.000Z","full_name":"helix-editor.com","dl_count":0,"thumb_image_name":"helix_editor_com.jpg","created":"2023-01-18T23:23:39.000Z","maintainer":"","desc":"Post-modern modal text editor","thumb_image_url":"https://tea.xyz/Images/packages/helix_editor_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/helix-editor.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recZuaANm8QZOwDkC","slug":"github_com_psf_black","maintainer":"psf","name":"black","version":"23.3.0","last_modified":"2023-04-16T14:35:35.000Z","full_name":"github.com/psf/black","dl_count":0,"thumb_image_name":"github_com_psf_black.jpg","created":"2023-04-16T14:41:18.000Z","desc":"An uncompromising Python code formatter, ensuring consistent and readable code style across projects with minimal configuration.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_psf_black.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/psf/black/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reclsWiEGraNaAyk2","slug":"pip_pypa_io","homepage":"https://pip.pypa.io","name":"pip","version":"23.1.2","last_modified":"2023-04-26T09:32:46.000Z","full_name":"pip.pypa.io","dl_count":0,"thumb_image_name":"pip_pypa_io.jpg","created":"2022-11-02T01:36:07.000Z","maintainer":"","desc":"pip is a package manager for the Python programming language. It allows users to easily download and install libraries and tools that provide additional functionality to their Python projects. pip makes it easy to discover and install new packages, as well as update and manage the packages that are already installed. It is an essential tool for Python developers, as it simplifies the process of adding new functionality to their projects and helps manage the dependencies of their code.","thumb_image_url":"https://tea.xyz/Images/packages/pip_pypa_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pip.pypa.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recLmKvU4zsYMV8iq","slug":"protobuf_dev","homepage":"https://protobuf.dev","name":"protobuf.dev","version":"23.1.0","last_modified":"2023-05-17T18:22:22.000Z","full_name":"protobuf.dev","dl_count":0,"thumb_image_name":"protobuf_dev.jpg","created":"2023-02-23T22:53:34.000Z","maintainer":"","desc":"A developer portal for Protocol Buffers, a language-agnostic binary data serialization format.","thumb_image_url":"https://tea.xyz/Images/packages/protobuf_dev.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/protobuf.dev/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recD9iP1W3gbFI9CR","slug":"poppler_freedesktop_org","homepage":"https://poppler.freedesktop.org","name":"poppler.freedesktop.org","version":"22.12.0","last_modified":"2023-04-17T14:46:09.000Z","full_name":"poppler.freedesktop.org","dl_count":0,"thumb_image_name":"poppler_freedesktop_org.jpg","created":"2023-03-05T22:56:05.000Z","maintainer":"","desc":"PDF rendering library (based on the xpdf-3.0 code base)","thumb_image_url":"https://tea.xyz/Images/packages/poppler_freedesktop_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/poppler.freedesktop.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reciUKA5rW5SX79qv","slug":"github_com_mamba_org_mamba","maintainer":"mamba-org","name":"mamba","version":"22.11.1.4","last_modified":"2023-04-18T04:51:32.000Z","full_name":"github.com/mamba-org/mamba","dl_count":0,"thumb_image_name":"github_com_mamba_org_mamba.jpg","created":"2023-02-19T12:13:08.000Z","desc":"A fast, robust, and user-friendly package manager for the Python ecosystem.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_mamba_org_mamba.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/mamba-org/mamba/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recpVtELqSlGyi6C7","slug":"elementsproject_org","homepage":"https://elementsproject.org","name":"elementsproject.org","version":"22.1.1","last_modified":"2023-04-24T23:30:43.000Z","full_name":"elementsproject.org","dl_count":0,"thumb_image_name":"elementsproject_org.jpg","created":"2023-04-24T23:41:22.000Z","maintainer":"","desc":"An open-source platform for building blockchain applications, offering a suite of tools, including the Elements blockchain, to enable developers to create feature-rich, secure, and scalable solutions.","thumb_image_url":"https://tea.xyz/Images/packages/elementsproject_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/elementsproject.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recIYQqVXAU1q9VQS","slug":"virtualenv_pypa_io","homepage":"https://virtualenv.pypa.io","name":"virtualenv.pypa.io","version":"20.23.0","last_modified":"2023-04-27T23:47:16.000Z","full_name":"virtualenv.pypa.io","dl_count":0,"thumb_image_name":"virtualenv_pypa_io.jpg","created":"2023-02-26T12:33:41.000Z","maintainer":"","desc":"Tool for creating isolated virtual python environments","thumb_image_url":"https://tea.xyz/Images/packages/virtualenv_pypa_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/virtualenv.pypa.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec5Zy8NXN5u4vtHj","slug":"nodejs_org","homepage":"https://nodejs.org","name":"node.js","version":"20.2.0","last_modified":"2023-05-17T19:21:52.000Z","full_name":"nodejs.org","dl_count":5298595,"thumb_image_name":"node-js-large.jpg","created":"2022-10-19T07:18:00.000Z","maintainer":"","desc":"Platform built on V8 to build network applications\n","thumb_image_url":"https://tea.xyz/Images/packages/nodejs_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nodejs.org/package.yml","categories":["foundation_essentials","top_packages"],"manual_sorting":5,"card_layout":"right","installs":0},{"airtable_record_id":"recY0olAbUU1gDtic","slug":"oracle_com_berkeley_db","homepage":"https://oracle.com","maintainer":"oracle.com","name":"berkeley-db","version":"18.1.40","last_modified":"2023-04-15T05:34:19.000Z","full_name":"oracle.com/berkeley-db","dl_count":0,"thumb_image_name":"oracle_com_berkeley_db.jpg","created":"2022-12-31T00:21:50.000Z","desc":"Berkeley DB (BDB) is a software library that provides a high-performance embedded database for key-value data. It is a widely used database engine that is known for its simplicity, reliability, and performance. Berkeley DB is written in C and provides a number of features such as support for transactions, locking, and recovery. It is used in a variety of applications such as databases, content management systems, and data storage systems. Berkeley DB is available for users to download and use in their own applications under an open source license.","thumb_image_url":"https://tea.xyz/Images/packages/oracle_com_berkeley_db.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/oracle.com/berkeley-db/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recjn3nKg2VTmNon7","slug":"github_com_p7zip_project_p7zip","maintainer":"p7zip-project","name":"p7zip","version":"17.5.0","last_modified":"2023-04-17T01:43:57.000Z","full_name":"github.com/p7zip-project/p7zip","dl_count":0,"thumb_image_name":"github_com_p7zip_project_p7zip.jpg","created":"2023-02-23T19:10:33.000Z","desc":"A port of the popular 7-Zip file archiver, providing support for various archive formats.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_p7zip_project_p7zip.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/p7zip-project/p7zip/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recihVbKobbz64mJZ","slug":"llvm_org","homepage":"https://llvm.org","name":"llvm.org","version":"16.0.4","last_modified":"2023-05-17T18:32:21.000Z","full_name":"llvm.org","dl_count":524573,"thumb_image_name":"llvm-org.jpg","created":"2022-10-19T07:18:00.000Z","maintainer":"","desc":"Next-gen compiler infrastructure\n","thumb_image_url":"https://tea.xyz/Images/packages/llvm_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/llvm.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBXRhIBI3kMIN0B","slug":"cscope_sourceforge_io","homepage":"https://cscope.sourceforge.io","name":"cscope.sourceforge.io","version":"15.9.0","last_modified":"2023-05-07T02:52:19.000Z","full_name":"cscope.sourceforge.io","dl_count":0,"thumb_image_name":"cscope_sourceforge_io.jpg","created":"2023-05-07T03:41:35.000Z","maintainer":"","desc":"Tool for browsing source code","thumb_image_url":"https://tea.xyz/Images/packages/cscope_sourceforge_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/cscope.sourceforge.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recaflf2uiFF0j7b4","slug":"postgresql_org","homepage":"https://postgresql.org","name":"postgresql.org","version":"15.2.0","last_modified":"2023-04-20T04:41:49.000Z","full_name":"postgresql.org","dl_count":0,"thumb_image_name":"postgresql_org.jpg","created":"2023-03-31T23:08:29.000Z","maintainer":"","desc":"Official PostgreSQL ODBC driver","thumb_image_url":"https://tea.xyz/Images/packages/postgresql_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/postgresql.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rech45gvAYLxyuxOy","slug":"postgresql_org_libpq","homepage":"https://postgresql.org","maintainer":"postgresql.org","name":"libpq","version":"15.2.0","last_modified":"2023-05-07T20:47:36.000Z","full_name":"postgresql.org/libpq","dl_count":0,"thumb_image_name":"postgresql_org_libpq.jpg","created":"2023-05-07T21:41:29.000Z","desc":"Postgres C API library","thumb_image_url":"https://tea.xyz/Images/packages/postgresql_org_libpq.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/postgresql.org/libpq/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recvOkjfWVOOhegir","slug":"gnu_org_gcc","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gcc","version":"13.1.0","last_modified":"2023-05-10T04:38:01.000Z","full_name":"gnu.org/gcc","dl_count":0,"thumb_image_name":"gnu_org_gcc.jpg","created":"2023-01-18T23:23:39.000Z","desc":"GNU compiler collection","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_gcc.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/gcc/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec5IIHpXjbqb9SYL","slug":"crates_io_ripgrep","homepage":"https://crates.io","maintainer":"crates.io","name":"ripgrep","version":"13.0.0","last_modified":"2023-04-14T09:16:27.000Z","full_name":"crates.io/ripgrep","dl_count":0,"thumb_image_name":"crates_io_ripgrep.jpg","created":"2022-12-07T01:02:06.000Z","desc":"ripgrep is a command-line search tool that allows users to quickly and efficiently search for patterns in a given set of files. It is implemented in Rust and is designed to be fast, efficient, and easy to use. It supports a wide range of features, including regex pattern matching, Unicode support, and support for searching multiple file types, making it a powerful tool for searching through large codebases and other collections of text files. In addition to searching for patterns, ripgrep can also be used to perform simple text transformations on the fly, making it a versatile tool for text processing tasks. You can install ripgrep using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_ripgrep.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/ripgrep/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec1S0eTHlwzkG3GD","slug":"exiftool_org","homepage":"https://exiftool.org","name":"exiftool.org","version":"12.60.0","last_modified":"2023-05-07T22:29:00.000Z","full_name":"exiftool.org","dl_count":0,"thumb_image_name":"exiftool_org.jpg","created":"2023-05-07T22:41:34.000Z","maintainer":"","desc":"Perl lib for reading and writing EXIF metadata","thumb_image_url":"https://tea.xyz/Images/packages/exiftool_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/exiftool.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recMngUimNQL3VXTj","slug":"pcre_org_v2","homepage":"https://pcre.org","maintainer":"pcre.org","name":"v2","version":"10.42.0","last_modified":"2023-04-17T02:26:24.000Z","full_name":"pcre.org/v2","dl_count":0,"thumb_image_name":"pcre_org_v2.jpg","created":"2023-02-26T13:56:04.000Z","desc":"Perl Compatible Regular Expressions library v2","thumb_image_url":"https://tea.xyz/Images/packages/pcre_org_v2.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pcre.org/v2/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recJ8OKWLkEIJWSMe","slug":"github_com_asciidoc_py_asciidoc_py","maintainer":"asciidoc-py","name":"asciidoc-py","version":"10.2.0","last_modified":"2023-05-03T02:58:24.000Z","full_name":"github.com/asciidoc-py/asciidoc-py","dl_count":0,"thumb_image_name":"github_com_asciidoc_py_asciidoc_py.jpg","created":"2023-05-03T03:41:27.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/github_com_asciidoc_py_asciidoc_py.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/asciidoc-py/asciidoc-py/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recU6gp1ahWqMuT5j","slug":"fmt_dev","homepage":"https://fmt.dev","name":"fmt.dev","version":"10.0.0","last_modified":"2023-05-10T21:42:40.000Z","full_name":"fmt.dev","dl_count":0,"thumb_image_name":"fmt_dev.jpg","created":"2023-04-12T09:07:04.000Z","maintainer":"","desc":"Open-source formatting library for C++","thumb_image_url":"https://tea.xyz/Images/packages/fmt_dev.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/fmt.dev/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recv2QppLJR0q8xnc","slug":"npmjs_com","homepage":"https://npmjs.com","name":"npm","version":"9.6.7","last_modified":"2023-05-18T14:18:18.000Z","full_name":"npmjs.com","dl_count":0,"thumb_image_name":"npmjs_com.jpg","created":"2022-11-02T01:36:07.000Z","maintainer":"","desc":"a powerful tool used by developers to manage and interact with JavaScript and Node.js packages, enabling them to easily install, update, and remove packages, manage dependencies, and publish their own code to the npm registry","thumb_image_url":"https://tea.xyz/Images/packages/npmjs_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/npmjs.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recSZ305UlAS9rq1q","slug":"ijg_org","homepage":"https://ijg.org","name":"libjpeg","version":"9.5.0","last_modified":"2023-04-14T09:17:52.000Z","full_name":"ijg.org","dl_count":2363922,"thumb_image_name":"ijg-org.jpg","created":"2022-10-19T07:18:00.000Z","maintainer":"","desc":"Image manipulation library","thumb_image_url":"https://tea.xyz/Images/packages/ijg_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ijg.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recF4oPL9jxHSTZKo","slug":"haskell_org","homepage":"https://haskell.org","name":"haskell","version":"9.4.4","last_modified":"2023-04-18T05:05:36.000Z","full_name":"haskell.org","dl_count":40848,"thumb_image_name":"haskell-org.jpg","created":"2022-10-19T07:18:00.000Z","maintainer":"","desc":"An advanced, purely functional programming language","thumb_image_url":"https://tea.xyz/Images/packages/haskell_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/haskell.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec4y1925zvFYbcwC","slug":"proj_org","homepage":"https://proj.org","name":"proj.org","version":"9.2.0","last_modified":"2023-05-06T23:58:34.000Z","full_name":"proj.org","dl_count":0,"thumb_image_name":"proj_org.jpg","created":"2023-05-07T00:41:34.000Z","maintainer":"","desc":"Cartographic Projections Library","thumb_image_url":"https://tea.xyz/Images/packages/proj_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/proj.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recFqwOok0aD8dRFf","slug":"gnu_org_coreutils","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gnu.org/coreutils","version":"9.1.0","last_modified":"2023-04-14T22:30:37.000Z","full_name":"gnu.org/coreutils","dl_count":0,"thumb_image_name":"gnu_org_coreutils.jpg","created":"2022-10-27T14:13:25.000Z","desc":"GNU File, Shell, and Text utilities","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_coreutils.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/coreutils/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recmV3i4aaHcyovky","slug":"vim_org","homepage":"https://vim.org","name":"vim.org","version":"9.0.1566","last_modified":"2023-05-18T19:23:50.000Z","full_name":"vim.org","dl_count":0,"thumb_image_name":"vim_org.jpg","created":"2023-02-12T00:49:59.000Z","maintainer":"","desc":"Vi 'workalike' with many additional features","thumb_image_url":"https://tea.xyz/Images/packages/vim_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/vim.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recdB627HKa2XmorH","slug":"pcre_org","homepage":"https://pcre.org","name":"pcre.org","version":"8.45.0","last_modified":"2023-04-14T04:46:23.000Z","full_name":"pcre.org","dl_count":2396413,"thumb_image_name":"pcre-org.jpg","created":"2022-10-19T07:18:00.000Z","maintainer":"","desc":"The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5","thumb_image_url":"https://tea.xyz/Images/packages/pcre_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pcre.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recdUCHyoPKaqv0mZ","slug":"ipython_org","homepage":"https://ipython.org","name":"ipython.org","version":"8.13.2","last_modified":"2023-05-04T12:51:01.000Z","full_name":"ipython.org","dl_count":0,"thumb_image_name":"ipython_org.jpg","created":"2023-04-16T05:41:20.000Z","maintainer":"","desc":"Interactive computing in Python","thumb_image_url":"https://tea.xyz/Images/packages/ipython_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ipython.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recqJQrgM3aLJmFnR","slug":"crates_io_fd_find","homepage":"https://crates.io","maintainer":"crates.io","name":"fd-find","version":"8.7.0","last_modified":"2023-04-17T00:44:10.000Z","full_name":"crates.io/fd-find","dl_count":0,"thumb_image_name":"crates_io_fd_find.jpg","created":"2022-12-07T01:02:06.000Z","desc":"fd-find is a command-line utility that allows users to quickly and easily search for files and directories in a given directory tree. It is implemented in Rust and is designed to be fast, efficient, and easy to use. It supports a wide range of features, including file type filtering, regex matching, and exclusion patterns, making it a powerful tool for finding exactly what you're looking for on your filesystem.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_fd_find.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/fd-find/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recJTJ60xa4EspMB5","slug":"tcl_tk_tcl","homepage":"https://tcl.tk","maintainer":"tcl.tk","name":"tcl","version":"8.6.13","last_modified":"2023-04-16T00:39:27.000Z","full_name":"tcl.tk/tcl","dl_count":0,"thumb_image_name":"prql_lang_org.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Tool Command Language","thumb_image_url":"https://tea.xyz/Images/packages/tcl_tk_tcl.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tcl.tk/tcl/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGQ0CXxf7eRIOSC","slug":"pnpm_io","homepage":"https://pnpm.io","name":"pnpm.io","version":"8.5.1","last_modified":"2023-05-15T01:04:54.000Z","full_name":"pnpm.io","dl_count":0,"thumb_image_name":"pnpm_io.jpg","created":"2022-12-31T00:21:50.000Z","maintainer":"","desc":"pnpm is a package manager for JavaScript that aims to improve upon the performance of other package managers like npm and yarn. It does this by reducing duplication of packages in node_modules directories, and using hard links and symlinks to save space on the user's filesystem. pnpm also includes a number of other features and improvements over other package managers, such as support for pluggable package management and the ability to import packages from other package managers.","thumb_image_url":"https://tea.xyz/Images/packages/pnpm_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pnpm.io/package.yml","categories":["top_packages"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recgMHybhtst50eE0","slug":"php_net","homepage":"https://php.net","name":"php.net","version":"8.2.6","last_modified":"2023-05-12T07:02:03.000Z","full_name":"php.net","dl_count":0,"thumb_image_name":"php_net.jpg","created":"2023-04-24T18:41:30.000Z","maintainer":"","desc":"General-purpose scripting language","thumb_image_url":"https://tea.xyz/Images/packages/php_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/php.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recbs9M8xdU8anerP","slug":"gnu_org_readline","homepage":"https://gnu.org","maintainer":"gnu.org","name":"readline","version":"8.2.0","last_modified":"2023-04-18T19:15:20.000Z","full_name":"gnu.org/readline","dl_count":0,"thumb_image_name":"gnu-org-readline.jpg","created":"2022-10-19T07:18:00.000Z","desc":"Library for command-line editing","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_readline.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/readline/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3fh5l4JeE0Qo5Y","slug":"curl_se","homepage":"https://curl.se","name":"cURL","version":"8.1.0","last_modified":"2023-05-17T16:58:48.000Z","full_name":"curl.se","dl_count":97,"thumb_image_name":"curl_se.jpg","created":"2022-10-19T07:18:00.000Z","maintainer":"","desc":"Get a file from an HTTP, HTTPS or FTP server","thumb_image_url":"https://tea.xyz/Images/packages/curl_se.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/curl.se/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnN1EDRGo0VTRVe","slug":"mysql_com","homepage":"https://mysql.com","name":"mysql.com","version":"8.0.33","last_modified":"2023-04-19T19:37:29.000Z","full_name":"mysql.com","dl_count":0,"thumb_image_name":"mysql_com.jpg","created":"2023-04-10T13:03:48.000Z","maintainer":"","desc":"Open source relational database management system","thumb_image_url":"https://tea.xyz/Images/packages/mysql_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/mysql.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec080OUeQ4i8WZVC","slug":"qhull_org","homepage":"https://qhull.org","name":"qhull.org","version":"8.0.2","last_modified":"2023-05-08T18:19:49.000Z","full_name":"qhull.org","dl_count":0,"thumb_image_name":"qhull_org.jpg","created":"2023-05-08T18:41:40.000Z","maintainer":"","desc":"Computes convex hulls in n dimensions","thumb_image_url":"https://tea.xyz/Images/packages/qhull_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/qhull.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recSX0gG39nBigRmu","slug":"qemu_org","homepage":"https://qemu.org","name":"qemu.org","version":"8.0.0","last_modified":"2023-05-10T03:55:55.000Z","full_name":"qemu.org","dl_count":0,"thumb_image_name":"qemu_org.jpg","created":"2023-05-10T04:41:38.000Z","maintainer":"","desc":"Emulator for x86 and PowerPC","thumb_image_url":"https://tea.xyz/Images/packages/qemu_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/qemu.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recUOrHHntn7TdYck","slug":"nmap_org","homepage":"https://nmap.org","name":"nmap.org","version":"7.93.0","last_modified":"2023-04-15T23:17:07.000Z","full_name":"nmap.org","dl_count":0,"thumb_image_name":"nmap_org.jpg","created":"2023-01-18T23:23:39.000Z","maintainer":"","desc":"Network authentication cracking tool","thumb_image_url":"https://tea.xyz/Images/packages/nmap_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nmap.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recgLCoOTaE1vGMvC","slug":"pytest_org","homepage":"https://pytest.org","name":"pytest.org","version":"7.3.1","last_modified":"2023-04-14T18:22:50.000Z","full_name":"pytest.org","dl_count":0,"thumb_image_name":"pytest_org.jpg","created":"2023-02-10T06:13:47.000Z","maintainer":"","desc":"Python testing framework making it easy to write simple and scalable test suites.","thumb_image_url":"https://tea.xyz/Images/packages/pytest_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pytest.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recTtwmDfmszctGyV","slug":"smartmontools_org","homepage":"https://smartmontools.org","name":"smartmontools.org","version":"7.3.0","last_modified":"2023-04-27T20:07:42.000Z","full_name":"smartmontools.org","dl_count":0,"thumb_image_name":"smartmontools_org.jpg","created":"2023-04-27T20:41:27.000Z","maintainer":"","desc":"SMART hard drive monitoring","thumb_image_url":"https://tea.xyz/Images/packages/smartmontools_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/smartmontools.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recvAOzc1HCwzQytU","slug":"harfbuzz_org","homepage":"https://harfbuzz.github.io/","name":"harfbuzz.org","version":"7.3.0","last_modified":"2023-05-09T21:40:58.000Z","full_name":"harfbuzz.org","dl_count":0,"thumb_image_name":"harfbuzz_org.jpg","created":"2022-10-20T01:39:20.000Z","maintainer":"","desc":"OpenType text shaping engine","thumb_image_url":"https://tea.xyz/Images/packages/harfbuzz_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/harfbuzz.org/package.yml","categories":["simply delightful"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rech2ARMqA7by7Kn2","slug":"nano_editor_org","homepage":"https://nano-editor.org","name":"nano-editor.org","version":"7.2.0","last_modified":"2023-04-19T00:22:04.000Z","full_name":"nano-editor.org","dl_count":0,"thumb_image_name":"nano_editor_org.jpg","created":"2023-03-21T02:04:08.000Z","maintainer":"","desc":"Free (GNU) replacement for the Pico text editor","thumb_image_url":"https://tea.xyz/Images/packages/nano_editor_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nano-editor.org/package.yml","categories":["foundation_essentials","essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recZ6PJgjQSxyMxEZ","slug":"imagemagick_org","homepage":"https://imagemagick.org","name":"imagemagick.org","version":"7.1.0.61","last_modified":"2023-04-20T19:51:12.000Z","full_name":"imagemagick.org","dl_count":0,"thumb_image_name":"imagemagick_org.jpg","created":"2023-02-12T00:49:59.000Z","maintainer":"","desc":"Tools and libraries to manipulate images in many formats","thumb_image_url":"https://tea.xyz/Images/packages/imagemagick_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/imagemagick.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recaUYdDFE2PKdMpM","slug":"graphviz_org","homepage":"https://graphviz.org","name":"graphviz.org","version":"7.1.0","last_modified":"2023-04-17T19:04:33.000Z","full_name":"graphviz.org","dl_count":0,"thumb_image_name":"graphviz_org.jpg","created":"2023-03-08T21:11:31.000Z","maintainer":"","desc":"Graph visualization software from AT&T and Bell Labs","thumb_image_url":"https://tea.xyz/Images/packages/graphviz_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/graphviz.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recCkbAvXyM9Fcv7g","slug":"redis_io","homepage":"https://redis.io","name":"redis.io","version":"7.0.11","last_modified":"2023-04-17T14:08:33.000Z","full_name":"redis.io","dl_count":0,"thumb_image_name":"redis_io.jpg","created":"2023-01-18T23:23:39.000Z","maintainer":"","desc":"Persistent key-value database, with built-in net interface","thumb_image_url":"https://tea.xyz/Images/packages/redis_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/redis.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recAc6bm2z98Tw95y","slug":"sphinx_doc_org","homepage":"https://sphinx-doc.org","name":"sphinx-doc.org","version":"7.0.1","last_modified":"2023-05-12T22:02:43.000Z","full_name":"sphinx-doc.org","dl_count":0,"thumb_image_name":"sphinx_doc_org.jpg","created":"2023-03-16T19:34:53.000Z","maintainer":"","desc":"Tool to create intelligent and beautiful documentation","thumb_image_url":"https://tea.xyz/Images/packages/sphinx_doc_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/sphinx-doc.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recz6hLjoIYRMDb9P","slug":"gnu_org_texinfo","homepage":"https://gnu.org","maintainer":"gnu.org","name":"texinfo","version":"7.0.1","last_modified":"2023-04-16T00:36:07.000Z","full_name":"gnu.org/texinfo","dl_count":0,"thumb_image_name":"gnu_org_texinfo.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Official documentation format of the GNU project","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_texinfo.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/texinfo/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recr22AGLwuh9iTde","slug":"github_com_kkos_oniguruma","maintainer":"kkos","name":"oniguruma","version":"6.9.8","last_modified":"2023-04-14T23:58:42.000Z","full_name":"github.com/kkos/oniguruma","dl_count":1651869,"thumb_image_name":"kkos-oniguruma.jpg","created":"2022-10-19T07:18:00.000Z","desc":"Regular expressions library","thumb_image_url":"https://tea.xyz/Images/packages/github_com_kkos_oniguruma.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/kkos/oniguruma/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recpHRtsaLnbBpbaa","slug":"github_com_swiftgen_swiftgen","homepage":"https://github.com/SwiftGen/SwiftGen","maintainer":"SwiftGen","name":"SwiftGen","version":"6.6.2","last_modified":"2023-04-28T21:57:23.000Z","full_name":"github.com/SwiftGen/SwiftGen","dl_count":0,"thumb_image_name":"github_com_swiftgen_swiftgen.jpg","created":"2023-04-28T22:41:29.000Z","desc":"Swift code generator for assets, storyboards, Localizable.strings, …","thumb_image_url":"https://tea.xyz/Images/packages/github_com_swiftgen_swiftgen.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/SwiftGen/SwiftGen/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec2WHOrQlj2eJeO3","slug":"invisible_island_net_ncurses","homepage":"https://invisible-island.net","maintainer":"invisible-island.net","name":"ncurses","version":"6.4.0","last_modified":"2023-04-24T16:51:45.000Z","full_name":"invisible-island.net/ncurses","dl_count":1808593,"thumb_image_name":"invisible-island.jpg","created":"2022-10-19T07:18:00.000Z","desc":"Text-based UI library","thumb_image_url":"https://tea.xyz/Images/packages/invisible_island_net_ncurses.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/invisible-island.net/ncurses/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGtNeCNtRp9Iwfx","slug":"strace_io","homepage":"https://strace.io","name":"strace.io","version":"6.3.0","last_modified":"2023-05-08T21:20:19.000Z","full_name":"strace.io","dl_count":0,"thumb_image_name":"strace_io-new.jpg","created":"2023-03-21T19:55:48.000Z","maintainer":"","desc":"Diagnostic, instructional, and debugging tool for the Linux kernel","thumb_image_url":"https://tea.xyz/Images/packages/strace_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/strace.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recxJblZvDaAE9r0w","slug":"gnu_org_gmp","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gnu.org/gmp","version":"6.2.1","last_modified":"2023-04-19T20:12:25.000Z","full_name":"gnu.org/gmp","dl_count":0,"thumb_image_name":"gnu_org_gmp.jpg","created":"2022-10-20T01:39:20.000Z","desc":"GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_gmp.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/gmp/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recPrw73AW2UWVCZ2","slug":"rubygems_org_gist","homepage":"https://rubygems.org","maintainer":"rubygems.org","name":"gist","version":"6.0.0","last_modified":"2022-12-09T22:23:39.000Z","full_name":"rubygems.org/gist","dl_count":0,"thumb_image_name":"sd__0004_rubygems_org_gist.jpg","created":"2022-12-07T01:02:06.000Z","desc":"Gist is a Ruby gem (package) that allows users to interact with the Gist service provided by GitHub from within Ruby programs. It allows users to create, read, update, and delete gists through the GitHub API, and includes features such as support for authenticated requests, pagination, and error handling. The Gist gem is maintained by GitHub and is available for users to install and use in their own Ruby projects through the RubyGems package manager. The RubyGems website provides documentation, installation instructions, and other resources for users who want to use the Gist gem in their projects. You can install gist using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/rubygems_org_gist.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rubygems.org/gist/package.yml","categories":["star-struck heavyweights"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec62BzRIdHLhTNbN","slug":"info_zip_org_unzip","homepage":"https://infozip.sourceforge.net/","maintainer":"info-zip.org","name":"unzip","version":"6.0.0","last_modified":"2023-04-14T18:46:05.000Z","full_name":"info-zip.org/unzip","dl_count":262181,"thumb_image_name":"info_zip_org_unzip_option 2.jpg","created":"2022-10-19T07:18:00.000Z","desc":"Extraction utility for .zip compressed archives","thumb_image_url":"https://tea.xyz/Images/packages/info_zip_org_unzip.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/info-zip.org/unzip/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3kj7T7koVxARN5","slug":"tcl_lang_org_expect","homepage":"https://tcl-lang.org","maintainer":"tcl-lang.org","name":"expect","version":"5.45.4","last_modified":"2023-05-01T18:26:22.000Z","full_name":"tcl-lang.org/expect","dl_count":0,"thumb_image_name":"tcl_lang_org_expect.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Program that can automate interactive applications","thumb_image_url":"https://tea.xyz/Images/packages/tcl_lang_org_expect.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tcl-lang.org/expect/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recxMlcITgB3k1q9t","slug":"darwinsys_com_file","homepage":"https://darwinsys.com","maintainer":"darwinsys.com","name":"file","version":"5.43.0","last_modified":"2023-04-14T23:57:55.000Z","full_name":"darwinsys.com/file","dl_count":160690,"thumb_image_name":"darwinsys_com_file_option 1.jpg","created":"2022-10-19T07:18:00.000Z","desc":"The file command is \"a file type guesser\", that is, a command-line tool that tells you in words what kind of data a file contains. Unlike most GUI systems, command-line UNIX systems - with this program leading the charge - don't rely on filename extentions to tell you the type of a file, but look at the file's actual contents. This is, of course, more reliable, but requires a bit of I/O","thumb_image_url":"https://tea.xyz/Images/packages/darwinsys_com_file.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/darwinsys.com/file/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec5eh4rzvWVb657Z","slug":"perl_org","homepage":"https://perl.org","maintainer":"perl.org","name":"perl","version":"5.36.1","last_modified":"2023-04-23T20:51:29.000Z","full_name":"perl.org","dl_count":413947,"thumb_image_name":"perl_org_option 2.jpg","created":"2022-10-20T01:39:20.000Z","desc":"Highly capable, feature-rich programming language","thumb_image_url":"https://tea.xyz/Images/packages/perl_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/perl.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recD9xTKk2KBM5ItM","slug":"kernel_org_linux_headers","homepage":"https://kernel.org","maintainer":"kernel.org","name":"linux-headers","version":"5.19.17","last_modified":"2023-05-17T16:23:18.000Z","full_name":"kernel.org/linux-headers","dl_count":0,"thumb_image_name":"kernel_org_linux_headers.jpg","created":"2023-04-26T02:41:25.000Z","desc":"Header files of the Linux kernel","thumb_image_url":"https://tea.xyz/Images/packages/kernel_org_linux_headers.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/kernel.org/linux-headers/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recSqwCCvmfFN4ITo","slug":"zsh_sourceforge_io","homepage":"https://zsh.sourceforge.io","name":"zsh.sourceforge.io","version":"5.9.0","last_modified":"2023-04-16T05:31:35.000Z","full_name":"zsh.sourceforge.io","dl_count":0,"thumb_image_name":"zsh_sourceforge_io.jpg","created":"2023-02-10T06:13:47.000Z","maintainer":"","desc":"Interactive file transfers over SSH","thumb_image_url":"https://tea.xyz/Images/packages/zsh_sourceforge_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/zsh.sourceforge.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recrAZLbqRSJCWZgz","slug":"html_tidy_org","homepage":"https://html-tidy.org","name":"html-tidy.org","version":"5.8.0","last_modified":"2023-04-28T21:54:48.000Z","full_name":"html-tidy.org","dl_count":0,"thumb_image_name":"html_tidy_org.jpg","created":"2023-04-28T22:41:29.000Z","maintainer":"","desc":"Granddaddy of HTML tools, with support for modern standards","thumb_image_url":"https://tea.xyz/Images/packages/html_tidy_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/html-tidy.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recVYkPvjh1Qp5Btl","slug":"k3d_io","homepage":"https://k3d.io","name":"k3d.io","version":"5.5.0","last_modified":"2023-05-17T15:51:29.000Z","full_name":"k3d.io","dl_count":0,"thumb_image_name":"k3d_io.jpg","created":"2023-04-25T18:41:26.000Z","maintainer":"","desc":"Little helper to run CNCF's k3s in Docker","thumb_image_url":"https://tea.xyz/Images/packages/k3d_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/k3d.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recARsFamXy1vXB7o","slug":"lua_org","homepage":"https://lua.org","name":"lua.org","version":"5.4.6","last_modified":"2023-05-14T07:09:16.000Z","full_name":"lua.org","dl_count":0,"thumb_image_name":"lua_org.jpg","created":"2022-12-07T01:02:06.000Z","maintainer":"","desc":"Powerful, lightweight programming language","thumb_image_url":"https://tea.xyz/Images/packages/lua_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/lua.org/package.yml","categories":["star-struck heavyweights"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec4gfWDlJxVVORkS","slug":"gnuplot_info","homepage":"https://gnuplot.info","name":"gnuplot.info","version":"5.4.6","last_modified":"2023-04-25T19:47:39.000Z","full_name":"gnuplot.info","dl_count":0,"thumb_image_name":"gnuplot_info.jpg","created":"2023-04-25T20:41:24.000Z","maintainer":"","desc":"Command-driven, interactive function plotting","thumb_image_url":"https://tea.xyz/Images/packages/gnuplot_info.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnuplot.info/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recfBIgBkSGBrD0QE","slug":"tukaani_org_xz","homepage":"https://tukaani.org","maintainer":"tukaani.org","name":"xz","version":"5.4.3","last_modified":"2023-05-04T16:31:09.000Z","full_name":"tukaani.org/xz","dl_count":5739941,"thumb_image_name":"tukaani_org_xz_option 2.jpg","created":"2022-10-20T01:39:20.000Z","desc":"General-purpose data compression with high compression ratio","thumb_image_url":"https://tea.xyz/Images/packages/tukaani_org_xz.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tukaani.org/xz/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recsQrt5AQWlBuVK8","slug":"tesseract_ocr_github_io","homepage":"https://tesseract-ocr.github.io","name":"tesseract-ocr.github.io","version":"5.3.1","last_modified":"2023-04-20T06:31:47.000Z","full_name":"tesseract-ocr.github.io","dl_count":0,"thumb_image_name":"tesseract_ocr_github_io.jpg","created":"2023-03-16T20:11:32.000Z","maintainer":"","desc":"An Optical Character Recognition (OCR) engine for converting printed text into digital format, enabling accurate text extraction and analysis.","thumb_image_url":"https://tea.xyz/Images/packages/tesseract_ocr_github_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tesseract-ocr.github.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recZrfu3vJJuVH4t8","slug":"jemalloc_net","homepage":"https://jemalloc.net","name":"jemalloc.net","version":"5.3.0","last_modified":"2023-05-08T18:07:23.000Z","full_name":"jemalloc.net","dl_count":0,"thumb_image_name":"jemalloc_net.jpg","created":"2023-05-08T18:41:40.000Z","maintainer":"","desc":"Implementation of malloc emphasizing fragmentation avoidance","thumb_image_url":"https://tea.xyz/Images/packages/jemalloc_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/jemalloc.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recdw2TiDAjmz59cK","slug":"gnu_org_bash","homepage":"https://gnu.org","maintainer":"gnu.org","name":"bash","version":"5.2.15","last_modified":"2023-05-08T14:17:24.000Z","full_name":"gnu.org/bash","dl_count":383633,"thumb_image_name":"gnu_org_bash_option 1.jpg","created":"2022-10-20T01:39:20.000Z","desc":"Bourne-Again SHell, a UNIX command interpreter","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_bash.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/bash/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3TkmxYY3LJSivD","slug":"gnu_org_gawk","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gawk","version":"5.2.2","last_modified":"2023-05-09T06:06:03.000Z","full_name":"gnu.org/gawk","dl_count":0,"thumb_image_name":"gnu_org_gawk.jpg","created":"2023-01-18T23:23:39.000Z","desc":"GNU awk utility","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_gawk.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/gawk/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recN28eUTlpK4xS9D","slug":"phpmyadmin_net","homepage":"https://phpmyadmin.net","name":"phpmyadmin.net","version":"5.2.1","last_modified":"2023-05-11T23:02:40.000Z","full_name":"phpmyadmin.net","dl_count":0,"thumb_image_name":"phpmyadmin_net.jpg","created":"2023-05-11T23:41:34.000Z","maintainer":"","desc":"Web interface for MySQL and MariaDB","thumb_image_url":"https://tea.xyz/Images/packages/phpmyadmin_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/phpmyadmin.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recE16CYi6QOXGrG8","slug":"giflib_sourceforge_io","homepage":"https://giflib.sourceforge.io","name":"giflib.sourceforge.io","version":"5.2.1","last_modified":"2023-04-16T19:04:22.000Z","full_name":"giflib.sourceforge.io","dl_count":0,"thumb_image_name":"giflib_sourceforge_io.jpg","created":"2023-02-13T17:48:23.000Z","maintainer":"","desc":"Library and utilities for processing GIFs","thumb_image_url":"https://tea.xyz/Images/packages/giflib_sourceforge_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/giflib.sourceforge.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3cqoPc7oc9ORXx","slug":"github_com_mtoyoda_sl","homepage":"https://github.com/mtoyoda/sl","maintainer":"mtoyoda","name":"sl","version":"5.2.0","last_modified":"2023-04-16T01:56:47.000Z","full_name":"github.com/mtoyoda/sl","dl_count":0,"thumb_image_name":"github_com_mtoyoda_sl.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Prints a steam locomotive if you type sl instead of ls","thumb_image_url":"https://tea.xyz/Images/packages/github_com_mtoyoda_sl.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/mtoyoda/sl/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recJUHeguS8GyRtAW","slug":"ffmpeg_org","homepage":"https://ffmpeg.org","name":"ffmpeg.org","version":"5.1.2","last_modified":"2023-04-15T00:03:05.000Z","full_name":"ffmpeg.org","dl_count":0,"thumb_image_name":"ffmpeg_org.jpg","created":"2022-11-18T02:17:05.000Z","maintainer":"","desc":"Play, record, convert, and stream audio and video","thumb_image_url":"https://tea.xyz/Images/packages/ffmpeg_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ffmpeg.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recushl9pNkHBJPw9","slug":"github_com_adah1972_libunibreak","homepage":"https://github.com/adah1972/libunibreak","maintainer":"adah1972","name":"libunibreak","version":"5.1.0","last_modified":"2023-04-28T21:48:49.000Z","full_name":"github.com/adah1972/libunibreak","dl_count":0,"thumb_image_name":"github_com_adah1972_libunibreak.jpg","created":"2023-04-28T22:41:29.000Z","desc":"Implementation of the Unicode line- and word-breaking algorithms","thumb_image_url":"https://tea.xyz/Images/packages/github_com_adah1972_libunibreak.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/adah1972/libunibreak/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recbjmXd5ih2ZxmKV","slug":"docbook_org","homepage":"https://docbook.org","name":"docbook.org","version":"5.1.0","last_modified":"2023-04-19T04:39:14.000Z","full_name":"docbook.org","dl_count":0,"thumb_image_name":"docbook_org-new.jpg","created":"2023-03-21T18:52:10.000Z","maintainer":"","desc":"Standard SGML representation system for technical documents","thumb_image_url":"https://tea.xyz/Images/packages/docbook_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/docbook.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rect0d4idIN3yhpeY","slug":"github_com_nishanths_license","maintainer":"nishanths","name":"license","version":"5.0.4","last_modified":"2023-04-16T05:15:45.000Z","full_name":"github.com/nishanths/license","dl_count":0,"thumb_image_name":"github_com_nishanths_license.jpg","created":"2023-02-10T06:13:47.000Z","desc":"A command-line tool to generate open-source software licenses","thumb_image_url":"https://tea.xyz/Images/packages/github_com_nishanths_license.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/nishanths/license/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recXX4h9gcmisr3Yw","slug":"kubernetes_io_kustomize","homepage":"https://kubernetes.io","maintainer":"kubernetes.io","name":"kustomize","version":"5.0.3","last_modified":"2023-05-09T20:19:42.000Z","full_name":"kubernetes.io/kustomize","dl_count":0,"thumb_image_name":"kubernetes_io_kustomize.jpg","created":"2023-03-24T20:09:50.000Z","desc":"Template-free customization of Kubernetes YAML manifests","thumb_image_url":"https://tea.xyz/Images/packages/kubernetes_io_kustomize.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/kubernetes.io/kustomize/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recfj9v5uWHnNYPqv","slug":"mozilla_org_nspr","homepage":"https://mozilla.org","maintainer":"mozilla.org","name":"nspr","version":"4.34.1","last_modified":"2023-04-28T18:42:04.000Z","full_name":"mozilla.org/nspr","dl_count":0,"thumb_image_name":"mozilla_org_nspr.jpg","created":"2023-04-28T19:41:44.000Z","desc":"Platform-neutral API for system-level and libc-like functions","thumb_image_url":"https://tea.xyz/Images/packages/mozilla_org_nspr.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/mozilla.org/nspr/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckSyaNnKGdJVg99","slug":"github_com_mikefarah_yq","homepage":"https://github.com/mikefarah/yq","maintainer":"mikefarah","name":"yq","version":"4.33.3","last_modified":"2023-04-21T00:15:36.000Z","full_name":"github.com/mikefarah/yq","dl_count":0,"thumb_image_name":"github_com_mikefarah_yq.jpg","created":"2022-12-31T00:21:50.000Z","desc":"yq is a command-line tool for parsing and formatting YAML files. It is written in Go and allows users to extract and manipulate data from YAML documents in a number of ways, such as by selecting specific elements, modifying values, and applying transformations. yq is widely used for tasks such as configuration management, data processing, and automation. It is available as open source software and can be installed and used on a variety of platforms. You can go ahead and install yq using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/github_com_mikefarah_yq.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/mikefarah/yq/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recUhObUda2QX9iXN","slug":"gnu_org_libtasn1","homepage":"https://gnu.org","maintainer":"gnu.org","name":"libtasn1","version":"4.19.0","last_modified":"2023-04-16T06:36:57.000Z","full_name":"gnu.org/libtasn1","dl_count":0,"thumb_image_name":"gnu_org_libtasn1.jpg","created":"2023-02-10T06:13:47.000Z","desc":"ASN.1 structure parser library","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_libtasn1.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/libtasn1/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recYVJtBhwfJnjg3A","slug":"github_com_z3prover_z3","homepage":"https://github.com/Z3Prover/z3","maintainer":"Z3Prover","name":"z3","version":"4.12.2","last_modified":"2023-05-12T21:52:31.000Z","full_name":"github.com/Z3Prover/z3","dl_count":0,"thumb_image_name":"github_com_z3prover_z3-new.jpg","created":"2023-03-17T19:37:58.000Z","desc":"High-performance theorem prover","thumb_image_url":"https://tea.xyz/Images/packages/github_com_z3prover_z3.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/Z3Prover/z3/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recluj3jTQr1NT1cf","slug":"github_com_nodenv_node_build","homepage":"https://github.com/nodenv/node-build","maintainer":"nodenv","name":"node-build","version":"4.9.116","last_modified":"2023-05-17T10:15:56.000Z","full_name":"github.com/nodenv/node-build","dl_count":0,"thumb_image_name":"github_com_nodenv_node_build.jpg","created":"2023-04-27T20:41:27.000Z","desc":"Install NodeJS versions","thumb_image_url":"https://tea.xyz/Images/packages/github_com_nodenv_node_build.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/nodenv/node-build/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reck1aS0f8rOPdT51","slug":"lftp_yar_ru","homepage":"https://lftp.yar.ru","name":"lftp.yar.ru","version":"4.9.1","last_modified":"2023-05-05T23:47:50.000Z","full_name":"lftp.yar.ru","dl_count":0,"thumb_image_name":"lftp_yar_ru.jpg","created":"2023-05-05T22:41:32.000Z","maintainer":"","desc":"Sophisticated file transfer program","thumb_image_url":"https://tea.xyz/Images/packages/lftp_yar_ru.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/lftp.yar.ru/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec4WywT6QBkvhHdl","slug":"gnu_org_sed","homepage":"https://gnu.org","maintainer":"gnu.org","name":"sed","version":"4.9.0","last_modified":"2023-04-18T21:51:08.000Z","full_name":"gnu.org/sed","dl_count":0,"thumb_image_name":"gnu_org_sed.jpg","created":"2023-03-16T01:26:53.000Z","desc":"GNU implementation of the famous stream editor","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_sed.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/sed/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recmUlKStLlOjzcxf","slug":"midnight_commander_org","homepage":"https://midnight-commander.org","name":"midnight-commander.org","version":"4.8.29","last_modified":"2023-04-21T00:19:53.000Z","full_name":"midnight-commander.org","dl_count":0,"thumb_image_name":"midnight_commander_org.jpg","created":"2022-11-18T02:17:05.000Z","maintainer":"","desc":"Terminal-based visual file manager","thumb_image_url":"https://tea.xyz/Images/packages/midnight_commander_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/midnight-commander.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec8EXVzU4lGfvRHU","slug":"freedesktop_org_slirp","homepage":"https://freedesktop.org","maintainer":"freedesktop.org","name":"slirp","version":"4.7.0","last_modified":"2023-05-09T20:58:56.000Z","full_name":"freedesktop.org/slirp","dl_count":0,"thumb_image_name":"freedesktop_org_slirp.jpg","created":"2023-03-10T15:52:19.000Z","desc":"General purpose TCP-IP emulator","thumb_image_url":"https://tea.xyz/Images/packages/freedesktop_org_slirp.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freedesktop.org/slirp/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recPzDx2QGSJ4vn6v","slug":"scons_org","homepage":"https://scons.org","name":"scons.org","version":"4.5.2","last_modified":"2023-04-21T00:19:15.000Z","full_name":"scons.org","dl_count":0,"thumb_image_name":"scons_org.jpg","created":"2023-04-12T09:07:04.000Z","maintainer":"","desc":"Substitute for classic 'make' tool with autoconf/automake functionality","thumb_image_url":"https://tea.xyz/Images/packages/scons_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/scons.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recgd3rjx4AeJ4g8L","slug":"simplesystems_org_libtiff","homepage":"https://simplesystems.org","maintainer":"simplesystems.org","name":"libtiff","version":"4.5.0","last_modified":"2023-04-17T03:37:16.000Z","full_name":"simplesystems.org/libtiff","dl_count":0,"thumb_image_name":"simplesystems_org_libtiff.jpg","created":"2023-03-01T11:57:26.000Z","desc":"Tag Image File Format library for reading and writing TIFF images","thumb_image_url":"https://tea.xyz/Images/packages/simplesystems_org_libtiff.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/simplesystems.org/libtiff/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rechagAtZpDAAmya9","slug":"podman_io","homepage":"https://podman.io","name":"podman.io","version":"4.5.0","last_modified":"2023-05-12T23:27:05.000Z","full_name":"podman.io","dl_count":0,"thumb_image_name":"podman_io.jpg","created":"2023-05-12T23:41:34.000Z","maintainer":"","desc":"Tool for managing OCI containers and pods","thumb_image_url":"https://tea.xyz/Images/packages/podman_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/podman.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recxBHTiUt8YxZPqf","slug":"github_com_besser82_libxcrypt","homepage":"https://github.com/besser82/libxcrypt","maintainer":"besser82","name":"libxcrypt","version":"4.4.33","last_modified":"2023-04-21T07:17:53.000Z","full_name":"github.com/besser82/libxcrypt","dl_count":0,"thumb_image_name":"github_com_besser82_libxcrypt-new.jpg","created":"2023-03-21T19:55:48.000Z","desc":"Extended crypt library for descrypt, md5crypt, bcrypt, and others","thumb_image_url":"https://tea.xyz/Images/packages/github_com_besser82_libxcrypt.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/besser82/libxcrypt/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec8BhjJhAaVqSqmW","slug":"zeromq_org","homepage":"https://zeromq.org","name":"zeromq.org","version":"4.3.4","last_modified":"2023-04-15T05:50:44.000Z","full_name":"zeromq.org","dl_count":0,"thumb_image_name":"zeromq_org.jpg","created":"2022-12-31T00:21:50.000Z","maintainer":"","desc":"ZeroMQ is a high-performance asynchronous messaging library that allows for the development of distributed applications. It is designed to be lightweight and efficient, and provides a number of features such as simple APIs, low-level support for multiple languages, and support for a wide range of transport protocols. ZeroMQ is used in a variety of applications such as financial trading systems, gaming engines, and large-scale message processing systems. It is an open source project and is available for users to download and use in their own applications.","thumb_image_url":"https://tea.xyz/Images/packages/zeromq_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/zeromq.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recVT4KYnEppUWAId","slug":"libwebsockets_org","homepage":"https://libwebsockets.org","name":"libwebsockets.org","version":"4.3.2","last_modified":"2023-04-14T09:21:38.000Z","full_name":"libwebsockets.org","dl_count":0,"thumb_image_name":"libwebsockets_org.jpg","created":"2022-12-07T01:02:06.000Z","maintainer":"","desc":"C websockets server library","thumb_image_url":"https://tea.xyz/Images/packages/libwebsockets_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libwebsockets.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recEePdQWa8aVXcf4","slug":"gnu_org_make","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gnu.org/make","version":"4.3.0","last_modified":"2023-04-15T23:15:20.000Z","full_name":"gnu.org/make","dl_count":127144,"thumb_image_name":"gnu_org_make_option 2.jpg","created":"2022-10-20T01:39:20.000Z","desc":"Utility for directing compilation","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_make.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/make/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recdcbJaTNX4P3w2Y","slug":"heasarc_gsfc_nasa_gov_cfitsio","homepage":"https://heasarc.gsfc.nasa.gov","maintainer":"heasarc.gsfc.nasa.gov","name":"cfitsio","version":"4.2.0","last_modified":"2023-05-10T01:27:45.000Z","full_name":"heasarc.gsfc.nasa.gov/cfitsio","dl_count":0,"thumb_image_name":"heasarc_gsfc_nasa_gov_cfitsio.jpg","created":"2023-05-10T01:41:33.000Z","desc":"C access to FITS data files with optional Fortran wrappers","thumb_image_url":"https://tea.xyz/Images/packages/heasarc_gsfc_nasa_gov_cfitsio.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/heasarc.gsfc.nasa.gov/cfitsio/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec5ezeB0coDl7nFP","slug":"swig_org","homepage":"https://swig.org","name":"swig.org","version":"4.1.1","last_modified":"2023-04-19T04:35:21.000Z","full_name":"swig.org","dl_count":0,"thumb_image_name":"swig_org.jpg","created":"2023-03-21T14:30:08.000Z","maintainer":"","desc":"Generate scripting interfaces to C/C++ code","thumb_image_url":"https://tea.xyz/Images/packages/swig_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/swig.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recm4mpZjIDZwrT3Y","slug":"gnu_org_mpfr","homepage":"https://gnu.org","maintainer":"gnu.org","name":"mpfr","version":"4.1.1","last_modified":"2023-04-16T00:29:34.000Z","full_name":"gnu.org/mpfr","dl_count":0,"thumb_image_name":"gnu_org_mpfr.jpg","created":"2023-01-18T23:23:39.000Z","desc":"A C library for multiple-precision floating-point computations with correct rounding","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_mpfr.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/mpfr/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec2YT7tj5nU543l0","slug":"fukuchi_org_qrencode","homepage":"https://fukuchi.org","maintainer":"fukuchi.org","name":"qrencode","version":"4.1.1","last_modified":"2023-04-16T21:15:18.000Z","full_name":"fukuchi.org/qrencode","dl_count":0,"thumb_image_name":"QR Code generation.jpg","created":"2023-02-15T00:43:42.000Z","desc":"QR Code generation","thumb_image_url":"https://tea.xyz/Images/packages/fukuchi_org_qrencode.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/fukuchi.org/qrencode/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recz3mmrePHBwEJTD","slug":"crates_io_lighthouse","homepage":"https://crates.io","maintainer":"crates.io","name":"lighthouse","version":"4.1.0","last_modified":"2023-04-20T06:40:57.000Z","full_name":"crates.io/lighthouse","dl_count":0,"thumb_image_name":"crates_io_lighthouse.jpg","created":"2023-04-14T21:41:18.000Z","desc":"A scalable, secure, and high-performance Ethereum 2.0 client, designed for staking, validation, and node operation.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_lighthouse.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/lighthouse/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec935M4zwbku3FAu","slug":"mozilla_org_mozjpeg","homepage":"https://mozilla.org","maintainer":"mozilla.org","name":"mozjpeg","version":"4.0.3","last_modified":"2023-04-20T19:51:39.000Z","full_name":"mozilla.org/mozjpeg","dl_count":0,"thumb_image_name":"mozilla_org_mozjpeg.jpg","created":"2023-04-06T18:14:26.000Z","desc":"MozJPEG is an advanced JPEG encoder developed by Mozilla, designed to improve compression efficiency while maintaining high image quality.","thumb_image_url":"https://tea.xyz/Images/packages/mozilla_org_mozjpeg.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/mozilla.org/mozjpeg/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recxgwP6G4781VRxb","slug":"gitlab_com_procps_ng_watch","homepage":"https://gitlab.com","maintainer":"gitlab.com","name":"procps-ng","version":"4.0.3","last_modified":"2023-04-17T14:11:38.000Z","full_name":"gitlab.com/procps-ng/watch","dl_count":0,"thumb_image_name":"gitlab_com_procps_ng_watch.jpg","created":"2023-03-07T00:42:44.000Z","desc":"Executes a program periodically, showing output fullscreen","thumb_image_url":"https://tea.xyz/Images/packages/gitlab_com_procps_ng_watch.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gitlab.com/procps-ng/watch/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recf76pDYSLtVbfJk","slug":"github_com_pypa_twine","homepage":"https://github.com/pypa/twine","maintainer":"pypa","name":"twine","version":"4.0.2","last_modified":"2023-04-17T15:55:20.000Z","full_name":"github.com/pypa/twine","dl_count":0,"thumb_image_name":"github_com_pypa_twine.jpg","created":"2023-03-07T20:04:16.000Z","desc":"Utilities for interacting with PyPI","thumb_image_url":"https://tea.xyz/Images/packages/github_com_pypa_twine.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/pypa/twine/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recwoWiEbIyhP95Xo","slug":"github_com_kevinburke_go_bindata","homepage":"https://github.com/kevinburke/go-bindata","maintainer":"kevinburke","name":"go-bindata","version":"4.0.2","last_modified":"2023-04-19T10:09:50.000Z","full_name":"github.com/kevinburke/go-bindata","dl_count":0,"thumb_image_name":"github_com_kevinburke_go_bindata.jpg","created":"2023-03-14T21:25:48.000Z","desc":"Small utility that generates Go code from any file","thumb_image_url":"https://tea.xyz/Images/packages/github_com_kevinburke_go_bindata.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/kevinburke/go-bindata/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recathEcZ1scRVS5m","slug":"capstone_engine_org","homepage":"https://capstone-engine.org","name":"capstone-engine.org","version":"4.0.2","last_modified":"2023-05-09T21:11:49.000Z","full_name":"capstone-engine.org","dl_count":0,"thumb_image_name":"capstone-engine-org.jpg","created":"2023-03-08T18:42:23.000Z","maintainer":"","desc":"Multi-platform, multi-architecture disassembly framework","thumb_image_url":"https://tea.xyz/Images/packages/capstone_engine_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/capstone-engine.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recz4UjIoglixkdra","slug":"jupyter_org","homepage":"https://jupyter.org","name":"jupyter.org","version":"4.0.0","last_modified":"2023-05-15T17:12:43.000Z","full_name":"jupyter.org","dl_count":0,"thumb_image_name":"jupyter_org.jpg","created":"2023-04-16T14:41:18.000Z","maintainer":"","desc":"Interactive environments for writing and running code","thumb_image_url":"https://tea.xyz/Images/packages/jupyter_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/jupyter.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recOvuqdLiaNdv2xt","slug":"github_com_jasper_software_jasper","maintainer":"jasper-software","name":"jasper","version":"4.0.0","last_modified":"2023-04-17T14:11:40.000Z","full_name":"github.com/jasper-software/jasper","dl_count":0,"thumb_image_name":"github_com_jasper_software_jasper.jpg","created":"2023-03-06T20:09:34.000Z","desc":"A software-based implementation of the codec specified in the JPEG-2000 Part-1 standard.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_jasper_software_jasper.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/jasper-software/jasper/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recFKDUGznrVl6tV1","slug":"lame_sourceforge_io","homepage":"https://lame.sourceforge.io","name":"lame.sourceforge.io","version":"3.100.0","last_modified":"2023-04-17T06:29:39.000Z","full_name":"lame.sourceforge.io","dl_count":0,"thumb_image_name":"lame_sourceforge_io.jpg","created":"2023-02-27T13:32:35.000Z","maintainer":"","desc":"High quality MPEG Audio Layer III (MP3) encoder","thumb_image_url":"https://tea.xyz/Images/packages/lame_sourceforge_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/lame.sourceforge.io/package.yml","categories":["starstruck"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3SRMT3oqxxl3Rv","slug":"pulumi_io","homepage":"https://pulumi.io","name":"pulumi.io","version":"3.68.0","last_modified":"2023-05-19T01:05:50.000Z","full_name":"pulumi.io","dl_count":0,"thumb_image_name":"pulumi_io.jpg","created":"2023-05-07T06:41:36.000Z","maintainer":"","desc":"Cloud native development platform","thumb_image_url":"https://tea.xyz/Images/packages/pulumi_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pulumi.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec70fG9lF1OeUw14","slug":"sqlite_org","homepage":"https://sqlite.org","name":"SQLite","version":"3.42.0","last_modified":"2023-05-17T19:09:50.000Z","full_name":"sqlite.org","dl_count":10270139,"thumb_image_name":"sqlite_org_option 2.jpg","created":"2022-10-20T01:39:20.000Z","maintainer":"","desc":"Lightweight, embedded, relational database management system","thumb_image_url":"https://tea.xyz/Images/packages/sqlite_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/sqlite.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rectEZU5CJf8VWEpF","slug":"cmake_org","homepage":"https://cmake.org","name":"cmake.org","version":"3.26.4","last_modified":"2023-05-18T19:29:33.000Z","full_name":"cmake.org","dl_count":1729632,"thumb_image_name":"cmake_org_option 2.jpg","created":"2022-10-20T01:39:20.000Z","maintainer":"","desc":"Cross-platform make","thumb_image_url":"https://tea.xyz/Images/packages/cmake_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/cmake.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reciJk5YtKktB8yVM","slug":"helm_sh","homepage":"https://helm.sh","name":"helm.sh","version":"3.12.0","last_modified":"2023-05-10T22:33:08.000Z","full_name":"helm.sh","dl_count":0,"thumb_image_name":"helm_sh.jpg","created":"2023-02-28T16:25:01.000Z","maintainer":"","desc":"Kubernetes package manager","thumb_image_url":"https://tea.xyz/Images/packages/helm_sh.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/helm.sh/package.yml","categories":["popular"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec6shhcaz5CvULWA","slug":"gomplate_ca","homepage":"https://gomplate.ca","name":"gomplate.ca","version":"3.11.4","last_modified":"2023-04-20T19:57:54.000Z","full_name":"gomplate.ca","dl_count":0,"thumb_image_name":"gomplate_ca.jpg","created":"2023-04-05T01:03:27.000Z","maintainer":"","desc":"Command-line Golang template processor","thumb_image_url":"https://tea.xyz/Images/packages/gomplate_ca.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gomplate.ca/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recwz3hmBsPsuoYM8","slug":"python_org","homepage":"https://python.org","name":"python","version":"3.11.3","last_modified":"2023-05-08T20:48:38.000Z","full_name":"python.org","dl_count":722,"thumb_image_name":"python-large.jpg","created":"2022-10-20T01:39:20.000Z","maintainer":"","desc":"High-level, interpreted, general-purpose programming language","thumb_image_url":"https://tea.xyz/Images/packages/python_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/python.org/package.yml","categories":["foundation_essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBDtre8eiCkbzQb","slug":"libgeos_org","homepage":"https://libgeos.org","name":"libgeos.org","version":"3.11.2","last_modified":"2023-04-21T13:18:10.000Z","full_name":"libgeos.org","dl_count":0,"thumb_image_name":"libgeos_org.jpg","created":"2023-04-21T13:41:20.000Z","maintainer":"","desc":"Geometry Engine","thumb_image_url":"https://tea.xyz/Images/packages/libgeos_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libgeos.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recKYoq7XebHxS6qt","slug":"gnu_org_grep","homepage":"https://gnu.org","maintainer":"gnu.org","name":"grep","version":"3.11.0","last_modified":"2023-05-13T08:50:43.000Z","full_name":"gnu.org/grep","dl_count":0,"thumb_image_name":"gnu_org_grep.jpg","created":"2023-03-02T12:41:39.000Z","desc":"GNU grep, egrep and fgrep","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_grep.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/grep/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recJG81vd225LTdpK","slug":"haskell_org_cabal","homepage":"https://haskell.org","maintainer":"haskell.org","name":"haskell.org/cabal","version":"3.10.1","last_modified":"2023-04-15T04:40:06.000Z","full_name":"haskell.org/cabal","dl_count":23463,"thumb_image_name":"haskell-org.jpg","created":"2022-10-20T01:39:21.000Z","desc":"Command-line interface for Cabal and Hackage","thumb_image_url":"https://tea.xyz/Images/packages/haskell_org_cabal.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/haskell.org/cabal/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recY1qLYg4KHHdUzA","slug":"flit_pypa_io","homepage":"https://flit.pypa.io","name":"flit.pypa.io","version":"3.9.0","last_modified":"2023-05-14T14:58:58.000Z","full_name":"flit.pypa.io","dl_count":0,"thumb_image_name":"flit_pypa_io.jpg","created":"2023-04-27T19:41:20.000Z","maintainer":"","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/flit_pypa_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/flit.pypa.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reces55Z0QddprNTn","slug":"gnu_org_bison","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gnu.org/bison","version":"3.8.2","last_modified":"2023-04-14T04:44:22.000Z","full_name":"gnu.org/bison","dl_count":302739,"thumb_image_name":"gnu_org_bison_option 1.jpg","created":"2022-10-20T01:39:20.000Z","desc":"Parser generator","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_bison.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/bison/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recLX4YLAtLtpdwLo","slug":"gnu_org_nettle","homepage":"https://gnu.org","maintainer":"gnu.org","name":"nettle","version":"3.8.1","last_modified":"2023-04-16T06:38:53.000Z","full_name":"gnu.org/nettle","dl_count":0,"thumb_image_name":"gnu_org_nettle.jpg","created":"2023-02-10T06:13:47.000Z","desc":"A low-level cryptographic library focusing on cryptographic algorithms and protocols.","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_nettle.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/nettle/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rechdoBQL2M9WR026","slug":"gnutls_org","homepage":"https://gnutls.org","name":"gnutls.org","version":"3.6.16","last_modified":"2023-04-16T10:13:44.000Z","full_name":"gnutls.org","dl_count":0,"thumb_image_name":"gnutls_org.jpg","created":"2023-02-10T06:13:47.000Z","maintainer":"","desc":"GNU Transport Layer Security (TLS) Library","thumb_image_url":"https://tea.xyz/Images/packages/gnutls_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnutls.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec84R9XuQd9siABI","slug":"libarchive_org","homepage":"https://libarchive.org","name":"libarchive.org","version":"3.6.2","last_modified":"2023-04-17T14:25:24.000Z","full_name":"libarchive.org","dl_count":0,"thumb_image_name":"libarchive_org.jpg","created":"2023-03-05T01:41:59.000Z","maintainer":"","desc":"Multi-format archive and compression library","thumb_image_url":"https://tea.xyz/Images/packages/libarchive_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libarchive.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec1rLZFqodpMf8Rr","slug":"fishshell_com","homepage":"https://fishshell.com","name":"fishshell.com","version":"3.6.1","last_modified":"2023-04-20T12:23:29.000Z","full_name":"fishshell.com","dl_count":0,"thumb_image_name":"fishshell_com","created":"2023-01-03T17:30:58.000Z","maintainer":"","desc":"User-friendly command-line shell for UNIX-like operating systems. Fish is a free, open source shell for Unix-like operating systems. It is designed to be user-friendly and interactive, and includes a number of features that make it easier to use, such as syntax highlighting, auto-suggestions, and tab completions. Fish is known for its simplicity and ease of use, and is often recommended as a shell for new users or those who want a more efficient and enjoyable shell experience. The fishshell website provides documentation, downloads, and other resources for users who want to use Fish on their systems.","thumb_image_url":"https://tea.xyz/Images/packages/fishshell_com.undefined","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/fishshell.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recIdwqU1NOsswWVs","slug":"aomedia_googlesource_com_aom","homepage":"https://aomedia.googlesource.com","maintainer":"aomedia.googlesource.com","name":"aom","version":"3.6.1","last_modified":"2023-05-10T16:47:59.000Z","full_name":"aomedia.googlesource.com/aom","dl_count":0,"thumb_image_name":"aomedia_googlesource_com_aom.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Codec library for encoding and decoding AV1 video streams","thumb_image_url":"https://tea.xyz/Images/packages/aomedia_googlesource_com_aom.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/aomedia.googlesource.com/aom/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recpzgLcjD0Qlg4xB","slug":"beyondgrep_com","homepage":"https://beyondgrep.com","name":"beyondgrep.com","version":"3.6.0","last_modified":"2023-04-15T05:21:39.000Z","full_name":"beyondgrep.com","dl_count":0,"thumb_image_name":"beyondgrep_com.jpg","created":"2022-12-31T00:21:50.000Z","maintainer":"","desc":"BeyondGrep is a command-line tool for searching and processing text files. It is written in C and is designed to be fast, flexible, and easy to use. BeyondGrep includes a number of features such as support for regular expressions, multiple input and output formats, and the ability to filter and transform data. It is available as open source software and can be downloaded and used on a variety of platforms. The BeyondGrep website provides documentation, downloads, and other resources for users who want to use the tool in their own projects. You can go ahead and install BeyondGrep using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/beyondgrep_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/beyondgrep.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recq6kDpI1ZmD2pw8","slug":"x_org_xpm","homepage":"https://x.org","maintainer":"x.org","name":"xpm","version":"3.5.15","last_modified":"2023-04-20T11:31:07.000Z","full_name":"x.org/xpm","dl_count":0,"thumb_image_name":"x_org_xpm.jpg","created":"2023-04-20T11:41:20.000Z","desc":"X.Org: X Pixmap (XPM) image file format library","thumb_image_url":"https://tea.xyz/Images/packages/x_org_xpm.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/xpm/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczCUaZfeQIxn38n","slug":"yarnpkg_com","homepage":"https://yarnpkg.com","name":"yarnpkg.com","version":"3.5.1","last_modified":"2023-05-01T20:21:43.000Z","full_name":"yarnpkg.com","dl_count":0,"thumb_image_name":"yarnpkg_com.jpg","created":"2023-02-10T06:13:47.000Z","maintainer":"","desc":"JavaScript package manager","thumb_image_url":"https://tea.xyz/Images/packages/yarnpkg_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/yarnpkg.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recqcHdOnrvrkawkR","slug":"rubygems_org","homepage":"https://rubygems.org","name":"rubygems.org","version":"3.4.9","last_modified":"2023-03-21T00:49:04.000Z","full_name":"rubygems.org","dl_count":0,"thumb_image_name":"rubygems_org.jpg","created":"2022-11-03T11:29:10.000Z","maintainer":"","desc":"RubyGems is a package manager for the Ruby programming language. It allows users to easily download and install libraries, known as \"gems,\" that provide additional functionality to their Ruby projects. RubyGems makes it easy to discover and install new gems, as well as update and manage the gems that are already installed. It is an essential tool for Ruby developers, as it simplifies the process of adding new functionality to their projects and helps manage the dependencies of their code.","thumb_image_url":"https://tea.xyz/Images/packages/rubygems_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rubygems.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recDGgGX1bqBTongj","slug":"sourceware_org_libffi","homepage":"https://sourceware.org","maintainer":"sourceware.org","name":"libffi","version":"3.4.4","last_modified":"2023-04-19T20:18:17.000Z","full_name":"sourceware.org/libffi","dl_count":2938004,"thumb_image_name":"sourceware_org_libffi_option 1.jpg","created":"2022-10-20T01:39:21.000Z","desc":"Portable Foreign Function Interface library","thumb_image_url":"https://tea.xyz/Images/packages/sourceware_org_libffi.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/sourceware.org/libffi/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recv7PhxGqBcr6G4h","slug":"openslide_org","homepage":"https://openslide.org","name":"openslide.org","version":"3.4.1","last_modified":"2023-05-11T21:08:25.000Z","full_name":"openslide.org","dl_count":0,"thumb_image_name":"openslide_org.jpg","created":"2023-05-11T21:41:35.000Z","maintainer":"","desc":"C library to read whole-slide images (a.k.a. virtual slides)","thumb_image_url":"https://tea.xyz/Images/packages/openslide_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/openslide.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recL4y5bG3rZsVyFt","slug":"github_com_mbed_tls_mbedtls","maintainer":"Mbed-TLS","name":"mbedtls","version":"3.4.0","last_modified":"2023-05-05T16:18:01.000Z","full_name":"github.com/Mbed-TLS/mbedtls","dl_count":0,"thumb_image_name":"github_com_mbed_tls_mbedtls.jpg","created":"2023-05-05T16:41:29.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/github_com_mbed_tls_mbedtls.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/Mbed-TLS/mbedtls/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec9NkMEsnYts8OSi","slug":"eigen_tuxfamily_org","homepage":"https://eigen.tuxfamily.org","name":"eigen.tuxfamily.org","version":"3.4.0","last_modified":"2023-04-17T06:28:10.000Z","full_name":"eigen.tuxfamily.org","dl_count":0,"thumb_image_name":"eigen_tuxfamily_org.jpg","created":"2023-03-03T14:55:07.000Z","maintainer":"","desc":"C++ template library for linear algebra","thumb_image_url":"https://tea.xyz/Images/packages/eigen_tuxfamily_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/eigen.tuxfamily.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recPpZGmaDJaCqRcY","slug":"pre_commit_com","homepage":"https://pre-commit.com","name":"pre-commit.com","version":"3.3.2","last_modified":"2023-05-17T23:13:37.000Z","full_name":"pre-commit.com","dl_count":0,"thumb_image_name":"pre_commit_com.jpg","created":"2023-02-19T14:41:24.000Z","maintainer":"","desc":"Framework for managing multi-language pre-commit hooks","thumb_image_url":"https://tea.xyz/Images/packages/pre_commit_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pre-commit.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recpb0uKuKTnvzc7m","slug":"google_com_double_conversion","homepage":"https://google.com","maintainer":"google.com","name":"double-conversion","version":"3.3.0","last_modified":"2023-05-18T12:29:57.000Z","full_name":"google.com/double-conversion","dl_count":0,"thumb_image_name":"google_com_double_conversion.jpg","created":"2023-03-05T22:39:52.000Z","desc":"Fast and correct double to string and string to double conversion","thumb_image_url":"https://tea.xyz/Images/packages/google_com_double_conversion.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/google.com/double-conversion/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recra0UeSlwfTyJXd","slug":"github_com_tmux_tmux","homepage":"https://github.com/tmuxinator/tmuxinator","maintainer":"tmux","name":"tmux","version":"3.3.0","last_modified":"2023-04-15T23:14:29.000Z","full_name":"github.com/tmux/tmux","dl_count":0,"thumb_image_name":"github_com_tmux_tmux.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Manage complex tmux sessions easily","thumb_image_url":"https://tea.xyz/Images/packages/github_com_tmux_tmux.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/tmux/tmux/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec8LnGbfjmt0g56X","slug":"rsync_samba_org","homepage":"https://rsync.samba.org","name":"rsync.samba.org","version":"3.2.7","last_modified":"2023-04-17T12:34:32.000Z","full_name":"rsync.samba.org","dl_count":0,"thumb_image_name":"rsync_samba_org.jpg","created":"2023-03-03T17:30:01.000Z","maintainer":"","desc":"Utility that provides fast incremental file transfer","thumb_image_url":"https://tea.xyz/Images/packages/rsync_samba_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rsync.samba.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reccYWUPW1ciOHK9x","slug":"xerces_apache_org_xerces_c","homepage":"https://xerces.apache.org","maintainer":"xerces.apache.org","name":"xerces-c","version":"3.2.4","last_modified":"2023-05-08T02:41:33.000Z","full_name":"xerces.apache.org/xerces-c","dl_count":0,"thumb_image_name":"xerces_apache_org_xerces_c.jpg","created":"2023-05-08T03:41:31.000Z","desc":"Validating XML parser","thumb_image_url":"https://tea.xyz/Images/packages/xerces_apache_org_xerces_c.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/xerces.apache.org/xerces-c/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recDR1PkuxUPMItX5","slug":"yadm_io","homepage":"https://yadm.io","name":"yadm.io","version":"3.2.2","last_modified":"2023-04-27T05:19:53.000Z","full_name":"yadm.io","dl_count":0,"thumb_image_name":"yadm_io.jpg","created":"2023-04-27T05:41:22.000Z","maintainer":"","desc":"Yet Another Dotfiles Manager","thumb_image_url":"https://tea.xyz/Images/packages/yadm_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/yadm.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recCvSaAOWWfaGcGo","slug":"ruby_lang_org","homepage":"https://ruby-lang.org","name":"ruby-lang.org","version":"3.2.2","last_modified":"2023-04-16T21:59:01.000Z","full_name":"ruby-lang.org","dl_count":1688879,"thumb_image_name":"ruby_lang_org_option 2.jpg","created":"2022-10-20T01:39:21.000Z","maintainer":"","desc":"Powerful, clean, object-oriented scripting language","thumb_image_url":"https://tea.xyz/Images/packages/ruby_lang_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ruby-lang.org/package.yml","categories":["foundation_essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"receKxKlGpBOhUsYz","slug":"htop_dev","homepage":"https://htop.dev","name":"htop.dev","version":"3.2.2","last_modified":"2023-04-16T06:37:04.000Z","full_name":"htop.dev","dl_count":0,"thumb_image_name":"sd__0003_htop_dev.jpg","created":"2022-12-07T01:02:06.000Z","maintainer":"","desc":"htop is a free and open source interactive process viewer for Linux, BSD, and other Unix-like operating systems. It is designed to be a more user-friendly and feature-rich alternative to the standard Unix top command. htop provides a number of features that make it easier to monitor and manage processes, such as a visual representation of the system's resource usage, the ability to scroll and filter processes, and the ability to kill or renice processes using a graphical interface. The htop website provides downloads, documentation, and other resources for users who want to use the tool on their systems. You can go ahead and install htop using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/htop_dev.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/htop.dev/package.yml","categories":["framework essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reccf2ROVCnCYyfZl","slug":"httpie_io","homepage":"https://httpie.io","name":"httpie.io","version":"3.2.1","last_modified":"2023-04-22T23:05:29.000Z","full_name":"httpie.io","dl_count":0,"thumb_image_name":"httpie_io.jpg","created":"2023-04-22T23:41:22.000Z","maintainer":"","desc":"User-friendly cURL replacement (command-line HTTP client)","thumb_image_url":"https://tea.xyz/Images/packages/httpie_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/httpie.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recXU8YL3zqIpQnv1","slug":"gnu_org_source_highlight","homepage":"https://gnu.org","maintainer":"gnu.org","name":"source-highlight","version":"3.1.9","last_modified":"2023-04-27T05:24:22.000Z","full_name":"gnu.org/source-highlight","dl_count":0,"thumb_image_name":"gnu_org_source_highlight.jpg","created":"2023-04-27T05:41:22.000Z","desc":"Source-code syntax highlighter","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_source_highlight.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/source-highlight/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recfDFvb57yY5GPWf","slug":"openexr_com","homepage":"https://openexr.com","name":"openexr.com","version":"3.1.7","last_modified":"2023-04-20T03:06:26.000Z","full_name":"openexr.com","dl_count":0,"thumb_image_name":"openexr_com.jpg","created":"2023-03-15T20:59:08.000Z","maintainer":"","desc":"High dynamic-range image file format","thumb_image_url":"https://tea.xyz/Images/packages/openexr_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/openexr.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recCKTAWxxuPea0Fd","slug":"openexr_com_imath","homepage":"https://openexr.com","maintainer":"openexr.com","name":"imath","version":"3.1.7","last_modified":"2023-04-18T21:58:16.000Z","full_name":"openexr.com/imath","dl_count":0,"thumb_image_name":"openexr_com_imath.jpg","created":"2023-03-16T01:26:53.000Z","desc":"Library of 2D and 3D vector, matrix, and math operations","thumb_image_url":"https://tea.xyz/Images/packages/openexr_com_imath.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/openexr.com/imath/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recIimd13JJNiakqB","slug":"pandoc_org","homepage":"https://pandoc.org","name":"pandoc.org","version":"3.1.2","last_modified":"2023-04-20T22:52:31.000Z","full_name":"pandoc.org","dl_count":424030,"thumb_image_name":"pandoc_org_option 2.jpg","created":"2022-10-20T01:39:21.000Z","maintainer":"","desc":"Swiss-army knife of markup format conversion","thumb_image_url":"https://tea.xyz/Images/packages/pandoc_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pandoc.org/package.yml","categories":[],"manual_sorting":7,"card_layout":"right","installs":0},{"airtable_record_id":"recJLrPG3vBNT0kob","slug":"thrysoee_dk_editline","homepage":"https://thrysoee.dk","maintainer":"thrysoee.dk","name":"editline","version":"3.1.0","last_modified":"2023-04-19T21:48:10.000Z","full_name":"thrysoee.dk/editline","dl_count":0,"thumb_image_name":"thrysoee_dk_editline.jpg","created":"2023-03-31T00:35:18.000Z","desc":"BSD-style licensed readline alternative","thumb_image_url":"https://tea.xyz/Images/packages/thrysoee_dk_editline.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/thrysoee.dk/editline/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckihQqcYxgLOc2G","slug":"openssl_org","homepage":"https://openssl.org","name":"openssl.org","version":"3.1.0","last_modified":"2023-04-20T07:06:40.000Z","full_name":"openssl.org","dl_count":1619456,"thumb_image_name":"openssl_org_option 2.jpg","created":"2022-10-20T01:39:25.000Z","maintainer":"","desc":"Cryptography and SSL/TLS Toolkit","thumb_image_url":"https://tea.xyz/Images/packages/openssl_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/openssl.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec8OD6suatPRGgMy","slug":"gnu_org_gperf","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gperf","version":"3.1.0","last_modified":"2023-04-14T09:13:09.000Z","full_name":"gnu.org/gperf","dl_count":65891,"thumb_image_name":"gnu_org_gperf.jpg","created":"2022-10-20T01:39:21.000Z","desc":"Perfect hash function generator","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_gperf.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/gperf/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reccQLTgtbo3XCc7X","slug":"github_com_boyter_scc","homepage":"https://github.com/boyter/scc/","maintainer":"boyter","name":"scc","version":"3.1.0","last_modified":"2023-04-17T14:09:53.000Z","full_name":"github.com/boyter/scc","dl_count":0,"thumb_image_name":"github_com_boyter_scc.jpg","created":"2023-03-06T20:15:55.000Z","desc":"Fast and accurate code counter with complexity and COCOMO estimates","thumb_image_url":"https://tea.xyz/Images/packages/github_com_boyter_scc.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/boyter/scc/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recvGQckwlq0LUsQC","slug":"github_com_sekrit_twc_zimg","homepage":"https://github.com/sekrit-twc/zimg","maintainer":"sekrit-twc","name":"zimg","version":"3.0.4","last_modified":"2023-05-01T18:22:27.000Z","full_name":"github.com/sekrit-twc/zimg","dl_count":0,"thumb_image_name":"github_com_sekrit_twc_zimg.jpg","created":"2023-05-01T18:41:30.000Z","desc":"Scaling, colorspace conversion, and dithering library","thumb_image_url":"https://tea.xyz/Images/packages/github_com_sekrit_twc_zimg.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/sekrit-twc/zimg/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recfd6tdeRbyPMLMB","slug":"re2c_org","homepage":"https://re2c.org","name":"re2c.org","version":"3.0.0","last_modified":"2023-04-21T14:07:43.000Z","full_name":"re2c.org","dl_count":0,"thumb_image_name":"re2c_org.jpg","created":"2023-04-21T14:41:24.000Z","maintainer":"","desc":"Generate C-based recognizers from regular expressions","thumb_image_url":"https://tea.xyz/Images/packages/re2c_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/re2c.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3ha5tPonypE2vR","slug":"fastlane_tools","homepage":"https://fastlane.tools","name":"fastlane.tools","version":"2.212.2","last_modified":"2023-04-17T13:01:27.000Z","full_name":"fastlane.tools","dl_count":0,"thumb_image_name":"fastlane_tools.jpg","created":"2023-03-03T17:30:01.000Z","maintainer":"","desc":"Easiest way to build and release mobile apps","thumb_image_url":"https://tea.xyz/Images/packages/fastlane_tools.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/fastlane.tools/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec0DD7pZ2QUcqmNx","slug":"thekelleys_org_uk_dnsmasq","homepage":"https://thekelleys.org.uk","maintainer":"thekelleys.org.uk","name":"dnsmasq","version":"2.89.0","last_modified":"2023-04-20T06:27:33.000Z","full_name":"thekelleys.org.uk/dnsmasq","dl_count":0,"thumb_image_name":"thekelleys_org_uk_dnsmasq.jpg","created":"2023-04-02T20:53:06.000Z","desc":"Lightweight DNS forwarder and DHCP server","thumb_image_url":"https://tea.xyz/Images/packages/thekelleys_org_uk_dnsmasq.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/thekelleys.org.uk/dnsmasq/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recYLDeCilNucRH5S","slug":"gnome_org_glib","homepage":"https://gnome.org","maintainer":"gnome.org","name":"GLib","version":"2.76.2","last_modified":"2023-05-04T19:32:25.000Z","full_name":"gnome.org/glib","dl_count":5267319,"thumb_image_name":"gnome_org_glib.jpg","created":"2022-10-20T01:39:21.000Z","desc":"Core application library for C","thumb_image_url":"https://tea.xyz/Images/packages/gnome_org_glib.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnome.org/glib/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recr3ca8FhMjbh3m5","slug":"gnu_org_autoconf","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gnu.org/autoconf","version":"2.71.0","last_modified":"2023-04-14T09:07:54.000Z","full_name":"gnu.org/autoconf","dl_count":1908701,"thumb_image_name":"gnu_org_autoconf.jpg","created":"2022-10-20T01:39:21.000Z","desc":"Automatic configure script builder","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_autoconf.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/autoconf/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recWbP6W3a2uK5RiI","slug":"google_com_fullycapable","homepage":"https://google.com","maintainer":"google.com","name":"fullycapable","version":"2.69.0","last_modified":"2023-05-15T13:36:18.000Z","full_name":"google.com/fullycapable","dl_count":0,"thumb_image_name":"google_com_fullycapable.jpg","created":"2023-03-31T00:35:18.000Z","desc":"User-space interfaces to POSIX 1003.1e capabilities","thumb_image_url":"https://tea.xyz/Images/packages/google_com_fullycapable.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/google.com/fullycapable/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recTlGqWPHiUP4KCg","slug":"gnome_org_librsvg","homepage":"https://gnome.org","maintainer":"gnome.org","name":"librsvg","version":"2.55.1","last_modified":"2023-04-15T05:41:00.000Z","full_name":"gnome.org/librsvg","dl_count":1235986,"thumb_image_name":"gnome_org_librsvg_option 1.jpg","created":"2022-10-20T01:39:21.000Z","desc":"Library to render SVG files using Cairo","thumb_image_url":"https://tea.xyz/Images/packages/gnome_org_librsvg.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnome.org/librsvg/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reccv7eHlVErvrDyW","slug":"microsoft_com_azure_cli","homepage":"https://microsoft.com","maintainer":"microsoft.com","name":"azure/cli","version":"2.48.1","last_modified":"2023-04-25T18:42:38.000Z","full_name":"microsoft.com/azure-cli","dl_count":0,"thumb_image_name":"microsoft_com_azure_cli.jpg","created":"2023-03-05T01:41:59.000Z","desc":"Microsoft Azure CLI 2.0","thumb_image_url":"https://tea.xyz/Images/packages/microsoft_com_azure_cli.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/microsoft.com/azure-cli/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnYjZK8Hd1xtqC1","slug":"gnome_org_gdk_pixbuf","homepage":"https://gnome.org","maintainer":"gnome.org","name":"gdk-pixbuf","version":"2.42.9","last_modified":"2023-05-01T17:44:28.000Z","full_name":"gnome.org/gdk-pixbuf","dl_count":0,"thumb_image_name":"gnome_org_gdk_pixbuf_option 2.jpg","created":"2022-10-20T01:39:21.000Z","desc":"Toolkit for image loading and pixel buffer manipulation","thumb_image_url":"https://tea.xyz/Images/packages/gnome_org_gdk_pixbuf.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnome.org/gdk-pixbuf/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczJ5ypdP3Xxwm0m","slug":"gnu_org_binutils","homepage":"https://gnu.org","maintainer":"gnu.org","name":"binutils","version":"2.40.0","last_modified":"2023-04-16T21:20:02.000Z","full_name":"gnu.org/binutils","dl_count":0,"thumb_image_name":"gnu_org_binutils.jpg","created":"2023-01-18T23:23:39.000Z","desc":"GNU binary tools for native development","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_binutils.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/binutils/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rectH55LFbQsJh5jn","slug":"github_com_fredhucht_pstree","homepage":"https://github.com/FredHucht/pstree","maintainer":"FredHucht","name":"pstree","version":"2.40.0","last_modified":"2023-05-09T20:59:48.000Z","full_name":"github.com/FredHucht/pstree","dl_count":0,"thumb_image_name":"github_com_fredhucht_pstree.jpg","created":"2023-05-09T21:41:35.000Z","desc":"Show ps output as a tree","thumb_image_url":"https://tea.xyz/Images/packages/github_com_fredhucht_pstree.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/FredHucht/pstree/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec2j6TykF1gFF2HD","slug":"git_scm_org","homepage":"https://git-scm.org","name":"git","version":"2.40.0","last_modified":"2023-04-20T07:56:25.000Z","full_name":"git-scm.org","dl_count":0,"thumb_image_name":"git_scm_org_option 1.jpg","created":"2022-10-20T01:39:21.000Z","maintainer":"","desc":"Distributed revision control system","thumb_image_url":"https://tea.xyz/Images/packages/git_scm_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/git-scm.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recyvfxhXDwXBx16c","slug":"github_com_util_linux_util_linux","homepage":"https://github.com/util-linux/util-linux","maintainer":"util-linux","name":"util-linux","version":"2.39.0","last_modified":"2023-05-17T22:20:50.000Z","full_name":"github.com/util-linux/util-linux","dl_count":0,"thumb_image_name":"github_com_util_linux_util_linux.jpg","created":"2023-02-10T06:13:47.000Z","desc":"Collection of Linux utilities","thumb_image_url":"https://tea.xyz/Images/packages/github_com_util_linux_util_linux.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/util-linux/util-linux/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recOeidYLdhs7CAJT","slug":"gnome_org_atk","homepage":"https://gnome.org","maintainer":"gnome.org","name":"atk","version":"2.38.0","last_modified":"2023-04-20T04:18:08.000Z","full_name":"gnome.org/atk","dl_count":0,"thumb_image_name":"gnome_org_atk.jpg","created":"2023-04-01T05:00:24.000Z","desc":"GNOME accessibility toolkit","thumb_image_url":"https://tea.xyz/Images/packages/gnome_org_atk.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnome.org/atk/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recl4VgfhvAkmEwTf","slug":"spawn_link","homepage":"https://spawn.link","name":"spawn.link","version":"2.35.1","last_modified":"2023-05-05T23:48:31.000Z","full_name":"spawn.link","dl_count":0,"thumb_image_name":"spawn_link.jpg","created":"2023-05-06T00:41:31.000Z","maintainer":"","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/spawn_link.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/spawn.link/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec2uOgNw3vaZTUmv","slug":"chezmoi_io","homepage":"https://chezmoi.io","name":"chezmoi.io","version":"2.33.6","last_modified":"2023-05-15T18:43:24.000Z","full_name":"chezmoi.io","dl_count":0,"thumb_image_name":"chezmoi_io.jpg","created":"2023-01-20T16:26:49.000Z","maintainer":"","desc":"Manage your dotfiles across multiple diverse machines, securely","thumb_image_url":"https://tea.xyz/Images/packages/chezmoi_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/chezmoi.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recm9vrQRIBLGz43w","slug":"direnv_net","homepage":"https://direnv.net","name":"direnv.net","version":"2.32.2","last_modified":"2023-04-19T20:13:04.000Z","full_name":"direnv.net","dl_count":0,"thumb_image_name":"direnv_net.jpg","created":"2023-03-24T20:08:03.000Z","maintainer":"","desc":"Load/unload environment variables based on $PWD","thumb_image_url":"https://tea.xyz/Images/packages/direnv_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/direnv.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recbwPk937liRrxEn","slug":"cli_github_com","homepage":"https://cli.github.com/","maintainer":"github","name":"github.com/cli","version":"2.29.0","last_modified":"2023-05-10T11:05:49.000Z","full_name":"cli.github.com","dl_count":0,"thumb_image_name":"github_com_cli_cli.jpg","created":"2022-12-07T01:02:06.000Z","desc":"GitHub command-line tool","thumb_image_url":"https://tea.xyz/Images/packages/cli_github_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/cli.github.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reclBgdYnmWaBmE7F","slug":"logological_org_gpp","homepage":"https://logological.org","maintainer":"logological.org","name":"gpp","version":"2.27.0","last_modified":"2023-04-24T18:51:26.000Z","full_name":"logological.org/gpp","dl_count":0,"thumb_image_name":"logological_org_gpp.jpg","created":"2023-04-24T19:41:21.000Z","desc":"General-purpose preprocessor with customizable syntax","thumb_image_url":"https://tea.xyz/Images/packages/logological_org_gpp.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/logological.org/gpp/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recna0ve97fzkGrrx","slug":"libsdl_org","homepage":"https://libsdl.org","name":"libsdl.org","version":"2.26.5","last_modified":"2023-04-21T00:17:16.000Z","full_name":"libsdl.org","dl_count":0,"thumb_image_name":"libsdl_org.jpg","created":"2023-04-10T22:57:06.000Z","maintainer":"","desc":"Sample cross-platform networking library","thumb_image_url":"https://tea.xyz/Images/packages/libsdl_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libsdl.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rectvidBS3mab8Me3","slug":"crates_io_dua","homepage":"https://crates.io","maintainer":"crates.io","name":"dua","version":"2.20.1","last_modified":"2023-05-05T15:02:44.000Z","full_name":"crates.io/dua","dl_count":0,"thumb_image_name":"crates_io_dua.jpg","created":"2023-02-10T06:13:47.000Z","desc":"View disk space usage and delete unwanted data, fast","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_dua.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/dua/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recYRKgunwUtS8Qu6","slug":"nasm_us","homepage":"https://nasm.us","name":"nasm.us","version":"2.15.5","last_modified":"2023-04-14T21:57:36.000Z","full_name":"nasm.us","dl_count":0,"thumb_image_name":"nasm_us.jpg","created":"2022-11-18T02:17:05.000Z","maintainer":"","desc":"Netwide Assembler (NASM) is an 80x86 assembler","thumb_image_url":"https://tea.xyz/Images/packages/nasm_us.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nasm.us/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reccM20Nso0dnswS4","slug":"pygments_org","homepage":"https://pygments.org","name":"pygments.org","version":"2.15.0","last_modified":"2023-04-21T00:18:29.000Z","full_name":"pygments.org","dl_count":0,"thumb_image_name":"pygments_org.jpg","created":"2023-03-16T14:27:43.000Z","maintainer":"","desc":"Generic syntax highlighter","thumb_image_url":"https://tea.xyz/Images/packages/pygments_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pygments.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recVZARc8FJo0QOrn","slug":"littlecms_com","homepage":"https://littlecms.com","name":"littlecms.com","version":"2.15.0","last_modified":"2023-04-21T01:43:30.000Z","full_name":"littlecms.com","dl_count":0,"thumb_image_name":"littlecms_com.jpg","created":"2023-03-03T17:47:39.000Z","maintainer":"","desc":"Color management engine supporting ICC profiles","thumb_image_url":"https://tea.xyz/Images/packages/littlecms_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/littlecms.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recrxnYXAOFrNKnr0","slug":"ansible_com","homepage":"https://ansible.com","name":"ansible.com","version":"2.15.0","last_modified":"2023-05-15T17:53:15.000Z","full_name":"ansible.com","dl_count":0,"thumb_image_name":"ansible_com.jpg","created":"2023-03-08T23:28:03.000Z","maintainer":"","desc":"Automate deployment, configuration, and upgrading","thumb_image_url":"https://tea.xyz/Images/packages/ansible_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ansible.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recFNe84U9Ekc7WHM","slug":"freedesktop_org_fontconfig","homepage":"https://freedesktop.org","maintainer":"freedesktop.org","name":"fontconfig","version":"2.14.1","last_modified":"2023-04-15T05:20:42.000Z","full_name":"freedesktop.org/fontconfig","dl_count":2540365,"thumb_image_name":"freedesktop_org_fontconfig_option 2.jpg","created":"2022-10-20T01:39:22.000Z","desc":"XML-based font configuration API for X Windows","thumb_image_url":"https://tea.xyz/Images/packages/freedesktop_org_fontconfig.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freedesktop.org/fontconfig/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recCk1eFavKhWnamG","slug":"digip_org_jansson","homepage":"https://digip.org","maintainer":"digip.org","name":"jansson","version":"2.14.0","last_modified":"2023-04-17T02:22:08.000Z","full_name":"digip.org/jansson","dl_count":0,"thumb_image_name":"digip_org_jansson.jpg","created":"2023-02-25T16:44:23.000Z","desc":"C library for encoding, decoding, and manipulating JSON","thumb_image_url":"https://tea.xyz/Images/packages/digip_org_jansson.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/digip.org/jansson/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczybHuWH6Y9yZnP","slug":"freetype_org","homepage":"https://freetype.org","name":"freetype.org","version":"2.12.1","last_modified":"2023-04-16T21:22:02.000Z","full_name":"freetype.org","dl_count":4526,"thumb_image_name":"freetype_org_option 2.jpg","created":"2022-10-20T01:39:22.000Z","maintainer":"","desc":"Auto-hinter for TrueType fonts","thumb_image_url":"https://tea.xyz/Images/packages/freetype_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freetype.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rece1ei2ccHeKR1PT","slug":"aws_amazon_com_cli","homepage":"https://aws.amazon.com","maintainer":"aws.amazon.com","name":"aws/cli","version":"2.11.20","last_modified":"2023-05-12T19:38:10.000Z","full_name":"aws.amazon.com/cli","dl_count":0,"thumb_image_name":"aws_amazon_com_cli.jpg","created":"2023-02-27T22:29:42.000Z","desc":"Official Amazon AWS command-line interface","thumb_image_url":"https://tea.xyz/Images/packages/aws_amazon_com_cli.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/aws.amazon.com/cli/package.yml","categories":["essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recN2VZOxnUDe6Kc9","slug":"gnome_org_libxml2","homepage":"https://gnome.org","maintainer":"gnome.org","name":"libxml2","version":"2.11.4","last_modified":"2023-05-18T19:56:18.000Z","full_name":"gnome.org/libxml2","dl_count":0,"thumb_image_name":"gnome_org_libxml2_option 1.jpg","created":"2022-10-20T01:39:22.000Z","desc":"GNOME XML library","thumb_image_url":"https://tea.xyz/Images/packages/gnome_org_libxml2.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnome.org/libxml2/package.yml","categories":["simply delightful"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3Hpj4NTScBxqVe","slug":"sourceforge_net_net_tools","homepage":"https://sourceforge.net","maintainer":"sourceforge.net","name":"net-tools","version":"2.10.0","last_modified":"2023-05-09T20:57:03.000Z","full_name":"sourceforge.net/net-tools","dl_count":0,"thumb_image_name":"sourceforge_net_net_tools.jpg","created":"2023-05-09T21:41:35.000Z","desc":"Linux networking base tools","thumb_image_url":"https://tea.xyz/Images/packages/sourceforge_net_net_tools.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/sourceforge.net/net-tools/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec8RWT4wE3tMbXWt","slug":"oberhumer_com_lzo","homepage":"https://oberhumer.com","maintainer":"oberhumer.com","name":"lzo","version":"2.10.0","last_modified":"2023-04-17T15:55:22.000Z","full_name":"oberhumer.com/lzo","dl_count":0,"thumb_image_name":"oberhumer_com_lzo.jpg","created":"2023-03-08T18:42:23.000Z","desc":"Real-time data compression library","thumb_image_url":"https://tea.xyz/Images/packages/oberhumer_com_lzo.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/oberhumer.com/lzo/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recbxO5VSrjj2j15X","slug":"open_mpi_org_hwloc","homepage":"https://open-mpi.org","maintainer":"open-mpi.org","name":"hwloc","version":"2.9.1","last_modified":"2023-05-01T15:10:53.000Z","full_name":"open-mpi.org/hwloc","dl_count":0,"thumb_image_name":"open_mpi_org_hwloc.jpg","created":"2023-05-01T15:41:24.000Z","desc":"Portable abstraction of the hierarchical topology of modern architectures","thumb_image_url":"https://tea.xyz/Images/packages/open_mpi_org_hwloc.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/open-mpi.org/hwloc/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recZdx0VJdbALVM22","slug":"github_com_juliastrings_utf8proc","homepage":"https://juliastrings.github.io/utf8proc/","maintainer":"JuliaStrings","name":"utf8proc","version":"2.8.0","last_modified":"2023-04-21T00:10:19.000Z","full_name":"github.com/JuliaStrings/utf8proc","dl_count":0,"thumb_image_name":"github_com_juliastrings_utf8proc.jpg","created":"2023-04-12T09:07:04.000Z","desc":"Clean C library for processing UTF-8 Unicode data","thumb_image_url":"https://tea.xyz/Images/packages/github_com_juliastrings_utf8proc.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/JuliaStrings/utf8proc/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recr3u3hMavzek9zS","slug":"gnu_org_patch","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gnu.org/patch","version":"2.7.6","last_modified":"2023-04-14T18:07:37.000Z","full_name":"gnu.org/patch","dl_count":0,"thumb_image_name":"gnu_org_patch.jpg","created":"2022-12-07T01:02:06.000Z","desc":"Apply a diff file to an original","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_patch.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/patch/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recsONe44eTUyVXK8","slug":"openldap_org","homepage":"https://openldap.org","name":"openldap.org","version":"2.6.4","last_modified":"2023-05-01T22:49:32.000Z","full_name":"openldap.org","dl_count":0,"thumb_image_name":"openldap_org.jpg","created":"2023-05-01T23:41:29.000Z","maintainer":"","desc":"Open source suite of directory software","thumb_image_url":"https://tea.xyz/Images/packages/openldap_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/openldap.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recaGpXRXHjWjy2ah","slug":"github_com_westes_flex","homepage":"https://github.com/westes/flex","maintainer":"westes","name":"flex","version":"2.6.4","last_modified":"2023-04-18T22:49:12.000Z","full_name":"github.com/westes/flex","dl_count":35211,"thumb_image_name":"westes_flex_option 1.jpg","created":"2022-10-20T01:39:22.000Z","desc":"Fast Lexical Analyzer, generates Scanners (tokenizers)","thumb_image_url":"https://tea.xyz/Images/packages/github_com_westes_flex.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/westes/flex/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recIavaTsqpKmGKJW","slug":"pdm_fming_dev","homepage":"https://pdm.fming.dev","name":"pdm.fming.dev","version":"2.6.1","last_modified":"2023-05-10T05:10:31.000Z","full_name":"pdm.fming.dev","dl_count":0,"thumb_image_name":"pdm_fming_dev.jpg","created":"2023-04-22T23:41:22.000Z","maintainer":"","desc":"Modern Python package and dependency manager supporting the latest PEP standards","thumb_image_url":"https://tea.xyz/Images/packages/pdm_fming_dev.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pdm.fming.dev/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recAbM1ZWraAAukll","slug":"gnupg_org_libassuan","homepage":"https://gnupg.org","maintainer":"gnupg.org","name":"libassuan","version":"2.5.5","last_modified":"2023-04-14T21:57:58.000Z","full_name":"gnupg.org/libassuan","dl_count":397772,"thumb_image_name":"gnupg_org_libassaun_option 1.jpg","created":"2022-10-20T01:39:22.000Z","desc":"Assuan IPC Library","thumb_image_url":"https://tea.xyz/Images/packages/gnupg_org_libassuan.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnupg.org/libassuan/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recvVgqNz1caV8vO9","slug":"bytereef_org_mpdecimal","homepage":"https://www.bytereef.org/","maintainer":"bytereef.org","name":"mpdecimal","version":"2.5.1","last_modified":"2023-05-01T18:11:45.000Z","full_name":"bytereef.org/mpdecimal","dl_count":3923139,"thumb_image_name":"bytereef_org_mpdecimal_option 1.jpg","created":"2022-10-20T01:39:22.000Z","desc":"Library for decimal floating point arithmetic","thumb_image_url":"https://tea.xyz/Images/packages/bytereef_org_mpdecimal.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/bytereef.org/mpdecimal/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckWfAZN0VChOorR","slug":"openjpeg_org","homepage":"https://openjpeg.org","name":"openjpeg.org","version":"2.5.0","last_modified":"2023-04-17T03:31:49.000Z","full_name":"openjpeg.org","dl_count":0,"thumb_image_name":"openjpeg_org.jpg","created":"2023-03-01T17:40:07.000Z","maintainer":"","desc":"Library for JPEG-2000 image manipulation","thumb_image_url":"https://tea.xyz/Images/packages/openjpeg_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/openjpeg.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recKCgmOO3NIzrYnL","slug":"libexpat_github_io","homepage":"https://libexpat.github.io","name":"libexpat.github.io","version":"2.5.0","last_modified":"2023-04-14T03:09:07.000Z","full_name":"libexpat.github.io","dl_count":464594,"thumb_image_name":"libexpat_github_io_option 2.jpg","created":"2022-10-20T01:39:22.000Z","maintainer":"","desc":"XML 1.0 parser","thumb_image_url":"https://tea.xyz/Images/packages/libexpat_github_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libexpat.github.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBVxoKrAkLNi5CY","slug":"apache_org_httpd","homepage":"https://apache.org","maintainer":"apache.org","name":"httpd","version":"2.4.57","last_modified":"2023-05-06T18:24:14.000Z","full_name":"apache.org/httpd","dl_count":0,"thumb_image_name":"apache_org_httpd.jpg","created":"2023-05-02T01:41:27.000Z","desc":"Apache HTTP server","thumb_image_url":"https://tea.xyz/Images/packages/apache_org_httpd.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/apache.org/httpd/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec8BQftkTpV85dNP","slug":"gnu_org_libtool","homepage":"https://gnu.org","maintainer":"gnu.org","name":"libtool","version":"2.4.7","last_modified":"2023-04-14T09:10:58.000Z","full_name":"gnu.org/libtool","dl_count":3582782,"thumb_image_name":"gnu_org_libtool_option 2.jpg","created":"2022-10-20T01:39:22.000Z","desc":"Generic library support script","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_libtool.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/libtool/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recgmqDkZYLQZVspA","slug":"git_quick_stats_sh","homepage":"https://git-quick-stats.sh","name":"git-quick-stats.sh","version":"2.4.1","last_modified":"2023-04-16T03:21:12.000Z","full_name":"git-quick-stats.sh","dl_count":0,"thumb_image_name":"git_quick_stats_sh.jpg","created":"2023-02-10T06:13:47.000Z","maintainer":"","desc":"A shell script that provides useful insights and statistics about your Git repository.","thumb_image_url":"https://tea.xyz/Images/packages/git_quick_stats_sh.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/git-quick-stats.sh/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGEZFfDm6drtYKn","slug":"gnu_org_inetutils","homepage":"https://gnu.org","maintainer":"gnu.org","name":"inetutils","version":"2.4.0","last_modified":"2023-04-20T04:23:18.000Z","full_name":"gnu.org/inetutils","dl_count":0,"thumb_image_name":"gnu_org_inetutils.jpg","created":"2023-03-31T21:11:03.000Z","desc":"GNU utilities for networking","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_inetutils.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/inetutils/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reca8uPeCzyr2yEPc","slug":"github_com_gofireflyio_aiac","maintainer":"gofireflyio","name":"aiac","version":"2.4.0","last_modified":"2023-05-07T09:55:05.000Z","full_name":"github.com/gofireflyio/aiac","dl_count":0,"thumb_image_name":"github_com_gofireflyio_aiac.jpg","created":"2023-02-10T06:13:47.000Z","desc":"An AI-powered code completion and snippet generation tool for developers","thumb_image_url":"https://tea.xyz/Images/packages/github_com_gofireflyio_aiac.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/gofireflyio/aiac/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec7e5AsQuP5T3iX7","slug":"unixodbc_org","homepage":"https://unixodbc.org","name":"unixodbc.org","version":"2.3.11","last_modified":"2023-04-28T18:40:01.000Z","full_name":"unixodbc.org","dl_count":0,"thumb_image_name":"unixodbc_org.jpg","created":"2023-04-28T18:41:27.000Z","maintainer":"","desc":"ODBC 3 connectivity for UNIX","thumb_image_url":"https://tea.xyz/Images/packages/unixodbc_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/unixodbc.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recv2ZCoXKmxpaF8x","slug":"gnupg_org","homepage":"https://gnupg.org","name":"gnupg.org","version":"2.3.7","last_modified":"2023-04-15T00:02:07.000Z","full_name":"gnupg.org","dl_count":397772,"thumb_image_name":"gnupg_org_option 1.jpg","created":"2022-10-20T01:39:22.000Z","maintainer":"","desc":"Assuan IPC Library","thumb_image_url":"https://tea.xyz/Images/packages/gnupg_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnupg.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recZ8JMQFifAGWccE","slug":"gnu_org_libidn2","homepage":"https://gnu.org","maintainer":"gnu.org","name":"libidn2","version":"2.3.4","last_modified":"2023-04-19T09:47:48.000Z","full_name":"gnu.org/libidn2","dl_count":0,"thumb_image_name":"gnu_org_libidn2.jpg","created":"2023-02-10T06:13:47.000Z","desc":"International domain name library (IDNA2008, Punycode and TR46)","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_libidn2.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/libidn2/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recZt9Lez2TMp0LF3","slug":"virtualsquare_org_vde","homepage":"https://virtualsquare.org","maintainer":"virtualsquare.org","name":"vde","version":"2.3.3","last_modified":"2023-04-17T15:59:58.000Z","full_name":"virtualsquare.org/vde","dl_count":0,"thumb_image_name":"virtualsquare_org_vde.jpg","created":"2023-03-08T23:10:00.000Z","desc":"A website for the Virtual Distributed Ethernet (VDE) project, a virtual network framework.","thumb_image_url":"https://tea.xyz/Images/packages/virtualsquare_org_vde.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/virtualsquare.org/vde/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnncYer1lKfaM0y","slug":"libgd_github_io","homepage":"https://libgd.github.io","name":"libgd.github.io","version":"2.3.3","last_modified":"2023-04-24T18:50:54.000Z","full_name":"libgd.github.io","dl_count":0,"thumb_image_name":"libgd_github_io.jpg","created":"2023-04-24T19:41:21.000Z","maintainer":"","desc":"Graphics library to dynamically manipulate images","thumb_image_url":"https://tea.xyz/Images/packages/libgd_github_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libgd.github.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recx9ItWPZfze9EQp","slug":"jedsoft_org_slang","homepage":"https://jedsoft.org","maintainer":"jedsoft.org","name":"slang","version":"2.3.3","last_modified":"2023-05-09T20:56:36.000Z","full_name":"jedsoft.org/slang","dl_count":0,"thumb_image_name":"jedsoft_org_slang.jpg","created":"2023-05-09T21:41:35.000Z","desc":"Library for creating multi-platform software","thumb_image_url":"https://tea.xyz/Images/packages/jedsoft_org_slang.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/jedsoft.org/slang/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recmzUWwMt1o4lF22","slug":"netflix_com_vmaf","homepage":"https://netflix.com","maintainer":"netflix.com","name":"vmaf","version":"2.3.1","last_modified":"2023-04-19T00:21:45.000Z","full_name":"netflix.com/vmaf","dl_count":0,"thumb_image_name":"netflix_com_vmaf.jpg","created":"2023-03-21T02:04:08.000Z","desc":"A Video Multimethod Assessment Fusion tool developed by Netflix for evaluating and optimizing video quality across various devices and streaming conditions.","thumb_image_url":"https://tea.xyz/Images/packages/netflix_com_vmaf.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/netflix.com/vmaf/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recdrqv2Vd8KKcS57","slug":"gnu_org_stow","homepage":"https://gnu.org","maintainer":"gnu.org","name":"stow","version":"2.3.1","last_modified":"2023-04-13T17:20:57.000Z","full_name":"gnu.org/stow","dl_count":0,"thumb_image_name":"gnu_org_stow.jpg","created":"2023-04-13T17:41:23.000Z","desc":"Organize software neatly under a single directory tree (e.g. /usr/local)","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_stow.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/stow/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recbHoS8ye9WLGTwo","slug":"s3tools_org","homepage":"https://s3tools.org","name":"s3tools.org","version":"2.3.0","last_modified":"2023-04-19T20:17:54.000Z","full_name":"s3tools.org","dl_count":0,"thumb_image_name":"s3tools_org.jpg","created":"2023-03-31T00:35:18.000Z","maintainer":"","desc":"Command-line tool for the Amazon S3 service","thumb_image_url":"https://tea.xyz/Images/packages/s3tools_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/s3tools.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rectlHRRE8caJkBL7","slug":"rtmpdump_mplayerhq_hu","homepage":"https://rtmpdump.mplayerhq.hu","name":"rtmpdump.mplayerhq.hu","version":"2.3.0","last_modified":"2023-05-10T23:33:06.000Z","full_name":"rtmpdump.mplayerhq.hu","dl_count":0,"thumb_image_name":"rtmpdump_mplayerhq_hu.jpg","created":"2023-05-10T23:41:53.000Z","maintainer":"","desc":"Tool for downloading RTMP streaming media","thumb_image_url":"https://tea.xyz/Images/packages/rtmpdump_mplayerhq_hu.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rtmpdump.mplayerhq.hu/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reciUJaVgs5sXpw5t","slug":"gflags_github_io","homepage":"https://gflags.github.io","name":"gflags.github.io","version":"2.2.2","last_modified":"2023-04-17T14:10:36.000Z","full_name":"gflags.github.io","dl_count":0,"thumb_image_name":"glags_github_io.jpg","created":"2023-03-05T22:39:52.000Z","maintainer":"","desc":"Library for processing command-line flags","thumb_image_url":"https://tea.xyz/Images/packages/gflags_github_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gflags.github.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recQi63l5I2qHuUSG","slug":"freedesktop_org_shared_mime_info","homepage":"https://freedesktop.org","maintainer":"freedesktop.org","name":"shared-mime-info","version":"2.2.0","last_modified":"2023-04-14T09:20:11.000Z","full_name":"freedesktop.org/shared-mime-info","dl_count":647247,"thumb_image_name":"freedesktop_org_shared_mime_info_option 2.jpg","created":"2022-10-20T01:39:22.000Z","desc":"Database of common MIME types","thumb_image_url":"https://tea.xyz/Images/packages/freedesktop_org_shared_mime_info.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freedesktop.org/shared-mime-info/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recXMHgNUpYactyoO","slug":"libevent_org","homepage":"https://libevent.org","name":"libevent.org","version":"2.1.12","last_modified":"2023-04-14T09:07:27.000Z","full_name":"libevent.org","dl_count":0,"thumb_image_name":"libevent_org.jpg","created":"2022-12-07T01:02:06.000Z","maintainer":"","desc":"Asynchronous event library","thumb_image_url":"https://tea.xyz/Images/packages/libevent_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libevent.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recT4g7idsqJ3ql8P","slug":"libjpeg_turbo_org","homepage":"https://libjpeg-turbo.org","name":"libjpeg-turbo.org","version":"2.1.5.1","last_modified":"2023-04-16T19:13:08.000Z","full_name":"libjpeg-turbo.org","dl_count":0,"thumb_image_name":"libjpeg_turbo_org.jpg","created":"2023-02-12T00:49:59.000Z","maintainer":"","desc":"JPEG image codec that aids compression and decompression","thumb_image_url":"https://tea.xyz/Images/packages/libjpeg_turbo_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libjpeg-turbo.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recMmujZuJI6qLDND","slug":"github_com_confluentinc_librdkafka","maintainer":"confluentinc","name":"librdkafka","version":"2.1.1","last_modified":"2023-05-06T18:13:01.000Z","full_name":"github.com/confluentinc/librdkafka","dl_count":0,"thumb_image_name":"github_com_confluentinc_librdkafka.jpg","created":"2023-05-06T18:41:30.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/github_com_confluentinc_librdkafka.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/confluentinc/librdkafka/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recZBojzwa2VAR68i","slug":"gitlab_com_oldmanprogrammer_unix_tree","homepage":"https://gitlab.com","maintainer":"gitlab.com","name":"OldManProgrammer","version":"2.1.0","last_modified":"2023-04-17T00:56:00.000Z","full_name":"gitlab.com/OldManProgrammer/unix-tree","dl_count":0,"thumb_image_name":"gitlab_com_oldmanprogrammer_unix_tree.jpg","created":"2023-02-22T22:08:08.000Z","desc":"A GitLab repository for a Unix tree implementation, displaying directory structures.","thumb_image_url":"https://tea.xyz/Images/packages/gitlab_com_oldmanprogrammer_unix_tree.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gitlab.com/OldManProgrammer/unix-tree/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recrnO44bKToOrDBa","slug":"crates_io_licensor","homepage":"https://crates.io","maintainer":"crates.io","name":"licensor","version":"2.1.0","last_modified":"2023-04-14T09:18:24.000Z","full_name":"crates.io/licensor","dl_count":0,"thumb_image_name":"sd__0002_crates_io_licensor.jpg","created":"2022-12-07T01:02:07.000Z","desc":"licensor is a Rust crate (package) that provides tools for managing software licenses and detecting license violations in Rust projects. It allows users to specify the licenses for their dependencies and automatically generates a list of all the licenses in their project, making it easier to comply with license requirements and avoid potential legal issues. licensor includes features such as support for multiple license formats and the ability to scan source code for unlicensed code. It is available as open source software and can be installed and used in Rust projects through the crates.io package manager. The crates.io website provides documentation, downloads, and other resources for users who want to use the licensor crate in their own projects. You can install licensor using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_licensor.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/licensor/package.yml","categories":["framework essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recJCJ9d4HJNLNBtX","slug":"bloomreach_com_s4cmd","homepage":"https://bloomreach.com","maintainer":"bloomreach.com","name":"s4cmd","version":"2.1.0","last_modified":"2023-04-19T20:12:56.000Z","full_name":"bloomreach.com/s4cmd","dl_count":0,"thumb_image_name":"bloomreach_com_s4cmd.jpg","created":"2023-03-31T00:35:18.000Z","desc":"A powerful and efficient command-line tool for managing and interacting with Amazon S3 and S3-compatible storage services.","thumb_image_url":"https://tea.xyz/Images/packages/bloomreach_com_s4cmd.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/bloomreach.com/s4cmd/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3f4Tc1FZjAIlHT","slug":"asciidoctor_org","homepage":"https://asciidoctor.org","name":"asciidoctor.org","version":"2.0.20","last_modified":"2023-05-18T07:30:58.000Z","full_name":"asciidoctor.org","dl_count":0,"thumb_image_name":"asciidoctor_org.jpg","created":"2023-03-16T23:28:49.000Z","maintainer":"","desc":"Text processor and publishing toolchain for AsciiDoc","thumb_image_url":"https://tea.xyz/Images/packages/asciidoctor_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/asciidoctor.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recMEBcZ8H68jBD0E","slug":"github_com_numactl_numactl","homepage":"https://github.com/numactl/numactl","maintainer":"numactl","name":"numactl","version":"2.0.16","last_modified":"2023-04-15T00:26:22.000Z","full_name":"github.com/numactl/numactl","dl_count":1224,"thumb_image_name":"numactl_numactl_option 1.jpg","created":"2022-10-20T01:39:23.000Z","desc":"NUMA support for Linux","thumb_image_url":"https://tea.xyz/Images/packages/github_com_numactl_numactl.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/numactl/numactl/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rectwUzc4CCuxLpV6","slug":"micro_editor_github_io","homepage":"https://micro-editor.github.io","name":"micro-editor.github.io","version":"2.0.11","last_modified":"2023-04-20T20:43:09.000Z","full_name":"micro-editor.github.io","dl_count":0,"thumb_image_name":"micro_editor_github_io.jpg","created":"2023-04-05T02:53:24.000Z","maintainer":"","desc":"The official site for Micro, a modern and intuitive terminal-based text editor that aims to provide a user-friendly experience with common keybindings and features.\n\n","thumb_image_url":"https://tea.xyz/Images/packages/micro_editor_github_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/micro-editor.github.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnEiKoieAvIKomn","slug":"sourceforge_net_projects_libmng","homepage":"https://sourceforge.net","maintainer":"sourceforge.net","name":"libmng","version":"2.0.3","last_modified":"2023-05-08T17:58:25.000Z","full_name":"sourceforge.net/projects/libmng","dl_count":0,"thumb_image_name":"sourceforge_net_projects_libmng.jpg","created":"2023-05-08T18:05:08.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/sourceforge_net_projects_libmng.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/sourceforge.net/projects/libmng/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recqc63y4NQqR5KBE","slug":"crates_io_mdcat","homepage":"https://crates.io","maintainer":"crates.io","name":"mdcat","version":"2.0.3","last_modified":"2023-04-24T20:02:28.000Z","full_name":"crates.io/mdcat","dl_count":0,"thumb_image_name":"crates_io_mdcat.jpg","created":"2023-03-06T20:09:34.000Z","desc":"A Rust library for rendering Markdown text in the terminal with syntax highlighting.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_mdcat.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/mdcat/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec9fRJVC0Z3MpCyG","slug":"github_com_cpuguy83_go_md2man","homepage":"https://github.com/cpuguy83/go-md2man","maintainer":"cpuguy83","name":"go-md2man","version":"2.0.2","last_modified":"2023-04-17T15:52:22.000Z","full_name":"github.com/cpuguy83/go-md2man","dl_count":0,"thumb_image_name":"github_com_cpuguy83_go_md2man.jpg","created":"2023-03-08T18:45:54.000Z","desc":"Converts markdown into roff (man pages)","thumb_image_url":"https://tea.xyz/Images/packages/github_com_cpuguy83_go_md2man.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/cpuguy83/go-md2man/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recmUY8Xc1EEgPHsc","slug":"crates_io_trashy","homepage":"https://crates.io","maintainer":"crates.io","name":"trashy","version":"2.0.0","last_modified":"2023-05-12T07:45:46.000Z","full_name":"crates.io/trashy","dl_count":0,"thumb_image_name":"crates_io_trashy.jpg","created":"2023-05-12T08:41:38.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_trashy.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/trashy/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckBP0oPuQSCnFf0","slug":"cpanmin_us","homepage":"https://cpanmin.us","name":"cpanmin.us","version":"1.7046.0","last_modified":"2023-04-16T05:10:14.000Z","full_name":"cpanmin.us","dl_count":0,"thumb_image_name":"cpanmin_us.jpg","created":"2023-02-10T06:13:47.000Z","maintainer":"","desc":"Get, unpack, build, and install modules from CPAN","thumb_image_url":"https://tea.xyz/Images/packages/cpanmin_us.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/cpanmin.us/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reccC0WyRSsZRcer8","slug":"plasmasturm_org_rename","homepage":"https://plasmasturm.org","maintainer":"plasmasturm.org","name":"rename","version":"1.601.0","last_modified":"2023-04-19T04:36:03.000Z","full_name":"plasmasturm.org/rename","dl_count":0,"thumb_image_name":"plasmasturm_org_rename.jpg","created":"2023-03-21T15:00:20.000Z","desc":"Perl-powered file rename script with many helpful built-ins","thumb_image_url":"https://tea.xyz/Images/packages/plasmasturm_org_rename.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/plasmasturm.org/rename/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recRwCDt0XMb5XRJx","slug":"leptonica_org","homepage":"https://leptonica.org","name":"leptonica.org","version":"1.83.1","last_modified":"2023-04-17T14:17:39.000Z","full_name":"leptonica.org","dl_count":0,"thumb_image_name":"leptonica_org.jpg","created":"2023-03-05T19:10:43.000Z","maintainer":"","desc":"Image processing and image analysis library","thumb_image_url":"https://tea.xyz/Images/packages/leptonica_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/leptonica.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rece88CK7zAjhcCta","slug":"boost_org","homepage":"https://boost.org","name":"boost.org","version":"1.82.0","last_modified":"2023-04-28T00:52:25.000Z","full_name":"boost.org","dl_count":0,"thumb_image_name":"boost_org.jpg","created":"2022-12-31T00:21:50.000Z","maintainer":"","desc":"Boost is a collection of open source libraries for the C++ programming language that are designed to provide support for a wide range of systems and applications. The libraries cover a range of functionality, including support for linear algebra, image processing, multi-threading, and networking, among others. Boost libraries are widely used in the development of C++ software and are known for their high-quality, well-documented code. The Boost website provides documentation, downloads, and other resources for users who want to use the libraries in their own projects. You can go ahead and install Boost using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/boost_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/boost.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recdTiXatp3M0Hs7M","slug":"gnome_org_gobject_introspection","homepage":"https://gnome.org","maintainer":"gnome.org","name":"gobject-introspection","version":"1.72.0","last_modified":"2023-04-16T21:20:40.000Z","full_name":"gnome.org/gobject-introspection","dl_count":131472,"thumb_image_name":"gnome_org_gobject_introspection_option 2.jpg","created":"2022-10-20T01:39:23.000Z","desc":"GNOME GObject introspection library","thumb_image_url":"https://tea.xyz/Images/packages/gnome_org_gobject_introspection.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnome.org/gobject-introspection/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recatmgyC8KVPDDyD","slug":"rust_lang_org","homepage":"https://rust-lang.org","name":"rust-lang.org","version":"1.69.0","last_modified":"2023-04-20T20:53:51.000Z","full_name":"rust-lang.org","dl_count":419769,"thumb_image_name":"rust_lang_org_option 1.jpg","created":"2022-10-20T01:39:23.000Z","maintainer":"","desc":"Safe, concurrent, practical language","thumb_image_url":"https://tea.xyz/Images/packages/rust_lang_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rust-lang.org/package.yml","categories":["foundation_essentials","top_packages"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGydl9D5umaGGSt","slug":"nghttp2_org","homepage":"https://nghttp2.org","name":"nghttp2.org","version":"1.53.0","last_modified":"2023-05-10T09:37:16.000Z","full_name":"nghttp2.org","dl_count":0,"thumb_image_name":"nghttp2_org.jpg","created":"2023-02-10T06:13:47.000Z","maintainer":"","desc":"HTTP/2 C Library","thumb_image_url":"https://tea.xyz/Images/packages/nghttp2_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nghttp2.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3xMgqT4IpxVFNt","slug":"golangci_lint_run","homepage":"https://golangci-lint.run","name":"golangci-lint.run","version":"1.52.2","last_modified":"2023-04-19T20:15:32.000Z","full_name":"golangci-lint.run","dl_count":0,"thumb_image_name":"golangci_lint_run.jpg","created":"2023-02-25T17:05:16.000Z","maintainer":"","desc":"Fast linters runner for Go","thumb_image_url":"https://tea.xyz/Images/packages/golangci_lint_run.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/golangci-lint.run/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recDR7jedVyLCXrZN","slug":"gnome_org_pango","homepage":"https://gnome.org","maintainer":"gnome.org","name":"pango","version":"1.50.9","last_modified":"2023-04-14T09:19:15.000Z","full_name":"gnome.org/pango","dl_count":1778478,"thumb_image_name":"gnome_org_pango_option 1.jpg","created":"2022-10-20T01:39:23.000Z","desc":"Framework for layout and rendering of i18n text","thumb_image_url":"https://tea.xyz/Images/packages/gnome_org_pango.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnome.org/pango/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recMCYFLmstOPMT3l","slug":"gnupg_org_libgpg_error","homepage":"https://gnupg.org","maintainer":"gnupg.org","name":"libgpg-error","version":"1.45.0","last_modified":"2023-04-14T18:29:30.000Z","full_name":"gnupg.org/libgpg-error","dl_count":1405252,"thumb_image_name":"gnupg_org_libgpg_error_option 1.jpg","created":"2022-10-20T01:39:23.000Z","desc":"Common error values for all GnuPG components","thumb_image_url":"https://tea.xyz/Images/packages/gnupg_org_libgpg_error.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnupg.org/libgpg-error/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recFbxI960U7p0ZNC","slug":"libuv_org","homepage":"https://libuv.org","name":"libuv.org","version":"1.44.2","last_modified":"2023-04-14T09:05:45.000Z","full_name":"libuv.org","dl_count":0,"thumb_image_name":"libuv_org.jpg","created":"2022-11-18T02:17:05.000Z","maintainer":"","desc":"Multi-platform support library with a focus on asynchronous I/O","thumb_image_url":"https://tea.xyz/Images/packages/libuv_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libuv.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckIfGmMqSuB7Tin","slug":"gnu_org_libidn","homepage":"https://gnu.org","maintainer":"gnu.org","name":"libidn","version":"1.41.0","last_modified":"2023-04-21T01:39:43.000Z","full_name":"gnu.org/libidn","dl_count":0,"thumb_image_name":"gnu_org_libidn.jpg","created":"2023-04-12T09:07:04.000Z","desc":"International domain name library","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_libidn.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/libidn/package.yml","categories":[],"manual_sorting":11,"card_layout":"right","installs":0},{"airtable_record_id":"reccy2XlnwjalPvL6","slug":"aria2_github_io","homepage":"https://aria2.github.io","name":"aria2.github.io","version":"1.36.0","last_modified":"2023-04-19T18:10:28.000Z","full_name":"aria2.github.io","dl_count":0,"thumb_image_name":"aria2_github_io.jpg","created":"2023-02-10T06:13:47.000Z","maintainer":"","desc":"Download with resuming and segmented downloading","thumb_image_url":"https://tea.xyz/Images/packages/aria2_github_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/aria2.github.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recG8frxmWrZFAQzf","slug":"gnu_org_tar","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gnu.org/tar","version":"1.34.0","last_modified":"2023-04-14T09:07:26.000Z","full_name":"gnu.org/tar","dl_count":196201,"thumb_image_name":"gnu_org_tar_option 1.jpg","created":"2022-10-20T01:39:23.000Z","desc":"GNU version of the tar archiving utility","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_tar.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/tar/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reci9CoP9xojj1EGg","slug":"deno_land","homepage":"https://deno.land","name":"deno","version":"1.33.4","last_modified":"2023-05-18T19:10:33.000Z","full_name":"deno.land","dl_count":203474,"thumb_image_name":"deno_land_option 2.jpg","created":"2022-10-20T01:39:23.000Z","maintainer":"","desc":"Secure runtime for JavaScript and TypeScript","thumb_image_url":"https://tea.xyz/Images/packages/deno_land.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/deno.land/package.yml","categories":["foundation_essentials","top_packages"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recEoj0SkQo0npi7v","slug":"mpg123_de","homepage":"https://mpg123.de","name":"mpg123.de","version":"1.31.2","last_modified":"2023-04-17T06:34:14.000Z","full_name":"mpg123.de","dl_count":0,"thumb_image_name":"mpg123_de.jpg","created":"2023-03-03T14:31:35.000Z","maintainer":"","desc":"MP3 player for Linux and UNIX","thumb_image_url":"https://tea.xyz/Images/packages/mpg123_de.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/mpg123.de/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recsi4fPRYlXm9WMv","slug":"kubernetes_io_minikube","homepage":"https://kubernetes.io","maintainer":"kubernetes.io","name":"minikube","version":"1.30.1","last_modified":"2023-04-20T08:02:23.000Z","full_name":"kubernetes.io/minikube","dl_count":0,"thumb_image_name":"kubernetes_io_minikube.jpg","created":"2023-03-14T21:55:15.000Z","desc":"Run a Kubernetes cluster locally","thumb_image_url":"https://tea.xyz/Images/packages/kubernetes_io_minikube.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/kubernetes.io/minikube/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recCBKupDtQhyestD","slug":"crates_io_rtx_cli","homepage":"https://crates.io","maintainer":"crates.io","name":"rtx-cli","version":"1.29.7","last_modified":"2023-05-10T23:09:21.000Z","full_name":"crates.io/rtx-cli","dl_count":0,"thumb_image_name":"crates_io_rtx_cli.jpg","created":"2023-04-16T01:41:17.000Z","desc":"A powerful command-line interface for real-time data monitoring, analysis, and visualization, supporting various data formats and sources.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_rtx_cli.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/rtx-cli/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec2a8btUnWJFZoXN","slug":"gitlab_com_gitlab_org_cli","homepage":"https://gitlab.com","maintainer":"gitlab.com","name":"gitlab-org","version":"1.29.4","last_modified":"2023-05-12T17:39:41.000Z","full_name":"gitlab.com/gitlab-org/cli","dl_count":0,"thumb_image_name":"gitlab_com_gitlab_org_cli.jpg","created":"2023-04-04T23:23:44.000Z","desc":"The official repository for the GitLab CLI, a command-line interface that simplifies and streamlines interactions with GitLab projects and services.","thumb_image_url":"https://tea.xyz/Images/packages/gitlab_com_gitlab_org_cli.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gitlab.com/gitlab-org/cli/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recktcTUhMYGl8IGU","slug":"kubernetes_io_kubectl","homepage":"https://kubernetes.io","maintainer":"kubernetes.io","name":"kubectl","version":"1.27.2","last_modified":"2023-05-17T22:09:06.000Z","full_name":"kubernetes.io/kubectl","dl_count":0,"thumb_image_name":"kubernetes_io_kubectl.jpg","created":"2023-03-03T17:30:01.000Z","desc":"Kubernetes command-line tool","thumb_image_url":"https://tea.xyz/Images/packages/kubernetes_io_kubectl.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/kubernetes.io/kubectl/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recTVkSRyQ8k8r9uZ","slug":"rust_lang_org_rustup_init","homepage":"https://rust-lang.org","maintainer":"rust-lang.org","name":"rustup-init","version":"1.26.0","last_modified":"2023-04-25T18:18:36.000Z","full_name":"rust-lang.org/rustup-init","dl_count":0,"thumb_image_name":"rustup_init.jpg","created":"2023-03-21T19:55:48.000Z","desc":"The official Rust programming language installer and version manager, streamlining installation, updates, and cross-compilation across platforms.","thumb_image_url":"https://tea.xyz/Images/packages/rust_lang_org_rustup_init.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rust-lang.org/rustup-init/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBVDnonSQLQ0cIq","slug":"nginx_org","homepage":"https://nginx.org","name":"nginx.org","version":"1.24.0","last_modified":"2023-04-21T00:18:14.000Z","full_name":"nginx.org","dl_count":0,"thumb_image_name":"nginx_org.jpg","created":"2023-02-23T16:18:05.000Z","maintainer":"","desc":"HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server","thumb_image_url":"https://tea.xyz/Images/packages/nginx_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nginx.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recXVwY07P3ALJKpy","slug":"nongnu_org_lzip","homepage":"https://nongnu.org","maintainer":"nongnu.org","name":"lzip","version":"1.23.0","last_modified":"2023-05-07T02:08:56.000Z","full_name":"nongnu.org/lzip","dl_count":0,"thumb_image_name":"nongnu_org_lzip.jpg","created":"2023-05-07T02:41:33.000Z","desc":"Data compressor","thumb_image_url":"https://tea.xyz/Images/packages/nongnu_org_lzip.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nongnu.org/lzip/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rechPrcGoA4ZSbxiy","slug":"gnu_org_gdbm","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gdbm","version":"1.23.0","last_modified":"2023-04-16T06:33:19.000Z","full_name":"gnu.org/gdbm","dl_count":0,"thumb_image_name":"gnu_org_gdbm.jpg","created":"2023-02-10T06:13:47.000Z","desc":"GNU database manager","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_gdbm.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/gdbm/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recFnFaKuLcyUQWDh","slug":"classic_yarnpkg_com","homepage":"https://classic.yarnpkg.com","name":"classic.yarnpkg.com","version":"1.22.19","last_modified":"2023-04-20T06:16:42.000Z","full_name":"classic.yarnpkg.com","dl_count":0,"thumb_image_name":"classic_yarnpkg_com.jpg","created":"2023-04-02T12:11:24.000Z","maintainer":"","desc":"The official documentation and resources for Yarn Classic, a popular and reliable package manager for JavaScript projects.","thumb_image_url":"https://tea.xyz/Images/packages/classic_yarnpkg_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/classic.yarnpkg.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recfuNLdBIvWdycjI","slug":"crates_io_broot","homepage":"https://crates.io","maintainer":"crates.io","name":"broot","version":"1.22.0","last_modified":"2023-05-19T05:06:56.000Z","full_name":"crates.io/broot","dl_count":0,"thumb_image_name":"crates_io_broot.jpg","created":"2022-12-07T03:07:22.000Z","desc":"broot is a Rust crate (package) that provides a command-line utility for navigating and managing directories and files. It is designed to be a fast and flexible tool that allows users to easily explore and manipulate their filesystem. broot includes features such as file filtering, command history, and the ability to launch other programs from within the interface. It is available as open source software and can be installed and used on a variety of platforms. The crates.io website provides documentation, downloads, and other resources for users who want to use the broot crate in their own projects. You can install broot using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_broot.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/broot/package.yml","categories":["framework essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recDOU8McCuHN3v1b","slug":"gnu_org_wget","homepage":"https://gnu.org","maintainer":"gnu.org","name":"wget","version":"1.21.4","last_modified":"2023-05-11T01:17:23.000Z","full_name":"gnu.org/wget","dl_count":1622007,"thumb_image_name":"gnu_org_wget_option 2.jpg","created":"2022-10-20T01:39:23.000Z","desc":"Internet file retriever","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_wget.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/wget/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec14i7urG3ZAPXCV","slug":"go_dev","homepage":"https://go.dev","name":"go","version":"1.20.4","last_modified":"2023-05-02T17:40:44.000Z","full_name":"go.dev","dl_count":295,"thumb_image_name":"go_dev_option 2.jpg","created":"2022-10-20T01:39:23.000Z","maintainer":"","desc":"Fast, efficient, statically-typed, open source programming language","thumb_image_url":"https://tea.xyz/Images/packages/go_dev.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/go.dev/package.yml","categories":["foundation_essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recSMojc84VPavFlS","slug":"kerberos_org","homepage":"https://kerberos.org","name":"kerberos.org","version":"1.20.1","last_modified":"2023-04-19T21:44:12.000Z","full_name":"kerberos.org","dl_count":0,"thumb_image_name":"kerberos_org.jpg","created":"2023-03-31T00:35:18.000Z","maintainer":"","desc":"A comprehensive resource for the Kerberos authentication protocol, providing information on its usage, implementation, and development.","thumb_image_url":"https://tea.xyz/Images/packages/kerberos_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/kerberos.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGSIIVR4VSEZPAh","slug":"x_org_util_macros","homepage":"https://x.org","maintainer":"x.org","name":"X/util-macros","version":"1.20.0","last_modified":"2023-04-18T22:52:05.000Z","full_name":"x.org/util-macros","dl_count":0,"thumb_image_name":"x_org_util_macros.jpg","created":"2023-03-15T10:38:48.000Z","desc":"X.Org: Set of autoconf macros used to build other xorg packages","thumb_image_url":"https://tea.xyz/Images/packages/x_org_util_macros.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/util-macros/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec32MkGY9NftM3hv","slug":"rpm_org_popt","homepage":"https://rpm.org","maintainer":"rpm.org","name":"popt","version":"1.19.0","last_modified":"2023-04-17T15:59:19.000Z","full_name":"rpm.org/popt","dl_count":0,"thumb_image_name":"rpm_org_popt.jpg","created":"2023-03-08T18:42:23.000Z","desc":"A library for parsing command-line options in C and C++ applications.","thumb_image_url":"https://tea.xyz/Images/packages/rpm_org_popt.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rpm.org/popt/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recEZrGjTawVTquvE","slug":"c_ares_org","homepage":"https://c-ares.org","name":"c-ares.org","version":"1.19.0","last_modified":"2023-04-21T00:08:48.000Z","full_name":"c-ares.org","dl_count":0,"thumb_image_name":"c_ares_org.jpg","created":"2023-04-12T09:07:04.000Z","maintainer":"","desc":"Asynchronous DNS library","thumb_image_url":"https://tea.xyz/Images/packages/c_ares_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/c-ares.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recr42yAPaPDbMOrq","slug":"dev_yorhel_nl_ncdu","homepage":"https://dev.yorhel.nl","maintainer":"dev.yorhel.nl","name":"ncdu","version":"1.18.1","last_modified":"2023-04-20T04:22:32.000Z","full_name":"dev.yorhel.nl/ncdu","dl_count":0,"thumb_image_name":"dev_yorhel_nl_ncdu.jpg","created":"2023-04-01T05:00:24.000Z","desc":"NCurses Disk Usage","thumb_image_url":"https://tea.xyz/Images/packages/dev_yorhel_nl_ncdu.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/dev.yorhel.nl/ncdu/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recytlovlK64kLwEz","slug":"unbound_net","homepage":"https://unbound.net","name":"unbound.net","version":"1.17.1","last_modified":"2023-04-16T06:48:52.000Z","full_name":"unbound.net","dl_count":0,"thumb_image_name":"unbound_net.jpg","created":"2023-02-10T06:13:47.000Z","maintainer":"","desc":"Validating, recursive, caching DNS resolver","thumb_image_url":"https://tea.xyz/Images/packages/unbound_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/unbound.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recRLD5kJIDvME2Gm","slug":"gnu_org_libiconv","homepage":"https://gnu.org","maintainer":"gnu.org","name":"libiconv","version":"1.17.0","last_modified":"2023-04-18T21:53:58.000Z","full_name":"gnu.org/libiconv","dl_count":0,"thumb_image_name":"gnu_org_libiconv.jpg","created":"2023-03-16T01:26:53.000Z","desc":"Conversion library","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_libiconv.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/libiconv/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recVLxffGVlIjtl26","slug":"gnu_org_automake","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gnu.org/automake","version":"1.16.5","last_modified":"2023-04-14T09:12:11.000Z","full_name":"gnu.org/automake","dl_count":806232,"thumb_image_name":"gnu_org_automake_option 2.jpg","created":"2022-10-20T01:39:23.000Z","desc":"Tool for generating GNU Standards-compliant Makefiles","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_automake.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/automake/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recYnS8YcCCqz8QSO","slug":"crates_io_hyperfine","homepage":"https://crates.io","maintainer":"crates.io","name":"hyperfine","version":"1.16.1","last_modified":"2023-04-19T09:37:50.000Z","full_name":"crates.io/hyperfine","dl_count":0,"thumb_image_name":"crates_io_hyperfine.jpg","created":"2023-02-10T06:13:47.000Z","desc":"A command-line benchmarking tool for measuring the performance of programs.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_hyperfine.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/hyperfine/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recIDdPH3myCnxYtN","slug":"github_com_linux_test_project_lcov","homepage":"https://github.com/linux-test-project/lcov","maintainer":"linux-test-project","name":"lcov","version":"1.16.0","last_modified":"2023-04-19T09:41:29.000Z","full_name":"github.com/linux-test-project/lcov","dl_count":0,"thumb_image_name":"github_com_linux_test_project_lcov.jpg","created":"2023-03-23T23:24:41.000Z","desc":"Graphical front-end for GCC's coverage testing tool (gcov)","thumb_image_url":"https://tea.xyz/Images/packages/github_com_linux_test_project_lcov.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/linux-test-project/lcov/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rece3eWlvgTwi9wuL","slug":"cairographics_org","homepage":"https://cairographics.org","name":"cairographics.org","version":"1.16.0","last_modified":"2023-04-17T06:30:01.000Z","full_name":"cairographics.org","dl_count":1247,"thumb_image_name":"cairographics_org.jpg","created":"2022-10-20T01:39:24.000Z","maintainer":"","desc":"SVG to PNG converter","thumb_image_url":"https://tea.xyz/Images/packages/cairographics_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/cairographics.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recrld1odHpzGoX0y","slug":"x_org_protocol_xcb","homepage":"https://x.org","maintainer":"x.org","name":"XCB/protocol","version":"1.15.2","last_modified":"2023-04-18T22:01:02.000Z","full_name":"x.org/protocol/xcb","dl_count":0,"thumb_image_name":"x_org_protocol_xcb.jpg","created":"2023-03-15T16:28:39.000Z","desc":"X.Org: XML-XCB protocol descriptions for libxcb code generation","thumb_image_url":"https://tea.xyz/Images/packages/x_org_protocol_xcb.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/protocol/xcb/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec97aEKFvBxyt8sb","slug":"solana_com","homepage":"https://solana.com","name":"solana.com","version":"1.15.2","last_modified":"2023-04-21T12:30:57.000Z","full_name":"solana.com","dl_count":0,"thumb_image_name":"solana-thumbnail-image.jpg","created":"2023-04-21T12:41:24.000Z","maintainer":"","desc":"Solana shines as an ideal platform for open-source developers, offering high-performance, scalability, and security in the blockchain realm. Its speedy transaction processing and parallel processing enable seamless decentralized applications (dApps) creation. Solana’s thriving open-source community encourages collaboration and constant improvements. By embracing open standards and offering extensive documentation, Solana empowers developers to push the boundaries of decentralized technology, making it a top choice for those seeking to impact the blockchain space.","thumb_image_url":"https://tea.xyz/Images/packages/solana_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/solana.com/package.yml","categories":["discover"],"manual_sorting":5,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnmrHkDOyd9X3WT","slug":"x_org_xcb","homepage":"https://x.org","maintainer":"x.org","name":"xcb","version":"1.15.0","last_modified":"2023-04-18T22:01:30.000Z","full_name":"x.org/xcb","dl_count":0,"thumb_image_name":"x_org_xcb.jpg","created":"2023-03-15T22:35:24.000Z","desc":"X.Org: XML-XCB protocol descriptions for libxcb code generation","thumb_image_url":"https://tea.xyz/Images/packages/x_org_xcb.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/xcb/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recjrj5H3paDdhPvL","slug":"github_com_zegl_kube_score","maintainer":"zegl","name":"kube-score","version":"1.15.0","last_modified":"2023-04-15T00:03:25.000Z","full_name":"github.com/zegl/kube-score","dl_count":0,"thumb_image_name":"github_com_zegl_kube_score.jpg","created":"2022-12-07T03:01:04.000Z","desc":"kube-score is an open-source tool that allows users to analyze and improve the configuration of their Kubernetes clusters. It provides a set of checks that verify the correctness and best practices of the cluster's resource configuration, such as Deployments, Services, and Ingresses. By identifying and addressing issues found by kube-score, users can ensure that their clusters are running optimally and avoid potential issues in the future. kube-score is designed to be easy to use, with a simple command-line interface and integration with popular continuous integration tools.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_zegl_kube_score.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/zegl/kube-score/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recpL3NIyTTVnJMXO","slug":"gnome_org_libgsf","homepage":"https://gnome.org","maintainer":"gnome.org","name":"libgsf","version":"1.14.50","last_modified":"2023-05-06T23:42:22.000Z","full_name":"gnome.org/libgsf","dl_count":0,"thumb_image_name":"gnome_org_libgsf.jpg","created":"2023-05-07T00:41:34.000Z","desc":"I/O abstraction library for dealing with structured file formats","thumb_image_url":"https://tea.xyz/Images/packages/gnome_org_libgsf.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnome.org/libgsf/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recA08R6FS9duKiYO","slug":"stripe_com","homepage":"https://stripe.com","name":"stripe.com","version":"1.14.6","last_modified":"2023-05-17T22:12:03.000Z","full_name":"stripe.com","dl_count":0,"thumb_image_name":"stripe_com.jpg","created":"2023-04-02T21:34:27.000Z","maintainer":"","desc":"Stripe is a leading online payment processing platform for businesses, providing a suite of APIs, tools, and resources for building seamless and secure payment experiences.","thumb_image_url":"https://tea.xyz/Images/packages/stripe_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/stripe.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recWwB61Yjg0iEIJt","slug":"elixir_lang_org","homepage":"https://elixir-lang.org","name":"elixir-lang.org","version":"1.14.4","last_modified":"2023-04-26T17:51:41.000Z","full_name":"elixir-lang.org","dl_count":0,"thumb_image_name":"elixir_lang_org.jpg","created":"2023-04-26T18:41:25.000Z","maintainer":"","desc":"Functional metaprogramming aware language built on Erlang VM","thumb_image_url":"https://tea.xyz/Images/packages/elixir_lang_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/elixir-lang.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recy9DuoSjB8iyZWN","slug":"starship_rs","homepage":"https://starship.rs","name":"starship.rs","version":"1.14.2","last_modified":"2023-04-21T01:39:33.000Z","full_name":"starship.rs","dl_count":0,"thumb_image_name":"starship_rs.jpg","created":"2023-01-20T16:26:49.000Z","maintainer":"","desc":"Cross-shell prompt for astronauts","thumb_image_url":"https://tea.xyz/Images/packages/starship_rs.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/starship.rs/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recS04YKliMM1K8OS","slug":"apache_org_subversion","homepage":"https://apache.org","maintainer":"apache.org","name":"subversion","version":"1.14.2","last_modified":"2023-04-21T07:12:04.000Z","full_name":"apache.org/subversion","dl_count":0,"thumb_image_name":"apache_org_subversion.jpg","created":"2023-04-12T09:07:04.000Z","desc":"Version control system","thumb_image_url":"https://tea.xyz/Images/packages/apache_org_subversion.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/apache.org/subversion/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recZ4dDeLeQe3Dgr4","slug":"freedesktop_org_cppunit","homepage":"https://freedesktop.org","maintainer":"freedesktop.org","name":"cppunit","version":"1.13.2","last_modified":"2023-05-05T16:27:43.000Z","full_name":"freedesktop.org/cppunit","dl_count":0,"thumb_image_name":"freedesktop_org_cppunit.jpg","created":"2023-05-05T16:41:29.000Z","desc":"Unit testing framework for C++","thumb_image_url":"https://tea.xyz/Images/packages/freedesktop_org_cppunit.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freedesktop.org/cppunit/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGFTXisSnEzaVFR","slug":"webmproject_org_libvpx","homepage":"https://webmproject.org","maintainer":"webmproject.org","name":"libvpx","version":"1.13.0","last_modified":"2023-05-05T16:27:22.000Z","full_name":"webmproject.org/libvpx","dl_count":0,"thumb_image_name":"webmproject_org_libvpx.jpg","created":"2023-05-05T16:41:29.000Z","desc":"VP8/VP9 video codec","thumb_image_url":"https://tea.xyz/Images/packages/webmproject_org_libvpx.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/webmproject.org/libvpx/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recyO7oxkDaXXVLdq","slug":"just_systems","homepage":"https://just.systems","name":"just.systems","version":"1.13.0","last_modified":"2023-04-16T02:00:23.000Z","full_name":"just.systems","dl_count":0,"thumb_image_name":"just_systems_option 1.jpg","created":"2022-10-20T01:39:24.000Z","maintainer":"","desc":"just is a handy way to save and run project-specific commands.","thumb_image_url":"https://tea.xyz/Images/packages/just_systems.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/just.systems/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recZxxZ79IDADRsK2","slug":"google_com_googletest","homepage":"https://google.com","maintainer":"google.com","name":"googletest","version":"1.13.0","last_modified":"2023-04-21T00:29:27.000Z","full_name":"google.com/googletest","dl_count":0,"thumb_image_name":"google_com_googletest.jpg","created":"2023-04-12T09:07:04.000Z","desc":"Googletest is a popular, feature-rich C++ testing framework developed by Google, designed to facilitate writing and running tests for complex software projects.","thumb_image_url":"https://tea.xyz/Images/packages/google_com_googletest.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/google.com/googletest/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reco5dF0ebC6ItNoJ","slug":"ninja_build_org","homepage":"https://ninja-build.org","name":"ninja-build.org","version":"1.11.1","last_modified":"2023-04-28T04:23:27.000Z","full_name":"ninja-build.org","dl_count":369737,"thumb_image_name":"ninja_build_org_option 1.jpg","created":"2022-10-20T01:39:24.000Z","maintainer":"","desc":"Small build system for use with gyp or CMake","thumb_image_url":"https://tea.xyz/Images/packages/ninja_build_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ninja-build.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3SVI0O2yuvdi85","slug":"gnupg_org_libgcrypt","homepage":"https://gnupg.org","maintainer":"gnupg.org","name":"libgcrypt","version":"1.10.1","last_modified":"2023-04-15T00:49:40.000Z","full_name":"gnupg.org/libgcrypt","dl_count":1056478,"thumb_image_name":"gnupg_org_libgcrypt_option 2.jpg","created":"2022-10-20T01:39:24.000Z","desc":"Cryptographic library based on the code from GnuPG","thumb_image_url":"https://tea.xyz/Images/packages/gnupg_org_libgcrypt.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnupg.org/libgcrypt/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recps3mW2s9pTHE4K","slug":"coredns_io","homepage":"https://coredns.io","name":"coredns.io","version":"1.10.1","last_modified":"2023-04-20T06:24:31.000Z","full_name":"coredns.io","dl_count":0,"thumb_image_name":"coredns_io.jpg","created":"2023-04-03T19:00:20.000Z","maintainer":"","desc":"DNS server that chains plugins","thumb_image_url":"https://tea.xyz/Images/packages/coredns_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/coredns.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rechDazqQfkxYY8sO","slug":"libssh2_org","homepage":"https://libssh2.org","name":"libssh2.org","version":"1.10.0","last_modified":"2023-04-21T01:40:25.000Z","full_name":"libssh2.org","dl_count":0,"thumb_image_name":"libssh2_org.jpg","created":"2023-04-12T09:07:04.000Z","maintainer":"","desc":"C library implementing the SSH2 protocol","thumb_image_url":"https://tea.xyz/Images/packages/libssh2_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libssh2.org/package.yml","categories":[],"manual_sorting":10,"card_layout":"right","installs":0},{"airtable_record_id":"recya53yURtwuDq2n","slug":"doxygen_nl","homepage":"https://doxygen.nl","name":"doxygen.nl","version":"1.9.7","last_modified":"2023-05-18T20:18:44.000Z","full_name":"doxygen.nl","dl_count":0,"thumb_image_name":"doxygen_nl.jpg","created":"2023-03-16T15:54:38.000Z","maintainer":"","desc":"Generate documentation for several programming languages","thumb_image_url":"https://tea.xyz/Images/packages/doxygen_nl.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/doxygen.nl/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recH5vwvxqU6riQNR","slug":"lz4_org","homepage":"https://lz4.org","name":"lz4.org","version":"1.9.4","last_modified":"2023-04-17T00:44:55.000Z","full_name":"lz4.org","dl_count":0,"thumb_image_name":"lz4_org.jpg","created":"2022-12-31T00:21:50.000Z","maintainer":"","desc":"LZ4 is a fast and lightweight data compression library that is designed for high-speed compression and decompression. It is widely used in a variety of applications such as file compression, data storage, and networking. LZ4 is available as open source software and has been implemented in a number of programming languages. It is known for its high-performance and low memory usage, and includes a number of features such as support for multiple compression levels and streaming compression. You can go ahead and install LZ4 using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/lz4_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/lz4.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec02rpupjXpvTHgR","slug":"libzip_org","homepage":"https://libzip.org","name":"libzip.org","version":"1.9.2","last_modified":"2023-04-21T07:25:48.000Z","full_name":"libzip.org","dl_count":0,"thumb_image_name":"libzip_org.jpg","created":"2023-03-15T11:55:39.000Z","maintainer":"","desc":"C library for reading, creating, and modifying zip archives","thumb_image_url":"https://tea.xyz/Images/packages/libzip_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libzip.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recq6z7yjbje72ItU","slug":"catb_org_wumpus","homepage":"http://catb.org","maintainer":"catb.org","name":"wumpus","version":"1.9.0","last_modified":"2023-04-20T04:23:28.000Z","full_name":"catb.org/wumpus","dl_count":0,"thumb_image_name":"catb_org_wumpus.jpg","created":"2022-12-07T03:01:04.000Z","desc":"Exact clone of the ancient BASIC Hunt the Wumpus game","thumb_image_url":"https://tea.xyz/Images/packages/catb_org_wumpus.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/catb.org/wumpus/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rechIbx9lbjFJWAV9","slug":"x_org_x11","homepage":"https://x.org","maintainer":"x.org","name":"x11","version":"1.8.4","last_modified":"2023-04-18T23:12:41.000Z","full_name":"x.org/x11","dl_count":0,"thumb_image_name":"x_org_x11.jpg","created":"2023-03-16T15:54:38.000Z","desc":"X.Org: X11 Screen Saver extension client library","thumb_image_url":"https://tea.xyz/Images/packages/x_org_x11.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/x11/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGifOCG5f4Vki6F","slug":"nlnetlabs_nl_ldns","homepage":"https://nlnetlabs.nl","maintainer":"nlnetlabs.nl","name":"ldns","version":"1.8.3","last_modified":"2023-04-19T21:43:52.000Z","full_name":"nlnetlabs.nl/ldns","dl_count":0,"thumb_image_name":"nlnetlabs_nl_ldns.jpg","created":"2023-03-31T00:35:18.000Z","desc":"DNS library written in C","thumb_image_url":"https://tea.xyz/Images/packages/nlnetlabs_nl_ldns.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nlnetlabs.nl/ldns/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recPV7PjQYeTTbwK4","slug":"r_wos_org_gti","homepage":"https://r-wos.org","maintainer":"r-wos.org","name":"gti","version":"1.8.0","last_modified":"2023-04-15T21:51:11.000Z","full_name":"r-wos.org/gti","dl_count":0,"thumb_image_name":"r_wos_org_gti","created":"2023-01-11T22:45:13.000Z","desc":"ASCII-art displaying typo-corrector for commands","thumb_image_url":"https://tea.xyz/Images/packages/r_wos_org_gti.undefined","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/r-wos.org/gti/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reccOUNCy0oGhVTMS","slug":"frei0r_dyne_org","homepage":"https://frei0r.dyne.org","name":"frei0r.dyne.org","version":"1.8.0","last_modified":"2023-05-07T20:36:32.000Z","full_name":"frei0r.dyne.org","dl_count":0,"thumb_image_name":"frei0r_dyne_org.jpg","created":"2023-05-07T20:41:33.000Z","maintainer":"","desc":"Minimalistic plugin API for video effects","thumb_image_url":"https://tea.xyz/Images/packages/frei0r_dyne_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/frei0r.dyne.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec70BRatCsGm6bXx","slug":"github_com_davegamble_cjson","homepage":"https://github.com/DaveGamble/cJSON","maintainer":"DaveGamble","name":"cJSON","version":"1.7.15","last_modified":"2023-04-16T19:08:23.000Z","full_name":"github.com/DaveGamble/cJSON","dl_count":0,"thumb_image_name":"github_com_davegamble_cjson.jpg","created":"2023-02-12T00:49:59.000Z","desc":"Ultralightweight JSON parser in ANSI C","thumb_image_url":"https://tea.xyz/Images/packages/github_com_davegamble_cjson.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/DaveGamble/cJSON/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recbsKn6JsJ8ycDji","slug":"apache_org_apr","homepage":"https://apache.org","maintainer":"apache.org","name":"apr","version":"1.7.4","last_modified":"2023-04-21T06:19:16.000Z","full_name":"apache.org/apr","dl_count":0,"thumb_image_name":"apache_org_apr.jpg","created":"2023-03-16T19:34:53.000Z","desc":"Apache Portable Runtime library","thumb_image_url":"https://tea.xyz/Images/packages/apache_org_apr.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/apache.org/apr/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rectA4Q6iS8rpnds1","slug":"github_com_python_lsp_python_lsp_server","homepage":"https://github.com/python-lsp/python-lsp-server","maintainer":"python-lsp","name":"python-lsp-server","version":"1.7.3","last_modified":"2023-05-15T14:08:39.000Z","full_name":"github.com/python-lsp/python-lsp-server","dl_count":0,"thumb_image_name":"github_com_python_lsp_python_lsp_server.jpg","created":"2023-04-22T23:41:22.000Z","desc":"Python Language Server for the Language Server Protocol","thumb_image_url":"https://tea.xyz/Images/packages/github_com_python_lsp_python_lsp_server.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/python-lsp/python-lsp-server/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recmwTfLCVdGcxc2e","slug":"tsl0922_github_io_ttyd","homepage":"https://tsl0922.github.io/ttyd/","maintainer":"tsl0922.github.io","name":"ttyd","version":"1.7.2","last_modified":"2023-04-14T22:03:24.000Z","full_name":"tsl0922.github.io/ttyd","dl_count":0,"thumb_image_name":"tsl0922_github_io_ttyd.jpg","created":"2022-12-07T03:01:04.000Z","desc":"Command-line tool for sharing terminal over the web","thumb_image_url":"https://tea.xyz/Images/packages/tsl0922_github_io_ttyd.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tsl0922.github.io/ttyd/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recrFN6bom9PVR07l","slug":"hunspell_github_io","homepage":"https://hunspell.github.io","name":"hunspell.github.io","version":"1.7.2","last_modified":"2023-05-09T20:52:31.000Z","full_name":"hunspell.github.io","dl_count":0,"thumb_image_name":"hunspell_github_io.jpg","created":"2023-05-09T21:41:35.000Z","maintainer":"","desc":"Spell checker and morphological analyzer","thumb_image_url":"https://tea.xyz/Images/packages/hunspell_github_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/hunspell.github.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec1CTF5gCM9DDb7d","slug":"github_com_maxmind_libmaxminddb","homepage":"https://github.com/maxmind/libmaxminddb","maintainer":"maxmind","name":"libmaxminddb","version":"1.7.1","last_modified":"2023-05-06T23:41:20.000Z","full_name":"github.com/maxmind/libmaxminddb","dl_count":0,"thumb_image_name":"github_com_maxmind_libmaxminddb.jpg","created":"2023-05-07T00:41:34.000Z","desc":"C library for the MaxMind DB file format","thumb_image_url":"https://tea.xyz/Images/packages/github_com_maxmind_libmaxminddb.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/maxmind/libmaxminddb/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recrzuXU6SFFWwJgT","slug":"hatch_pypa_io","homepage":"https://hatch.pypa.io","name":"hatch.pypa.io","version":"1.7.0","last_modified":"2023-04-25T18:47:23.000Z","full_name":"hatch.pypa.io","dl_count":0,"thumb_image_name":"hatch_pypa_io.jpg","created":"2023-04-25T19:41:23.000Z","maintainer":"","desc":"Modern, extensible Python project management","thumb_image_url":"https://tea.xyz/Images/packages/hatch_pypa_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/hatch.pypa.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recKqGAQrdhgjBvTE","slug":"libpng_org","homepage":"http://www.libpng.org/pub/png/libpng.html","name":"libpng.org","version":"1.6.39","last_modified":"2023-04-20T19:52:27.000Z","full_name":"libpng.org","dl_count":236,"thumb_image_name":"libpng_org_option 1.jpg","created":"2022-10-20T01:39:24.000Z","maintainer":"","desc":"PNG image format manipulation library","thumb_image_url":"https://tea.xyz/Images/packages/libpng_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libpng.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recrxp64Jqk6D9Bzt","slug":"cointop_sh","homepage":"https://cointop.sh","name":"cointop.sh","version":"1.6.10","last_modified":"2023-04-29T04:41:55.000Z","full_name":"cointop.sh","dl_count":0,"thumb_image_name":"cointop_sh.jpg","created":"2023-04-29T05:41:25.000Z","maintainer":"","desc":"Interactive terminal based UI application for tracking cryptocurrencies","thumb_image_url":"https://tea.xyz/Images/packages/cointop_sh.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/cointop.sh/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec1R1q9No1lw42fe","slug":"libgit2_org","homepage":"https://libgit2.org","name":"libgit2.org","version":"1.6.4","last_modified":"2023-04-21T17:55:02.000Z","full_name":"libgit2.org","dl_count":0,"thumb_image_name":"libgit2_org.jpg","created":"2023-04-21T18:26:45.000Z","maintainer":"","desc":"A portable, pure C implementation of the Git core methods, enabling developers to build custom Git applications and integrations with ease and efficiency.","thumb_image_url":"https://tea.xyz/Images/packages/libgit2_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libgit2.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recdsQZrKm19z7dmQ","slug":"apache_org_apr_util","homepage":"https://apache.org","maintainer":"apache.org","name":"apr-util","version":"1.6.3","last_modified":"2023-05-02T01:20:33.000Z","full_name":"apache.org/apr-util","dl_count":0,"thumb_image_name":"apache_org_apr_util.jpg","created":"2023-04-08T06:41:39.000Z","desc":"Companion library to apr, the Apache Portable Runtime library","thumb_image_url":"https://tea.xyz/Images/packages/apache_org_apr_util.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/apache.org/apr-util/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recFRuWJVRlCWCG6T","slug":"gnupg_org_libksba","homepage":"https://gnupg.org","maintainer":"gnupg.org","name":"libksba","version":"1.6.1","last_modified":"2023-04-14T21:58:23.000Z","full_name":"gnupg.org/libksba","dl_count":678597,"thumb_image_name":"gnupg_org_libksba copy_option 1.jpg","created":"2022-10-20T01:39:24.000Z","desc":"X.509 and CMS library","thumb_image_url":"https://tea.xyz/Images/packages/gnupg_org_libksba.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnupg.org/libksba/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recME2gYSjEhUAUO7","slug":"tldr_sh","homepage":"https://tldr.sh","name":"tldr.sh","version":"1.6.0","last_modified":"2023-05-09T10:35:42.000Z","full_name":"tldr.sh","dl_count":0,"thumb_image_name":"tldr_sh.jpg","created":"2023-03-25T00:15:57.000Z","maintainer":"","desc":"Simplified and community-driven man pages","thumb_image_url":"https://tea.xyz/Images/packages/tldr_sh.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tldr.sh/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recuQUR83l95ad9ve","slug":"stedolan_github_io_jq","homepage":"https://stedolan.github.io/jq/","maintainer":"stedolan.github.io","name":"jq","version":"1.6.0","last_modified":"2023-04-15T03:37:04.000Z","full_name":"stedolan.github.io/jq","dl_count":767445,"thumb_image_name":"stedolan_github_io_jq_option 2.jpg","created":"2022-10-20T01:39:24.000Z","desc":"Lightweight and flexible command-line JSON processor","thumb_image_url":"https://tea.xyz/Images/packages/stedolan_github_io_jq.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/stedolan.github.io/jq/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recOyKehdS5UWV6yv","slug":"rigaux_org_hexedit","homepage":"https://rigaux.org","maintainer":"rigaux.org","name":"hexedit","version":"1.6.0","last_modified":"2023-04-15T05:53:16.000Z","full_name":"rigaux.org/hexedit","dl_count":0,"thumb_image_name":"rigaux_org_hexedit.jpg","created":"2022-12-31T00:21:50.000Z","desc":"Hexedit is a tool for editing binary files. It allows users to view and edit the raw data of a file in a hexadecimal format, which can be useful for tasks such as debugging, reverse engineering, and data recovery. Hexedit typically includes features such as the ability to search and replace hexadecimal values, navigate through the file using offsets, and view the file in different formats such as ASCII or EBCDIC. Hexedit is available for a variety of platforms and can be used as a command-line tool or as a standalone application with a graphical user interface. You can go ahead and install Hexedit using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/rigaux_org_hexedit.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rigaux.org/hexedit/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGSVhUbXRmF0oTr","slug":"gnupg_org_npth","homepage":"https://gnupg.org","maintainer":"gnupg.org","name":"gnu.org/npth","version":"1.6.0","last_modified":"2023-04-14T09:49:19.000Z","full_name":"gnupg.org/npth","dl_count":330409,"thumb_image_name":"gnupg_org_npth_option 1.jpg","created":"2022-10-20T01:39:24.000Z","desc":"New GNU portable threads library","thumb_image_url":"https://tea.xyz/Images/packages/gnupg_org_npth.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnupg.org/npth/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recgjbxluZubxgDyT","slug":"github_com_jhford_screenresolution","homepage":"https://github.com/jhford/screenresolution","maintainer":"jhford","name":"screenresolution","version":"1.6.0","last_modified":"2023-05-09T22:07:42.000Z","full_name":"github.com/jhford/screenresolution","dl_count":0,"thumb_image_name":"github_com_jhford_screenresolution.jpg","created":"2023-05-09T22:41:39.000Z","desc":"Get, set, and list display resolution","thumb_image_url":"https://tea.xyz/Images/packages/github_com_jhford_screenresolution.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/jhford/screenresolution/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recV2IS0U1hibwtZa","slug":"facebook_com_zstd","homepage":"https://facebook.com","maintainer":"facebook.com","name":"zstd","version":"1.5.5","last_modified":"2023-04-20T07:59:35.000Z","full_name":"facebook.com/zstd","dl_count":0,"thumb_image_name":"facebook_com_zstd.jpg","created":"2022-12-31T00:21:50.000Z","desc":"Zstandard, or \"zstd\" for short, is a real-time data compression algorithm that is known for its high compression ratios and fast decompression speeds. It was developed by Facebook and is widely used in a variety of applications such as file compression, data storage, and networking. Zstd is available as open source software and has been implemented in a number of programming languages. It is designed to be flexible and efficient, and includes a number of features such as support for multiple compression levels and dictionary compression. You can go ahead an install Zstandard using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/facebook_com_zstd.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/facebook.com/zstd/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recLmHAMCHN7PYiTD","slug":"charm_sh_glow","homepage":"https://charm.sh","maintainer":"charm.sh","name":"charm.sh/glow","version":"1.5.1","last_modified":"2023-05-09T16:26:13.000Z","full_name":"charm.sh/glow","dl_count":0,"thumb_image_name":"charm_sh_glow.jpg","created":"2022-10-21T05:52:43.000Z","desc":"Put the pizzazz back in your reading experience and get ready to fall in love with the command line all over again. Glow is the customizable, award-winning* markdown rendering tool with first-class CLI and TUI interfaces that operates on local and remote data alike.","thumb_image_url":"https://tea.xyz/Images/packages/charm_sh_glow.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/charm.sh/glow/package.yml","categories":["simply delightful"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec9FX4V0V0FNV0kX","slug":"gnu_org_m4","homepage":"https://gnu.org","maintainer":"gnu.org","name":"m4","version":"1.4.19","last_modified":"2023-04-14T04:45:41.000Z","full_name":"gnu.org/m4","dl_count":3317440,"thumb_image_name":"gnu_org_m4_option 1.jpg","created":"2022-10-20T01:39:24.000Z","desc":"Macro processing language","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_m4.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/m4/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recXmSTnZ5V8ntgwj","slug":"terraform_io","homepage":"https://terraform.io","name":"terraform.io","version":"1.4.6","last_modified":"2023-04-26T18:38:47.000Z","full_name":"terraform.io","dl_count":0,"thumb_image_name":"terraform_io.jpg","created":"2023-02-19T12:13:08.000Z","maintainer":"","desc":"Tool to build, change, and version infrastructure","thumb_image_url":"https://tea.xyz/Images/packages/terraform_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/terraform.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3as1OPLq5f1qau","slug":"mkcert_dev","homepage":"https://mkcert.dev","name":"mkcert.dev","version":"1.4.4","last_modified":"2023-04-20T04:17:04.000Z","full_name":"mkcert.dev","dl_count":0,"thumb_image_name":"mkcert_dev.jpg","created":"2023-04-01T00:33:26.000Z","maintainer":"","desc":"A simple, user-friendly tool for creating locally trusted development certificates, making it easy to set up HTTPS for local development environments.","thumb_image_url":"https://tea.xyz/Images/packages/mkcert_dev.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/mkcert.dev/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recMCnbwnqIpJk282","slug":"rhash_sourceforge_net","homepage":"https://rhash.sourceforge.net","name":"rhash.sourceforge.net","version":"1.4.3","last_modified":"2023-04-15T00:21:39.000Z","full_name":"rhash.sourceforge.net","dl_count":0,"thumb_image_name":"rhash_sourceforge_net.jpg","created":"2022-12-31T00:21:52.000Z","maintainer":"","desc":"RHash is an open source file hashing utility that allows users to calculate and verify cryptographic hashes of files. It is written in C and supports a wide range of hash algorithms, including popular ones such as MD5, SHA1, and CRC32. RHash is designed to be fast and lightweight, and includes features such as the ability to process multiple files at once, support for recursive hashing of directories, and the ability to generate and verify hash sums in a variety of formats. The RHash website provides downloads, documentation, and other resources for users who want to use the tool in their own projects. You can install RHash using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/rhash_sourceforge_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rhash.sourceforge.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"receKYDZYEEHkJ40e","slug":"xiph_org_flac","homepage":"https://xiph.org","maintainer":"xiph.org","name":"flac","version":"1.4.2","last_modified":"2023-04-19T04:43:32.000Z","full_name":"xiph.org/flac","dl_count":0,"thumb_image_name":"xiph_org_flac.jpg","created":"2023-03-21T02:04:08.000Z","desc":"Free lossless audio codec","thumb_image_url":"https://tea.xyz/Images/packages/xiph_org_flac.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/xiph.org/flac/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recHzomoBE2Ig7lSq","slug":"python_poetry_org","homepage":"https://python-poetry.org","name":"python-poetry.org","version":"1.4.2","last_modified":"2023-04-20T19:56:56.000Z","full_name":"python-poetry.org","dl_count":0,"thumb_image_name":"python_poetry_org.jpg","created":"2023-01-18T23:23:39.000Z","maintainer":"","desc":"Python package management tool","thumb_image_url":"https://tea.xyz/Images/packages/python_poetry_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/python-poetry.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recvnD1zJFoS5U4ej","slug":"x_org_xtrans","homepage":"https://x.org","maintainer":"x.org","name":"xtrans","version":"1.4.0","last_modified":"2023-04-18T21:59:09.000Z","full_name":"x.org/xtrans","dl_count":0,"thumb_image_name":"x_org_xtrans.jpg","created":"2023-03-15T20:46:16.000Z","desc":"X.Org: X Network Transport layer shared code","thumb_image_url":"https://tea.xyz/Images/packages/x_org_xtrans.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/xtrans/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recWprXIxIQubndoR","slug":"opus_codec_org","homepage":"https://opus-codec.org","name":"opus-codec.org","version":"1.4.0","last_modified":"2023-04-20T03:10:41.000Z","full_name":"opus-codec.org","dl_count":0,"thumb_image_name":"opus_codec_org.jpg","created":"2023-03-08T18:42:23.000Z","maintainer":"","desc":"Audio codec","thumb_image_url":"https://tea.xyz/Images/packages/opus_codec_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/opus-codec.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recqIU5RRJWBkVEox","slug":"github_com_jaseg_lolcat","maintainer":"jaseg","name":"lolcat","version":"1.4.0","last_modified":"2023-04-19T21:41:07.000Z","full_name":"github.com/jaseg/lolcat","dl_count":0,"thumb_image_name":"github_com_jaseg_lolcat.jpg","created":"2023-03-31T00:35:18.000Z","desc":"A colorful command-line tool that outputs text with rainbow colors, adding a touch of whimsy and fun to your terminal.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_jaseg_lolcat.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/jaseg/lolcat/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec4O3B9CUq2GeKLR","slug":"github_com_ggerganov_whisper_cpp","homepage":"https://whisper.cpp","maintainer":"ggerganov","name":"whisper.cpp","version":"1.4.0","last_modified":"2023-05-14T04:57:44.000Z","full_name":"github.com/ggerganov/whisper.cpp","dl_count":0,"thumb_image_name":"github_com_ggerganov_whisper_cpp.jpg","created":"2023-05-04T21:41:31.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/github_com_ggerganov_whisper_cpp.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/ggerganov/whisper.cpp/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec4rccFMdrkfmS4S","slug":"github_com_evilmartians_lefthook","homepage":"https://github.com/evilmartians/lefthook","maintainer":"evilmartians","name":"lefthook","version":"1.4.0","last_modified":"2023-05-18T12:42:33.000Z","full_name":"github.com/evilmartians/lefthook","dl_count":0,"thumb_image_name":"github_com_evilmartians_lefthook.jpg","created":"2023-02-25T17:05:16.000Z","desc":"Fast and powerful Git hooks manager for any type of projects","thumb_image_url":"https://tea.xyz/Images/packages/github_com_evilmartians_lefthook.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/evilmartians/lefthook/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recQHgJ2cUWtDTWr8","slug":"github_com_aswinkarthik_csvdiff","maintainer":"aswinkarthik","name":"csvdiff","version":"1.4.0","last_modified":"2023-04-21T11:56:46.000Z","full_name":"github.com/aswinkarthik/csvdiff","dl_count":0,"thumb_image_name":"github_com_aswinkarthik_csvdiff.jpg","created":"2023-04-21T12:41:24.000Z","desc":"A fast and flexible command-line tool for comparing and diffing CSV files, highlighting differences and supporting various output formats.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_aswinkarthik_csvdiff.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/aswinkarthik/csvdiff/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec94FFkk6GYXb8YI","slug":"graphicsmagick_org","homepage":"https://graphicsmagick.org","name":"graphicsmagick.org","version":"1.3.40","last_modified":"2023-05-06T18:22:53.000Z","full_name":"graphicsmagick.org","dl_count":0,"thumb_image_name":"graphicsmagick_org.jpg","created":"2023-05-06T18:41:30.000Z","maintainer":"","desc":"Image processing tools collection","thumb_image_url":"https://tea.xyz/Images/packages/graphicsmagick_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/graphicsmagick.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recFlK28erKbNSIpL","slug":"graphite_sil_org","homepage":"https://graphite.sil.org","name":"graphite.sil.org","version":"1.3.14","last_modified":"2023-04-19T00:13:18.000Z","full_name":"graphite.sil.org","dl_count":0,"thumb_image_name":"graphite_sil_org-new.jpg","created":"2023-03-17T18:38:31.000Z","maintainer":"","desc":"Smart font renderer for non-Roman scripts","thumb_image_url":"https://tea.xyz/Images/packages/graphite_sil_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/graphite.sil.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recdeGrkpsSl90tii","slug":"xvid_com","homepage":"https://xvid.com","name":"xvid.com","version":"1.3.7","last_modified":"2023-05-01T17:55:03.000Z","full_name":"xvid.com","dl_count":0,"thumb_image_name":"xvid_com.jpg","created":"2023-05-01T18:41:30.000Z","maintainer":"","desc":"High-performance, high-quality MPEG-4 video library","thumb_image_url":"https://tea.xyz/Images/packages/xvid_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/xvid.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recm9X7Zb4hKfCsUH","slug":"xiph_org_vorbis","homepage":"https://xiph.org","maintainer":"xiph.org","name":"vorbis","version":"1.3.7","last_modified":"2023-04-21T00:20:44.000Z","full_name":"xiph.org/vorbis","dl_count":0,"thumb_image_name":"xiph_org_vorbis.jpg","created":"2023-04-12T09:07:04.000Z","desc":"Vorbis General Audio Compression Codec","thumb_image_url":"https://tea.xyz/Images/packages/xiph_org_vorbis.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/xiph.org/vorbis/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recfhBf4zDMyZ6Yw5","slug":"xiph_org_ogg","homepage":"https://xiph.org","maintainer":"xiph.org","name":"ogg","version":"1.3.5","last_modified":"2023-04-18T22:56:07.000Z","full_name":"xiph.org/ogg","dl_count":0,"thumb_image_name":"xiph_org_ogg.jpg","created":"2023-03-16T15:15:49.000Z","desc":"Ogg Bitstream Library","thumb_image_url":"https://tea.xyz/Images/packages/xiph_org_ogg.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/xiph.org/ogg/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBgNK1ptgvpbnJy","slug":"x_org_exts","homepage":"https://x.org","maintainer":"x.org","name":"exts","version":"1.3.5","last_modified":"2023-04-18T22:51:49.000Z","full_name":"x.org/exts","dl_count":0,"thumb_image_name":"x_org_exts.jpg","created":"2023-03-16T15:54:38.000Z","desc":"X.Org: X-Resource extension client library","thumb_image_url":"https://tea.xyz/Images/packages/x_org_exts.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/exts/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBs5WQbwOme10BR","slug":"videolan_org_libbluray","homepage":"https://videolan.org","maintainer":"videolan.org","name":"libbluray","version":"1.3.4","last_modified":"2023-05-07T20:52:03.000Z","full_name":"videolan.org/libbluray","dl_count":0,"thumb_image_name":"videolan_org_libbluray.jpg","created":"2023-05-07T21:41:29.000Z","desc":"Blu-Ray disc playback library for media players like VLC","thumb_image_url":"https://tea.xyz/Images/packages/videolan_org_libbluray.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/videolan.org/libbluray/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recox5UNbXrEFaIKQ","slug":"gnu_org_mpc","homepage":"https://gnu.org","maintainer":"gnu.org","name":"mpc","version":"1.3.1","last_modified":"2023-04-16T01:58:28.000Z","full_name":"gnu.org/mpc","dl_count":0,"thumb_image_name":"gnu_org_mpc.jpg","created":"2023-01-18T23:23:39.000Z","desc":"A C library for the arithmetic of complex numbers with arbitrarily high precision","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_mpc.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/mpc/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec6ZOPIZJ0CBEBap","slug":"yasm_tortall_net","homepage":"https://yasm.tortall.net","name":"yasm.tortall.net","version":"1.3.0","last_modified":"2023-04-19T00:31:11.000Z","full_name":"yasm.tortall.net","dl_count":0,"thumb_image_name":"yasm_tortall_net.jpg","created":"2023-03-21T02:04:08.000Z","maintainer":"","desc":"Modular BSD reimplementation of NASM","thumb_image_url":"https://tea.xyz/Images/packages/yasm_tortall_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/yasm.tortall.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec8ErypOlLkUca3d","slug":"x_org_xt","homepage":"https://x.org","maintainer":"x.org","name":"xt","version":"1.3.0","last_modified":"2023-04-13T18:35:18.000Z","full_name":"x.org/xt","dl_count":0,"thumb_image_name":"x_org_xt.jpg","created":"2023-04-13T18:41:20.000Z","desc":"X.Org: Client API for the XTEST & RECORD extensions","thumb_image_url":"https://tea.xyz/Images/packages/x_org_xt.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/xt/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recEKK1dgXtZA36Rr","slug":"mypy_lang_org","homepage":"https://mypy-lang.org","name":"mypy-lang.org","version":"1.3.0","last_modified":"2023-05-10T22:20:28.000Z","full_name":"mypy-lang.org","dl_count":0,"thumb_image_name":"mypy_lang_org.jpg","created":"2023-04-22T23:41:22.000Z","maintainer":"","desc":"Experimental optional static type checker for Python","thumb_image_url":"https://tea.xyz/Images/packages/mypy_lang_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/mypy-lang.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec1uQbNbVUC1GZpd","slug":"google_com_webp","homepage":"https://google.com","maintainer":"google.com","name":"libwebp","version":"1.3.0","last_modified":"2023-04-17T14:48:45.000Z","full_name":"google.com/webp","dl_count":0,"thumb_image_name":"google_com_webp.jpg","created":"2023-03-05T05:02:33.000Z","desc":"Image format providing lossless and lossy compression for web images","thumb_image_url":"https://tea.xyz/Images/packages/google_com_webp.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/google.com/webp/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recWHMM5rU7uwLQpP","slug":"github_com_robotsandpencils_xcodes","homepage":"https://github.com/RobotsAndPencils/xcodes#readme","maintainer":"RobotsAndPencils","name":"xcodes","version":"1.3.0","last_modified":"2023-05-18T21:45:51.000Z","full_name":"github.com/RobotsAndPencils/xcodes","dl_count":0,"thumb_image_name":"github_com_robotsandpencils_xcodes.jpg","created":"2023-05-18T22:41:04.000Z","desc":"Best command-line tool to install and switch between multiple versions of Xcode","thumb_image_url":"https://tea.xyz/Images/packages/github_com_robotsandpencils_xcodes.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/RobotsAndPencils/xcodes/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recld9KF6TDB9jEFQ","slug":"chiark_greenend_org_uk_halibut","homepage":"https://chiark.greenend.org.uk","maintainer":"chiark.greenend.org.uk","name":"halibut","version":"1.3.0","last_modified":"2023-05-06T18:17:00.000Z","full_name":"chiark.greenend.org.uk/halibut","dl_count":0,"thumb_image_name":"chiark_greenend_org_uk_halibut.jpg","created":"2023-05-06T18:41:30.000Z","desc":"Yet another free document preparation system","thumb_image_url":"https://tea.xyz/Images/packages/chiark_greenend_org_uk_halibut.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/chiark.greenend.org.uk/halibut/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recxUidSj3lZ0Q8Vy","slug":"zlib_net_minizip","homepage":"https://zlib.net","maintainer":"zlib.net","name":"minizip","version":"1.2.13","last_modified":"2023-05-05T05:17:27.000Z","full_name":"zlib.net/minizip","dl_count":0,"thumb_image_name":"zlib_net_minizip.jpg","created":"2023-05-05T05:41:29.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/zlib_net_minizip.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/zlib.net/minizip/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recYSArpIBzWx44us","slug":"zlib_net","homepage":"https://zlib.net","name":"zlib.net","version":"1.2.13","last_modified":"2023-04-21T01:44:47.000Z","full_name":"zlib.net","dl_count":21016,"thumb_image_name":"zlib_net__option 2.jpg","created":"2022-10-20T01:39:24.000Z","maintainer":"","desc":"Parallel gzip","thumb_image_url":"https://tea.xyz/Images/packages/zlib_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/zlib.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec6mtfbpDUN1p7BV","slug":"x_org_sm","homepage":"https://x.org","maintainer":"x.org","name":"sm","version":"1.2.4","last_modified":"2023-04-13T18:16:42.000Z","full_name":"x.org/sm","dl_count":0,"thumb_image_name":"x_org_sm.jpg","created":"2023-04-13T18:41:20.000Z","desc":"SDL MPEG Player Library","thumb_image_url":"https://tea.xyz/Images/packages/x_org_sm.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/sm/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckVASl8RfP3ZBtT","slug":"musl_libc_org","homepage":"https://musl.libc.org","name":"musl.libc.org","version":"1.2.4","last_modified":"2023-05-02T03:52:39.000Z","full_name":"musl.libc.org","dl_count":0,"thumb_image_name":"musl_libc_org_option 2.jpg","created":"2022-10-20T01:39:25.000Z","maintainer":"","desc":"musl is an implementation of the C standard library built on top of the Linux system call API, including interfaces defined in the base language standard, POSIX, and widely agreed-upon extensions. musl is lightweight, fast, simple, free, and strives to be correct in the sense of standards-conformance and safety.","thumb_image_url":"https://tea.xyz/Images/packages/musl_libc_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/musl.libc.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recWQeZPGSF67ga6J","slug":"speex_org","homepage":"https://speex.org","name":"speex.org","version":"1.2.1","last_modified":"2023-05-01T18:29:19.000Z","full_name":"speex.org","dl_count":0,"thumb_image_name":"speex_org.jpg","created":"2023-05-01T18:41:30.000Z","maintainer":"","desc":"Audio codec designed for speech","thumb_image_url":"https://tea.xyz/Images/packages/speex_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/speex.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recgHh4QiSctoIi4c","slug":"github_com_automatic1111_stable_diffusion_webui","homepage":"https://github.com/AUTOMATIC1111/stable-diffusion-webui","maintainer":"AUTOMATIC1111","name":"Stable Diffusion web UI","version":"1.2.1","last_modified":"2023-05-16T13:51:39.000Z","full_name":"github.com/AUTOMATIC1111/stable-diffusion-webui","dl_count":0,"thumb_image_name":"open-ai-web-ui.jpg","created":"2023-04-20T19:41:22.000Z","desc":"Stable Diffusion web UI is an exciting, new open source project that's gaining a lot of attention in tech circles. Stable Diffusion broke new ground by taking on OpenAI's diffusion model DALL·E 2, but is completely free to run on consumer-grade GPUs. due to its extensive plug-in system and the ease with which you can drop in specialized generation models, this project is where the real innovation on top of Stable Diffusion is happening.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_automatic1111_stable_diffusion_webui.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/AUTOMATIC1111/stable-diffusion-webui/package.yml","categories":["discover"],"manual_sorting":1,"card_layout":"bottom","installs":0},{"airtable_record_id":"recO1rrkfa3JP4P72","slug":"pypa_github_io_pipx","homepage":"https://pypa.github.io","maintainer":"pypa.github.io","name":"pipx","version":"1.2.0","last_modified":"2023-04-18T20:20:03.000Z","full_name":"pypa.github.io/pipx","dl_count":0,"thumb_image_name":"pypa_github_io_pipx.jpg","created":"2023-02-14T20:32:07.000Z","desc":"Execute binaries from Python packages in isolated environments","thumb_image_url":"https://tea.xyz/Images/packages/pypa_github_io_pipx.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pypa.github.io/pipx/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reciQSPNNIeQuG6ja","slug":"github_com_libsndfile_libsndfile","homepage":"https://libsndfile.github.io/libsndfile/","maintainer":"libsndfile","name":"libsndfile","version":"1.2.0","last_modified":"2023-05-03T19:16:56.000Z","full_name":"github.com/libsndfile/libsndfile","dl_count":0,"thumb_image_name":"github_com_libsndfile_libsndfile.jpg","created":"2023-05-03T19:41:26.000Z","desc":"C library for files containing sampled sound","thumb_image_url":"https://tea.xyz/Images/packages/github_com_libsndfile_libsndfile.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/libsndfile/libsndfile/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recpss764MM24PQPN","slug":"code_videolan_org_videolan_dav1d","homepage":"https://code.videolan.org","maintainer":"code.videolan.org","name":"videolan","version":"1.2.0","last_modified":"2023-05-03T12:12:22.000Z","full_name":"code.videolan.org/videolan/dav1d","dl_count":0,"thumb_image_name":"code_videolan_org_videolan_dav1d.jpg","created":"2023-03-16T16:39:31.000Z","desc":"AV1 decoder targeted to be small and fast","thumb_image_url":"https://tea.xyz/Images/packages/code_videolan_org_videolan_dav1d.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/code.videolan.org/videolan/dav1d/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reclTOGfOjhUw0fvC","slug":"gnome_org_libxslt","homepage":"https://gnome.org","maintainer":"gnome.org","name":"libxslt","version":"1.1.38","last_modified":"2023-05-08T11:31:02.000Z","full_name":"gnome.org/libxslt","dl_count":0,"thumb_image_name":"gnome_org_libxslt.jpg","created":"2023-02-19T18:10:19.000Z","desc":"The XSLT C library for GNOME, providing XSLT transformations support for XML documents.","thumb_image_url":"https://tea.xyz/Images/packages/gnome_org_libxslt.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnome.org/libxslt/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reciaYewFlHxsdAfl","slug":"google_github_io_snappy","homepage":"https://google.github.io","maintainer":"google.github.io","name":"snappy","version":"1.1.10","last_modified":"2023-04-18T22:50:21.000Z","full_name":"google.github.io/snappy","dl_count":0,"thumb_image_name":"google_github_io_snappy.jpg","created":"2023-03-16T19:34:53.000Z","desc":"Compression/decompression library aiming for high speed","thumb_image_url":"https://tea.xyz/Images/packages/google_github_io_snappy.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/google.github.io/snappy/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recvXnDpZJfBGAybl","slug":"x_org_xmu","homepage":"https://x.org","maintainer":"x.org","name":"xmu","version":"1.1.4","last_modified":"2023-04-13T19:19:33.000Z","full_name":"x.org/xmu","dl_count":0,"thumb_image_name":"x_org_xmu.jpg","created":"2023-04-13T19:41:19.000Z","desc":"A library of miscellaneous utility functions and widgets for X Window System applications, simplifying and streamlining development.","thumb_image_url":"https://tea.xyz/Images/packages/x_org_xmu.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/xmu/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recpYXzp5uG9vLC0y","slug":"x_org_xdmcp","homepage":"https://x.org","maintainer":"x.org","name":"xdmcp","version":"1.1.4","last_modified":"2023-04-18T22:01:53.000Z","full_name":"x.org/xdmcp","dl_count":0,"thumb_image_name":"x_org_xdmcp.jpg","created":"2023-03-15T20:46:16.000Z","desc":"X Display Manager Control","thumb_image_url":"https://tea.xyz/Images/packages/x_org_xdmcp.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/xdmcp/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recOxsNZ5B0ldJSxg","slug":"x_org_ice","homepage":"https://x.org","maintainer":"x.org","name":"ice","version":"1.1.1","last_modified":"2023-04-13T17:39:33.000Z","full_name":"x.org/ice","dl_count":0,"thumb_image_name":"x-org-ice.jpg","created":"2023-04-13T17:41:23.000Z","desc":"Distributed compiler with a central scheduler to share build load","thumb_image_url":"https://tea.xyz/Images/packages/x_org_ice.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/ice/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recj3tqKbaaSm0Qod","slug":"theora_org","homepage":"https://theora.org","name":"theora.org","version":"1.1.1","last_modified":"2023-05-05T16:22:32.000Z","full_name":"theora.org","dl_count":0,"thumb_image_name":"theora_org.jpg","created":"2023-05-05T16:41:29.000Z","maintainer":"","desc":"Open video compression format","thumb_image_url":"https://tea.xyz/Images/packages/theora_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/theora.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rectex3hN2hzOCx9I","slug":"public_hronopik_de_vid_stab","homepage":"https://public.hronopik.de","maintainer":"public.hronopik.de","name":"vid.stab","version":"1.1.1","last_modified":"2023-05-07T20:38:44.000Z","full_name":"public.hronopik.de/vid.stab","dl_count":0,"thumb_image_name":"public_hronopik_de_vid_stab.jpg","created":"2023-05-07T20:41:33.000Z","desc":"Transcode video stabilization plugin","thumb_image_url":"https://tea.xyz/Images/packages/public_hronopik_de_vid_stab.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/public.hronopik.de/vid.stab/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recF02SikZt4gBEwo","slug":"rapidjson_org","homepage":"https://rapidjson.org","name":"rapidjson.org","version":"1.1.0","last_modified":"2023-05-03T00:06:23.000Z","full_name":"rapidjson.org","dl_count":0,"thumb_image_name":"rapidjson_org.jpg","created":"2023-05-03T00:41:31.000Z","maintainer":"","desc":"JSON parser/generator for C++ with SAX and DOM style APIs","thumb_image_url":"https://tea.xyz/Images/packages/rapidjson_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rapidjson.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec2wRWth0lgvPAid","slug":"mesonbuild_com","homepage":"https://mesonbuild.com","name":"mesonbuild.com","version":"1.1.0","last_modified":"2023-04-21T00:17:52.000Z","full_name":"mesonbuild.com","dl_count":270745,"thumb_image_name":"mesonbuild_com_option 1.jpg","created":"2022-10-20T01:39:25.000Z","maintainer":"","desc":"Fast and user friendly build system","thumb_image_url":"https://tea.xyz/Images/packages/mesonbuild_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/mesonbuild.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recSwP3i7ZN76F31d","slug":"gnu_org_libunistring","homepage":"https://gnu.org","maintainer":"gnu.org","name":"libunistring","version":"1.1.0","last_modified":"2023-04-16T06:57:55.000Z","full_name":"gnu.org/libunistring","dl_count":0,"thumb_image_name":"gnu_org_libunistring.jpg","created":"2023-02-10T06:13:47.000Z","desc":"C string library for manipulating Unicode strings","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_libunistring.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/libunistring/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recqz861TuqIzqpoz","slug":"github_com_redis_hiredis","homepage":"https://github.com/redis/hiredis","maintainer":"redis","name":"hiredis","version":"1.1.0","last_modified":"2023-05-09T20:56:02.000Z","full_name":"github.com/redis/hiredis","dl_count":0,"thumb_image_name":"github_com_redis_hiredis.jpg","created":"2023-05-09T21:41:35.000Z","desc":"Minimalistic client for Redis","thumb_image_url":"https://tea.xyz/Images/packages/github_com_redis_hiredis.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/redis/hiredis/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec74KuOiB8GVkSBc","slug":"github_com_keith_zap","maintainer":"keith","name":"zap","version":"1.1.0","last_modified":"2023-04-20T19:57:14.000Z","full_name":"github.com/keith/zap","dl_count":0,"thumb_image_name":"github_com_keith_zap.jpg","created":"2023-04-05T01:12:58.000Z","desc":"Zap is a high-performance, easy-to-use logging library for Go, offering structured logging with minimal overhead.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_keith_zap.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/keith/zap/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recXbzIZlgryroxuJ","slug":"github_com_create_dmg_create_dmg","homepage":"https://github.com/create-dmg/create-dmg","maintainer":"create-dmg","name":"create-dmg","version":"1.1.0","last_modified":"2023-04-16T21:37:38.000Z","full_name":"github.com/create-dmg/create-dmg","dl_count":0,"thumb_image_name":"github_com_create_dmg_create_dmg.jpg","created":"2023-02-17T05:19:29.000Z","desc":"Shell script to build fancy DMGs","thumb_image_url":"https://tea.xyz/Images/packages/github_com_create_dmg_create_dmg.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/create-dmg/create-dmg/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recwVUMxWG03AN52o","slug":"git_osgeo_org_gitea_rttopo_librttopo","homepage":"https://git.osgeo.org","maintainer":"git.osgeo.org","name":"gitea","version":"1.1.0","last_modified":"2023-05-05T02:29:05.000Z","full_name":"git.osgeo.org/gitea/rttopo/librttopo","dl_count":0,"thumb_image_name":"git_osgeo_org_gitea_rttopo_librttopo.jpg","created":"2023-05-05T02:41:33.000Z","desc":"RT Topology Library","thumb_image_url":"https://tea.xyz/Images/packages/git_osgeo_org_gitea_rttopo_librttopo.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/git.osgeo.org/gitea/rttopo/librttopo/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recHGvuATFIRx3bpF","slug":"crates_io_bpb","homepage":"https://crates.io","maintainer":"crates.io","name":"bpb","version":"1.1.0","last_modified":"2023-04-14T09:18:21.000Z","full_name":"crates.io/bpb","dl_count":0,"thumb_image_name":"crates_io_bpb.jpg","created":"2022-11-18T02:17:05.000Z","desc":"bpb (Binary PLOTter for the Browser) is a Rust library that allows users to generate ASCII plots in their web applications. It provides a simple and lightweight way to create plots using only the ASCII characters, making it easy to display data in a visual form without the need for complex graphics libraries. bpb supports a wide range of features, including multiple plot types, customizable axis labels and tick marks, and support for multiple data series. It is designed to be easy to use and integrate into existing Rust web projects. You can install bpb with tea today!","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_bpb.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/bpb/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recVhYWqtr9sD2DQl","slug":"bcrypt_sourceforge_net","homepage":"https://bcrypt.sourceforge.net","name":"bcrypt.sourceforge.net","version":"1.1.0","last_modified":"2023-04-19T05:12:57.000Z","full_name":"bcrypt.sourceforge.net","dl_count":0,"thumb_image_name":"bcrypt_sourceforge_net.jpg","created":"2023-03-21T14:59:00.000Z","maintainer":"","desc":"A secure, adaptive password hashing library utilizing the Blowfish cipher, designed to protect against brute-force attacks and ensure password security.","thumb_image_url":"https://tea.xyz/Images/packages/bcrypt_sourceforge_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/bcrypt.sourceforge.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recrJdwmNey4ie0wZ","slug":"libusb_info","homepage":"https://libusb.info","name":"libusb.info","version":"1.0.26","last_modified":"2023-04-22T23:13:12.000Z","full_name":"libusb.info","dl_count":0,"thumb_image_name":"libusb_info.jpg","created":"2023-04-22T23:41:22.000Z","maintainer":"","desc":"Library for USB device access","thumb_image_url":"https://tea.xyz/Images/packages/libusb_info.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libusb.info/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recxPtSUQfkyRGrdN","slug":"libsodium_org","homepage":"https://libsodium.org","name":"libsodium.org","version":"1.0.18","last_modified":"2023-04-21T00:14:58.000Z","full_name":"libsodium.org","dl_count":0,"thumb_image_name":"libsodium_org.jpg","created":"2023-04-12T09:07:04.000Z","maintainer":"","desc":"NaCl networking and cryptography library","thumb_image_url":"https://tea.xyz/Images/packages/libsodium_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libsodium.org/package.yml","categories":[],"manual_sorting":9,"card_layout":"right","installs":0},{"airtable_record_id":"recY0M3jJO0wAHkdN","slug":"x_org_xaw","homepage":"https://x.org","maintainer":"x.org","name":"xaw","version":"1.0.15","last_modified":"2023-04-20T11:57:19.000Z","full_name":"x.org/xaw","dl_count":0,"thumb_image_name":"x_org_xaw.jpg","created":"2023-04-20T12:41:24.000Z","desc":"The X Athena Widgets library, a toolkit for developing graphical user interfaces in X Window System applications.","thumb_image_url":"https://tea.xyz/Images/packages/x_org_xaw.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/xaw/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recCClEhxbJDD1AWQ","slug":"gnu_org_fribidi","homepage":"https://gnu.org","maintainer":"gnu.org","name":"fribidi","version":"1.0.13","last_modified":"2023-05-16T19:10:28.000Z","full_name":"gnu.org/fribidi","dl_count":0,"thumb_image_name":"gnu_org_fribidi_option 2.jpg","created":"2022-10-20T01:39:25.000Z","desc":"The Free Implementation of the Unicode Bidirectional Algorithm.","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_fribidi.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/fribidi/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recEgIMStUN1OyhnU","slug":"x_org_xau","homepage":"https://x.org","maintainer":"x.org","name":"xau","version":"1.0.11","last_modified":"2023-04-18T21:52:55.000Z","full_name":"x.org/xau","dl_count":0,"thumb_image_name":"x_org_xau.jpg","created":"2023-03-15T20:46:16.000Z","desc":"X.Org Applications: xauth","thumb_image_url":"https://tea.xyz/Images/packages/x_org_xau.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/xau/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczEhQYxOECKL4ee","slug":"github_com_google_brotli","homepage":"https://github.com/google/brotli","maintainer":"google","name":"brotli","version":"1.0.9","last_modified":"2023-04-16T10:15:01.000Z","full_name":"github.com/google/brotli","dl_count":0,"thumb_image_name":"github_com_google_brotli.jpg","created":"2023-02-10T06:13:47.000Z","desc":"Generic-purpose lossless compression algorithm by Google","thumb_image_url":"https://tea.xyz/Images/packages/github_com_google_brotli.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/google/brotli/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"receq2l0Gij2o6byF","slug":"sourceware_org_bzip2","homepage":"https://sourceware.org","maintainer":"sourceware.org","name":"bzip2","version":"1.0.8","last_modified":"2023-04-14T05:11:17.000Z","full_name":"sourceware.org/bzip2","dl_count":297601,"thumb_image_name":"sourceware_org_bzip2_option 2.jpg","created":"2022-10-20T01:39:25.000Z","desc":"Freely available high-quality data compressor","thumb_image_url":"https://tea.xyz/Images/packages/sourceware_org_bzip2.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/sourceware.org/bzip2/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBABUGgpw9fNP4Z","slug":"gaia_gis_it_fossil_freexl","homepage":"https://gaia-gis.it","maintainer":"gaia-gis.it","name":"fossil","version":"1.0.6","last_modified":"2023-04-19T09:35:57.000Z","full_name":"gaia-gis.it/fossil/freexl","dl_count":0,"thumb_image_name":"gaia_gis_it_fossil_freexl-new.jpg","created":"2023-03-23T18:55:21.000Z","desc":"Library to extract data from Excel .xls files","thumb_image_url":"https://tea.xyz/Images/packages/gaia_gis_it_fossil_freexl.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gaia-gis.it/fossil/freexl/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recmJlPs4UzQBVAhf","slug":"dkrz_de_libaec","homepage":"https://dkrz.de","maintainer":"dkrz.de","name":"libaec","version":"1.0.6","last_modified":"2023-05-01T17:53:11.000Z","full_name":"dkrz.de/libaec","dl_count":0,"thumb_image_name":"dkrz_de_libaec.jpg","created":"2023-05-01T18:41:30.000Z","desc":"Adaptive Entropy Coding implementing Golomb-Rice algorithm","thumb_image_url":"https://tea.xyz/Images/packages/dkrz_de_libaec.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/dkrz.de/libaec/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec6ov5nYP9mNarjW","slug":"hadrons_org_libmd","homepage":"https://hadrons.org","maintainer":"hadrons.org","name":"libmd","version":"1.0.4","last_modified":"2023-04-16T03:34:51.000Z","full_name":"hadrons.org/libmd","dl_count":0,"thumb_image_name":"hadrons_org_libmd.jpg","created":"2023-02-10T06:13:47.000Z","desc":"BSD Message Digest library","thumb_image_url":"https://tea.xyz/Images/packages/hadrons_org_libmd.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/hadrons.org/libmd/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3SxqRXzK99TjnM","slug":"google_com_highway","homepage":"https://google.com","maintainer":"google.com","name":"highway","version":"1.0.4","last_modified":"2023-04-19T00:16:20.000Z","full_name":"google.com/highway","dl_count":0,"thumb_image_name":"google_com_highway.jpg","created":"2023-03-21T02:04:08.000Z","desc":"A high-performance image compression library from Google, focusing on lossless and visually lossy compression with low computational overhead.","thumb_image_url":"https://tea.xyz/Images/packages/google_com_highway.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/google.com/highway/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recFXox6RIh11q5uy","slug":"code_videolan_org_aribb24","homepage":"https://code.videolan.org","maintainer":"code.videolan.org","name":"aribb24","version":"1.0.4","last_modified":"2023-05-08T00:06:18.000Z","full_name":"code.videolan.org/aribb24","dl_count":0,"thumb_image_name":"code_videolan_org_aribb24.jpg","created":"2023-05-08T00:41:39.000Z","desc":"Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS","thumb_image_url":"https://tea.xyz/Images/packages/code_videolan_org_aribb24.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/code.videolan.org/aribb24/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recDtdavWckSArYSu","slug":"denilson_sa_nom_br_prettyping","homepage":"https://denilson.sa.nom.br","maintainer":"denilson.sa.nom.br","name":"prettyping","version":"1.0.1","last_modified":"2023-04-15T00:23:04.000Z","full_name":"denilson.sa.nom.br/prettyping","dl_count":0,"thumb_image_name":"denilson_sa_nom_br_prettyping.jpg","created":"2022-12-07T03:07:22.000Z","desc":"prettyping is a command-line utility that allows users to ping a target host in a more visually appealing and user-friendly way. It provides a colorful and easier-to-read output compared to the standard ping command, making it easier to identify and understand the results. prettyping also includes additional features such as the ability to specify the number of pings to send, the interval between pings, and the ability to specify a custom hostname or IP address to ping.","thumb_image_url":"https://tea.xyz/Images/packages/denilson_sa_nom_br_prettyping.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/denilson.sa.nom.br/prettyping/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recoCRZcgX2MyieJ4","slug":"gohugo_io","homepage":"https://gohugo.io","name":"gohugo.io","version":"0.111.3","last_modified":"2023-04-18T19:19:47.000Z","full_name":"gohugo.io","dl_count":337892,"thumb_image_name":"gohugo_io_option 1.jpg","created":"2022-10-20T01:39:25.000Z","maintainer":"","desc":"Configurable static site generator","thumb_image_url":"https://tea.xyz/Images/packages/gohugo_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gohugo.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckKgmSYUXqXc19a","slug":"blake2_net_libb2","homepage":"https://blake2.net","maintainer":"blake2.net","name":"libb2","version":"0.98.1","last_modified":"2023-04-28T21:28:52.000Z","full_name":"blake2.net/libb2","dl_count":0,"thumb_image_name":"blake2_net_libb2.jpg","created":"2023-04-28T21:41:25.000Z","desc":"Secure hashing function","thumb_image_url":"https://tea.xyz/Images/packages/blake2_net_libb2.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/blake2.net/libb2/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczkGgdJXQfNHJG2","slug":"nushell_sh","homepage":"https://nushell.sh","name":"nushell.sh","version":"0.80.0","last_modified":"2023-05-16T22:25:41.000Z","full_name":"nushell.sh","dl_count":0,"thumb_image_name":"nushell_sh.jpg","created":"2022-12-31T00:21:52.000Z","maintainer":"","desc":"Nushell, or \"nu\" for short, is a shell (command line interface) written in Rust that focuses on the simplicity and ease of use. It allows users to easily pipe data between commands, similar to how one would use pipes in Bash or other shells. Nu also includes a number of features that aim to make it easier to work with data, such as the ability to work with structured data using commands like csv, json, and yaml. Nu is an open source project and is available for users to install and try out on their own systems.","thumb_image_url":"https://tea.xyz/Images/packages/nushell_sh.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nushell.sh/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBpC0qtdbVRxdbH","slug":"chiark_greenend_org_uk_putty","homepage":"https://chiark.greenend.org.uk","maintainer":"chiark.greenend.org.uk","name":"putty","version":"0.78.0","last_modified":"2023-05-06T18:38:43.000Z","full_name":"chiark.greenend.org.uk/putty","dl_count":0,"thumb_image_name":"chiark_greenend_org_uk_putty.jpg","created":"2023-05-06T18:41:30.000Z","desc":"Implementation of Telnet and SSH","thumb_image_url":"https://tea.xyz/Images/packages/chiark_greenend_org_uk_putty.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/chiark.greenend.org.uk/putty/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rece3AA3smo6OfGx4","slug":"rust_lang_org_cargo","homepage":"https://rust-lang.org","maintainer":"rust-lang.org","name":"cargo","version":"0.70.1","last_modified":"2023-04-25T23:04:23.000Z","full_name":"rust-lang.org/cargo","dl_count":0,"thumb_image_name":"rust_lang_org_cargo.jpg","created":"2022-11-02T01:36:07.000Z","desc":"Cargo is the package manager for the Rust programming language. It allows users to easily download and install libraries and tools, known as \"crates,\" that provide additional functionality to their Rust projects. Cargo also simplifies the process of building and managing Rust projects, providing a consistent interface for tasks such as building code, running tests, and generating documentation. It is an essential tool for Rust developers, as it helps manage the dependencies of their code and streamlines the development process.","thumb_image_url":"https://tea.xyz/Images/packages/rust_lang_org_cargo.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rust-lang.org/cargo/package.yml","categories":["foundation_essentials"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recNy6aTkzRxhWHYZ","slug":"joeyh_name_code_moreutils","homepage":"https://joeyh.name","maintainer":"joeyh.name","name":"code","version":"0.67.0","last_modified":"2023-04-16T05:23:18.000Z","full_name":"joeyh.name/code/moreutils","dl_count":0,"thumb_image_name":"joeyh_name_code_moreutils.jpg","created":"2023-02-10T06:13:47.000Z","desc":"Soak up standard input and write to a file","thumb_image_url":"https://tea.xyz/Images/packages/joeyh_name_code_moreutils.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/joeyh.name/code/moreutils/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recJJLeFLiKBc6m7y","slug":"aspell_net","homepage":"http://aspell.net","name":"aspell.net","version":"0.60.8","last_modified":"2023-05-04T23:05:57.000Z","full_name":"aspell.net","dl_count":0,"thumb_image_name":"aspell_net.jpg","created":"2023-05-04T23:41:26.000Z","maintainer":"","desc":"Spell checker with better logic than ispell","thumb_image_url":"https://tea.xyz/Images/packages/aspell_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/aspell.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recULOCBk98UzJW7S","slug":"github_com_realm_swiftlint","homepage":"https://github.com/realm/SwiftLint","maintainer":"realm","name":"SwiftLint","version":"0.52.2","last_modified":"2023-05-18T22:59:33.000Z","full_name":"github.com/realm/SwiftLint","dl_count":0,"thumb_image_name":"github_com_realm_swiftlint.jpg","created":"2023-05-18T23:40:57.000Z","desc":"Tool to enforce Swift style and conventions","thumb_image_url":"https://tea.xyz/Images/packages/github_com_realm_swiftlint.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/realm/SwiftLint/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec9KPIzkg7Hu1xUe","slug":"github_com_terraform_linters_tflint","homepage":"https://github.com/terraform-linters/tflint","maintainer":"terraform-linters","name":"tflint","version":"0.46.1","last_modified":"2023-05-06T23:46:07.000Z","full_name":"github.com/terraform-linters/tflint","dl_count":0,"thumb_image_name":"github_com_terraform_linters_tflint.jpg","created":"2023-05-07T00:41:34.000Z","desc":"Linter for Terraform files","thumb_image_url":"https://tea.xyz/Images/packages/github_com_terraform_linters_tflint.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/terraform-linters/tflint/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recWcKhrFN1nqsVrN","slug":"terragrunt_gruntwork_io","homepage":"https://terragrunt.gruntwork.io","name":"terragrunt.gruntwork.io","version":"0.45.14","last_modified":"2023-05-18T17:11:00.000Z","full_name":"terragrunt.gruntwork.io","dl_count":0,"thumb_image_name":"terragrunt_gruntwork_io.jpg","created":"2023-03-24T20:08:03.000Z","maintainer":"","desc":"Thin wrapper for Terraform e.g. for locking state","thumb_image_url":"https://tea.xyz/Images/packages/terragrunt_gruntwork_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/terragrunt.gruntwork.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recRbXhqbbycm9W8B","slug":"k6_io","homepage":"https://k6.io","name":"k6.io","version":"0.44.1","last_modified":"2023-05-08T12:42:31.000Z","full_name":"k6.io","dl_count":0,"thumb_image_name":"k6_io.jpg","created":"2023-01-18T23:23:39.000Z","maintainer":"","desc":"Modern load testing tool, using Go and JavaScript","thumb_image_url":"https://tea.xyz/Images/packages/k6_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/k6.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recSM8ux0y8D45gzD","slug":"pixman_org","homepage":"http://www.pixman.org/","maintainer":"freedesktop","name":"pixman.org","version":"0.40.0","last_modified":"2023-04-14T09:11:00.000Z","full_name":"pixman.org","dl_count":0,"thumb_image_name":"pixman_org_option 1.jpg","created":"2022-10-20T01:39:25.000Z","desc":"Pixman is a library that provides low-level pixel manipulation features such as image compositing and trapezoid rasterization.","thumb_image_url":"https://tea.xyz/Images/packages/pixman_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pixman.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBhQEbPq0QpYTkN","slug":"github_com_junegunn_fzf","homepage":"https://github.com/junegunn/fzf","maintainer":"junegunn","name":"fzf","version":"0.40.0","last_modified":"2023-04-30T17:22:00.000Z","full_name":"github.com/junegunn/fzf","dl_count":0,"thumb_image_name":"github_com_junegunn_fzf.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Command-line fuzzy finder written in Go","thumb_image_url":"https://tea.xyz/Images/packages/github_com_junegunn_fzf.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/junegunn/fzf/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rech3NeSwVYoylQIb","slug":"fuellabs_github_io_sway","homepage":"https://fuellabs.github.io","maintainer":"fuellabs.github.io","name":"sway","version":"0.39.0","last_modified":"2023-05-17T14:16:23.000Z","full_name":"fuellabs.github.io/sway","dl_count":0,"thumb_image_name":"fuellabs_github_io_sway.jpg","created":"2023-03-31T18:05:48.000Z","desc":"Sway is a flexible, open-source web framework for building modern, responsive web applications with an emphasis on simplicity and ease of use.","thumb_image_url":"https://tea.xyz/Images/packages/fuellabs_github_io_sway.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/fuellabs.github.io/sway/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnBaoqcWR5kSOrd","slug":"github_com_jesseduffield_lazygit","homepage":"https://github.com/jesseduffield/lazygit/","maintainer":"jesseduffield","name":"lazygit","version":"0.38.2","last_modified":"2023-05-03T09:31:51.000Z","full_name":"github.com/jesseduffield/lazygit","dl_count":0,"thumb_image_name":"github_com_jesseduffield_lazygit.jpg","created":"2023-02-10T06:13:47.000Z","desc":"Simple terminal UI for git commands","thumb_image_url":"https://tea.xyz/Images/packages/github_com_jesseduffield_lazygit.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/jesseduffield/lazygit/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnkTx8kuiEEk1jH","slug":"crates_io_zellij","homepage":"https://crates.io","maintainer":"crates.io","name":"zellij","version":"0.36.0","last_modified":"2023-04-13T19:18:34.000Z","full_name":"crates.io/zellij","dl_count":0,"thumb_image_name":"crates_io_zellij.jpg","created":"2023-04-13T19:41:19.000Z","desc":"A terminal workspace manager providing a flexible, feature-rich interface to boost productivity and enhance the command-line experience.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_zellij.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/zellij/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec2dmk4ntbzKuOtE","slug":"arduino_github_io_arduino_cli","homepage":"https://arduino.github.io","maintainer":"arduino.github.io","name":"arduino-cli","version":"0.32.2","last_modified":"2023-05-08T17:38:31.000Z","full_name":"arduino.github.io/arduino-cli","dl_count":0,"thumb_image_name":"arduino_github_io_arduino_cli.jpg","created":"2023-05-08T17:41:30.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/arduino_github_io_arduino_cli.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/arduino.github.io/arduino-cli/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recUIw0boyZBoh4lQ","slug":"tea_xyz","homepage":"https://tea.xyz","maintainer":"tea.xyz","name":"tea/cli","version":"0.32.1","last_modified":"2023-05-13T17:42:27.000Z","full_name":"tea.xyz","dl_count":50,"thumb_image_name":"tea-branded-image-center.jpg","created":"2022-10-20T01:39:26.000Z","desc":"the revolutionary, cross-platform package manager. Say goodbye to slow & clunky, and say hello to fast & smooth. From the creator of Homebrew. With tea, simply type commands and it takes care of the rest. Get the latest versions of open source tools and support specific tool versions for different projects. Experience better package management with tea.","thumb_image_url":"https://tea.xyz/Images/packages/tea_xyz.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tea.xyz/package.yml","categories":["foundation_essentials","discover"],"manual_sorting":2,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczO1ATfOxFZhkST","slug":"tea_xyz_brewkit","homepage":"https://tea.xyz","maintainer":"tea.xyz","name":"brewkit","version":"0.31.1","last_modified":"2023-05-18T22:45:24.000Z","full_name":"tea.xyz/brewkit","dl_count":0,"thumb_image_name":"tea_xyz_brewkit.jpg","created":"2023-02-12T00:49:59.000Z","desc":"A CLI packaging tool for the tea.xyz package manager, streamlining the process of creating, building, and submitting packages, simplifying contributions and enhancing the tea enthusiast experience.","thumb_image_url":"https://tea.xyz/Images/packages/tea_xyz_brewkit.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tea.xyz/brewkit/package.yml","categories":["top_packages"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recbaeb2QJ9lxeQRw","slug":"freedesktop_org_pkg_config","homepage":"https://freedesktop.org","maintainer":"freedesktop.org","name":"pkg-config","version":"0.29.2","last_modified":"2023-04-14T03:51:26.000Z","full_name":"freedesktop.org/pkg-config","dl_count":2661501,"thumb_image_name":"freedecktop_org_pkg_config option 1.jpg","created":"2022-10-20T01:39:25.000Z","desc":"Manage compile and link flags for libraries","thumb_image_url":"https://tea.xyz/Images/packages/freedesktop_org_pkg_config.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freedesktop.org/pkg-config/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recHdR637YENIajrn","slug":"gleam_run","homepage":"https://gleam.run","name":"gleam.run","version":"0.28.3","last_modified":"2023-04-17T11:48:54.000Z","full_name":"gleam.run","dl_count":0,"thumb_image_name":"gleam_run.jpg","created":"2023-02-12T00:49:59.000Z","maintainer":"","desc":"✨ A statically typed language for the Erlang VM","thumb_image_url":"https://tea.xyz/Images/packages/gleam_run.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gleam.run/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recw3cgsACFDeLGl7","slug":"openai_com_openai_python","homepage":"https://openai.com","maintainer":"openai.com","name":"openai-python","version":"0.27.6","last_modified":"2023-05-02T01:19:35.000Z","full_name":"openai.com/openai-python","dl_count":100,"thumb_image_name":"openai_com_openai_python-resize.jpg","created":"2023-03-31T00:35:18.000Z","desc":"OpenAI provides developers with easy-to-use tools and APIs, pre-trained models and datasets, and advanced AI capabilities like natural language processing and computer vision, empowering them to build smarter, more intuitive applications. With openai_python, developers can easily integrate OpenAI's AI capabilities into their Python projects, creating innovative applications that are more intelligent and user-friendly.","thumb_image_url":"https://tea.xyz/Images/packages/openai_com_openai_python.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/openai.com/openai-python/package.yml","categories":["discover"],"manual_sorting":4,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec8L27TzxH39dkRN","slug":"k9scli_io","homepage":"https://k9scli.io","name":"k9scli.io","version":"0.27.4","last_modified":"2023-05-07T17:12:22.000Z","full_name":"k9scli.io","dl_count":0,"thumb_image_name":"k9scli_io.jpg","created":"2023-03-24T20:08:03.000Z","maintainer":"","desc":"Kubernetes CLI To Manage Your Clusters In Style!","thumb_image_url":"https://tea.xyz/Images/packages/k9scli_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/k9scli.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reclqQrntz5PhA06D","slug":"libisl_sourceforge_io","homepage":"https://libisl.sourceforge.io","name":"libisl.sourceforge.io","version":"0.26.0","last_modified":"2023-04-21T00:15:53.000Z","full_name":"libisl.sourceforge.io","dl_count":0,"thumb_image_name":"libisl_sourceforge_io.jpg","created":"2023-04-12T09:07:04.000Z","maintainer":"","desc":"Integer Set Library for the polyhedral model","thumb_image_url":"https://tea.xyz/Images/packages/libisl_sourceforge_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libisl.sourceforge.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recPWV8GndgFNSctr","slug":"freedesktop_org_p11_kit","homepage":"https://freedesktop.org","maintainer":"freedesktop.org","name":"p11-kit","version":"0.24.1","last_modified":"2023-04-17T06:35:10.000Z","full_name":"freedesktop.org/p11-kit","dl_count":0,"thumb_image_name":"freedesktop_org_p11_kit.jpg","created":"2023-02-10T06:13:47.000Z","desc":"Library to load and enumerate PKCS#11 modules","thumb_image_url":"https://tea.xyz/Images/packages/freedesktop_org_p11_kit.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freedesktop.org/p11-kit/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recUg73Qu3S3vd7OF","slug":"github_com_peltoche_lsd","homepage":"https://github.com/Peltoche/lsd","maintainer":"peltoche","name":"lsd","version":"0.23.1","last_modified":"2023-04-16T00:52:54.000Z","full_name":"github.com/peltoche/lsd","dl_count":0,"thumb_image_name":"github_com_peltoche_lsd.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Clone of ls with colorful output, file type icons, and more","thumb_image_url":"https://tea.xyz/Images/packages/github_com_peltoche_lsd.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/peltoche/lsd/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recFwt1pSIq5fOhz7","slug":"crates_io_bat","homepage":"https://crates.io","maintainer":"crates.io","name":"bat","version":"0.23.0","last_modified":"2023-04-19T20:12:38.000Z","full_name":"crates.io/bat","dl_count":0,"thumb_image_name":"crates_io_bat.jpg","created":"2022-12-07T03:07:22.000Z","desc":"bat is a Rust crate (package) that provides a command-line utility for displaying and highlighting text files. It is designed to be a more user-friendly and feature-rich alternative to the standard Unix cat command. bat includes features such as syntax highlighting, line numbering, and the ability to display special characters and control codes. It is available as open source software and can be installed and used on a variety of platforms. The crates.io website provides documentation, downloads, and other resources for users who want to use the bat crate in their own projects. You can install bat using tea today!","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_bat.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/bat/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recPS26i3XHAj4vvj","slug":"crates_io_gitui","homepage":"https://crates.io","maintainer":"crates.io","name":"gitui","version":"0.22.1","last_modified":"2023-04-13T15:54:02.000Z","full_name":"crates.io/gitui","dl_count":0,"thumb_image_name":"crates_io_gitui.jpg","created":"2023-04-13T16:41:34.000Z","desc":"GitUI is a blazing-fast terminal UI for Git written in Rust, providing an intuitive interface and powerful features to manage repositories efficiently.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_gitui.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/gitui/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec5b1Fd9sdTbSkI6","slug":"gnu_org_gettext","homepage":"https://gnu.org","maintainer":"gnu.org","name":"gettext","version":"0.21.1","last_modified":"2023-04-14T22:30:17.000Z","full_name":"gnu.org/gettext","dl_count":3715970,"thumb_image_name":"gnu_org_gettext_option 1.jpg","created":"2022-10-20T01:39:25.000Z","desc":"GNU internationalization (i18n) and localization (l10n) library","thumb_image_url":"https://tea.xyz/Images/packages/gnu_org_gettext.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gnu.org/gettext/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recMbSSIDQuXF8mhi","slug":"docutils_org","homepage":"https://docutils.org","name":"docutils.org","version":"0.20.1","last_modified":"2023-05-17T00:05:51.000Z","full_name":"docutils.org","dl_count":0,"thumb_image_name":"docutils_org.jpg","created":"2023-03-14T21:55:15.000Z","maintainer":"","desc":"The official website for Docutils, a Python library for processing plaintext documentation.","thumb_image_url":"https://tea.xyz/Images/packages/docutils_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/docutils.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3CDKHQtb8RZo4J","slug":"ipfs_tech","homepage":"https://ipfs.tech","name":"ipfs.tech","version":"0.20.0","last_modified":"2023-05-09T11:24:04.000Z","full_name":"ipfs.tech","dl_count":14457,"thumb_image_name":"ipfs_tech_option 2.jpg","created":"2022-10-20T01:39:25.000Z","maintainer":"","desc":"Peer-to-peer hypermedia protocol","thumb_image_url":"https://tea.xyz/Images/packages/ipfs_tech.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ipfs.tech/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recoTPAgAYcUUvQiP","slug":"github_com_jesseduffield_lazydocker","homepage":"https://github.com/jesseduffield/lazydocker","maintainer":"jesseduffield","name":"lazydocker","version":"0.20.0","last_modified":"2023-04-16T05:19:01.000Z","full_name":"github.com/jesseduffield/lazydocker","dl_count":0,"thumb_image_name":"github_com_jesseduffield_lazydocker.jpg","created":"2023-02-10T06:13:47.000Z","desc":"Lazier way to manage everything docker","thumb_image_url":"https://tea.xyz/Images/packages/github_com_jesseduffield_lazydocker.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/jesseduffield/lazydocker/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recoTa0hqQoFJdea2","slug":"elv_sh","homepage":"https://elv.sh","name":"elv.sh","version":"0.19.2","last_modified":"2023-04-19T00:16:11.000Z","full_name":"elv.sh","dl_count":0,"thumb_image_name":"elv_sh-new.jpg","created":"2023-03-21T02:04:08.000Z","maintainer":"","desc":"Friendly and expressive shell","thumb_image_url":"https://tea.xyz/Images/packages/elv_sh.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/elv.sh/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recMdcCnX90jZuw8K","slug":"jbig2dec_com","homepage":"https://jbig2dec.com","name":"jbig2dec.com","version":"0.19.0","last_modified":"2023-04-21T01:33:59.000Z","full_name":"jbig2dec.com","dl_count":0,"thumb_image_name":"jbig2dec_com.jpg","created":"2023-04-12T09:28:48.000Z","maintainer":"","desc":"JBIG2 decoder and library (for monochrome documents)","thumb_image_url":"https://tea.xyz/Images/packages/jbig2dec_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/jbig2dec.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recejraCcFKQo0soJ","slug":"apache_org_thrift","homepage":"https://apache.org","maintainer":"apache.org","name":"thrift","version":"0.18.1","last_modified":"2023-05-04T19:17:55.000Z","full_name":"apache.org/thrift","dl_count":0,"thumb_image_name":"apache_org_thrift.jpg","created":"2023-05-04T19:41:27.000Z","desc":"Framework for scalable cross-language services development","thumb_image_url":"https://tea.xyz/Images/packages/apache_org_thrift.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/apache.org/thrift/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec3S1tzbfzq1bmvc","slug":"nixos_org_patchelf","homepage":"https://nixos.org","maintainer":"nixos.org","name":"patchelf","version":"0.18.0","last_modified":"2023-04-23T13:02:08.000Z","full_name":"nixos.org/patchelf","dl_count":0,"thumb_image_name":"nixos_org_patchelf_option 1.jpg","created":"2022-10-20T01:39:26.000Z","desc":"PatchELF is a simple utility for modifying existing ELF executables and libraries.","thumb_image_url":"https://tea.xyz/Images/packages/nixos_org_patchelf.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/nixos.org/patchelf/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnZhz22jDsJU3Rt","slug":"github_com_libass_libass","homepage":"https://github.com/libass/libass","maintainer":"libass","name":"libass","version":"0.17.1","last_modified":"2023-05-06T22:32:46.000Z","full_name":"github.com/libass/libass","dl_count":0,"thumb_image_name":"github_com_libass_libass.jpg","created":"2023-05-06T22:41:32.000Z","desc":"Subtitle renderer for the ASS/SSA subtitle format","thumb_image_url":"https://tea.xyz/Images/packages/github_com_libass_libass.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/libass/libass/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recKCDm5uYKWRK4j2","slug":"freedesktop_org_icon_theme","homepage":"https://freedesktop.org","maintainer":"freedesktop.org","name":"icon-theme","version":"0.17.0","last_modified":"2023-05-06T23:43:52.000Z","full_name":"freedesktop.org/icon-theme","dl_count":0,"thumb_image_name":"freedesktop_org_icon_theme.jpg","created":"2023-05-07T00:41:34.000Z","desc":"Fallback theme for FreeDesktop.org icon themes","thumb_image_url":"https://tea.xyz/Images/packages/freedesktop_org_icon_theme.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freedesktop.org/icon-theme/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recUT4FkTT7J1ER0b","slug":"github_com_json_c_json_c","homepage":"https://github.com/json-c/json-c/wiki","maintainer":"json-c","name":"json-c","version":"0.16.0","last_modified":"2023-04-15T02:49:02.000Z","full_name":"github.com/json-c/json-c","dl_count":0,"thumb_image_name":"github_com_json_c_json_c.jpg","created":"2022-12-07T03:01:04.000Z","desc":"JSON parser for C","thumb_image_url":"https://tea.xyz/Images/packages/github_com_json_c_json_c.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/json-c/json-c/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recWnOXRES7W5ShJF","slug":"crates_io_git_delta","homepage":"https://crates.io","maintainer":"crates.io","name":"git-delta","version":"0.15.1","last_modified":"2023-04-21T01:32:55.000Z","full_name":"crates.io/git-delta","dl_count":0,"thumb_image_name":"crates_io_git_delta.jpg","created":"2023-04-13T12:41:23.000Z","desc":"Git Delta is a Rust utility that improves the output of git diff by providing syntax highlighting, line numbers, and other enhancements for easier review and understanding of code changes.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_git_delta.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/git-delta/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recSHZW8GHeo8E966","slug":"tectonic_typesetting_github_io","homepage":"https://tectonic-typesetting.github.io","name":"tectonic-typesetting.github.io","version":"0.13.0","last_modified":"2023-05-18T14:18:24.000Z","full_name":"tectonic-typesetting.github.io","dl_count":0,"thumb_image_name":"tectonic_typesetting_github_io.jpg","created":"2023-04-30T04:41:27.000Z","maintainer":"","desc":"Modernized, complete, self-contained TeX/LaTeX engine","thumb_image_url":"https://tea.xyz/Images/packages/tectonic_typesetting_github_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tectonic-typesetting.github.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recoHyXrgx02XzaHr","slug":"github_com_burntsushi_xsv","homepage":"https://github.com/BurntSushi/xsv","maintainer":"burntsushi","name":"xsv","version":"0.13.0","last_modified":"2023-04-16T00:30:08.000Z","full_name":"github.com/burntsushi/xsv","dl_count":0,"thumb_image_name":"github_com_burntsushi_xsv.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Fast CSV toolkit written in Rust","thumb_image_url":"https://tea.xyz/Images/packages/github_com_burntsushi_xsv.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/burntsushi/xsv/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recDpkM7BD9yPtkZv","slug":"freedesktop_org_libbsd","homepage":"https://freedesktop.org","maintainer":"freedesktop.org","name":"libbsd","version":"0.11.7","last_modified":"2023-04-24T17:27:03.000Z","full_name":"freedesktop.org/libbsd","dl_count":0,"thumb_image_name":"freedesktop_org_p11_kit.jpg","created":"2023-02-10T06:13:47.000Z","desc":"Utility functions from BSD systems","thumb_image_url":"https://tea.xyz/Images/packages/freedesktop_org_libbsd.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freedesktop.org/libbsd/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recXhRNovgtzoUXG3","slug":"github_com_aomediacodec_libavif","homepage":"https://github.com/AOMediaCodec/libavif","maintainer":"AOMediaCodec","name":"libavif","version":"0.11.1","last_modified":"2023-04-18T19:59:20.000Z","full_name":"github.com/AOMediaCodec/libavif","dl_count":0,"thumb_image_name":"github_com_aomediacodec_libavif.jpg","created":"2023-03-13T06:33:39.000Z","desc":"Library for encoding and decoding .avif files","thumb_image_url":"https://tea.xyz/Images/packages/github_com_aomediacodec_libavif.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/AOMediaCodec/libavif/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recqWIdRgMBczIY3O","slug":"libssh_org","homepage":"https://libssh.org","name":"libssh.org","version":"0.10.5","last_modified":"2023-05-04T12:11:44.000Z","full_name":"libssh.org","dl_count":0,"thumb_image_name":"libssh_org.jpg","created":"2023-03-08T20:58:54.000Z","maintainer":"","desc":"C library SSHv1/SSHv2 client and server protocols","thumb_image_url":"https://tea.xyz/Images/packages/libssh_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libssh.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec7LdsGb6eb5kdMo","slug":"ziglang_org","homepage":"https://ziglang.org","name":"ziglang.org","version":"0.10.1","last_modified":"2023-04-18T19:29:13.000Z","full_name":"ziglang.org","dl_count":0,"thumb_image_name":"ziglang_org.jpg","created":"2023-03-14T01:00:40.000Z","maintainer":"","desc":"Programming language designed for robustness, optimality, and clarity","thumb_image_url":"https://tea.xyz/Images/packages/ziglang_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ziglang.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recDwxvHIDJ9nh7YI","slug":"github_com_pjk_libcbor","homepage":"https://github.com/PJK/libcbor","maintainer":"PJK","name":"libcbor","version":"0.10.1","last_modified":"2023-04-19T21:43:01.000Z","full_name":"github.com/PJK/libcbor","dl_count":0,"thumb_image_name":"github_com_pjk_libcbor.jpg","created":"2023-03-31T00:35:18.000Z","desc":"CBOR protocol implementation for C and others","thumb_image_url":"https://tea.xyz/Images/packages/github_com_pjk_libcbor.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/PJK/libcbor/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec0uX3eo0OWOqAtn","slug":"crates_io_exa","homepage":"https://crates.io","maintainer":"crates.io","name":"exa","version":"0.10.1","last_modified":"2023-04-17T02:24:40.000Z","full_name":"crates.io/exa","dl_count":0,"thumb_image_name":"crates_io_exa.jpg","created":"2023-02-26T19:02:58.000Z","desc":"A modern replacement for the 'ls' command","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_exa.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/exa/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recd8ZssITrPDQIil","slug":"github_com_pypa_build","homepage":"https://github.com/pypa/build","maintainer":"pypa","name":"build","version":"0.10.0","last_modified":"2023-04-22T22:55:36.000Z","full_name":"github.com/pypa/build","dl_count":0,"thumb_image_name":"github_com_pypa_build.jpg","created":"2023-04-22T23:41:22.000Z","desc":"Simple, correct PEP 517 build frontend","thumb_image_url":"https://tea.xyz/Images/packages/github_com_pypa_build.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/pypa/build/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recl4SX1JnTVdhbpV","slug":"crates_io_rustls_ffi","homepage":"https://crates.io","maintainer":"crates.io","name":"rustls-ffi","version":"0.10.0","last_modified":"2023-04-15T23:39:35.000Z","full_name":"crates.io/rustls-ffi","dl_count":0,"thumb_image_name":"crates_io_rustls_ffi.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Rustls FFI bindings for secure and efficient TLS in C/C++ projects","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_rustls_ffi.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/rustls-ffi/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczeCWpKtsqKEINF","slug":"charm_sh_gum","homepage":"https://charm.sh","maintainer":"charm.sh","name":"charm.sh/gum","version":"0.10.0","last_modified":"2023-04-19T21:43:58.000Z","full_name":"charm.sh/gum","dl_count":0,"thumb_image_name":"charm_sh_gum.jpg","created":"2022-10-21T05:52:43.000Z","desc":"A minimalist, user-friendly terminal UI for Git","thumb_image_url":"https://tea.xyz/Images/packages/charm_sh_gum.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/charm.sh/gum/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recBkKL5LzTKnDFfI","slug":"x_org_xrender","homepage":"https://x.org","maintainer":"x.org","name":"xrender","version":"0.9.11","last_modified":"2023-04-18T22:54:36.000Z","full_name":"x.org/xrender","dl_count":0,"thumb_image_name":"x_org_xrender.jpg","created":"2023-03-16T18:21:19.000Z","desc":"X.Org: Library for the Render Extension to the X11 protocol","thumb_image_url":"https://tea.xyz/Images/packages/x_org_xrender.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/x.org/xrender/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recHALZenjbWOy6hR","slug":"kubectx_dev","homepage":"https://kubectx.dev","name":"kubectx.dev","version":"0.9.4","last_modified":"2023-04-18T21:56:46.000Z","full_name":"kubectx.dev","dl_count":0,"thumb_image_name":"kubectx_dev.jpg","created":"2023-03-15T13:10:41.000Z","maintainer":"","desc":"A utility for managing and switching between Kubernetes contexts and namespaces.","thumb_image_url":"https://tea.xyz/Images/packages/kubectx_dev.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/kubectx.dev/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reck3PHj3k5JdJ75u","slug":"pokt_network","homepage":"https://pokt.network","name":"pokt.network","version":"0.9.2","last_modified":"2023-04-19T20:17:42.000Z","full_name":"pokt.network","dl_count":0,"thumb_image_name":"pokt_network.jpg","created":"2023-03-31T00:35:18.000Z","maintainer":"","desc":"A decentralized, trustless infrastructure for connecting apps and users to blockchain networks, enabling secure and seamless access to decentralized services.","thumb_image_url":"https://tea.xyz/Images/packages/pokt_network.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pokt.network/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recKcIylLYr8CoD2B","slug":"crates_io_zoxide","homepage":"https://crates.io","maintainer":"crates.io","name":"zoxide","version":"0.9.1","last_modified":"2023-05-08T14:47:45.000Z","full_name":"crates.io/zoxide","dl_count":0,"thumb_image_name":"crates_io_zoxide.jpg","created":"2023-01-18T23:23:39.000Z","desc":"A fast and feature-rich alternative to 'cd' command for navigating directories","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_zoxide.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/zoxide/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recXQ1o7VGJwce6j8","slug":"crates_io_bottom","homepage":"https://crates.io","maintainer":"crates.io","name":"bottom","version":"0.9.1","last_modified":"2023-05-14T05:19:02.000Z","full_name":"crates.io/bottom","dl_count":0,"thumb_image_name":"crates_io_bottom.jpg","created":"2023-02-26T19:02:58.000Z","desc":"A system monitoring TUI application","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_bottom.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/bottom/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recech3X6vMp782pL","slug":"shellcheck_net","homepage":"https://shellcheck.net","name":"shellcheck.net","version":"0.9.0","last_modified":"2023-04-14T03:28:46.000Z","full_name":"shellcheck.net","dl_count":0,"thumb_image_name":"shellcheck_net.jpg","created":"2022-12-07T03:01:04.000Z","maintainer":"","desc":"Static analysis and lint tool, for (ba)sh scripts.\nShellCheck is an open source tool for checking and debugging shell scripts. It is designed to help users identify and fix common issues in their scripts, such as syntax errors, semantic mistakes, and best practices violations. ShellCheck is implemented as a static analysis tool that can be run from the command line or integrated into other software development tools. It supports a wide range of shell languages, including Bash, Dash, and Zsh, and includes features such as automatic fixes for certain types of issues. The ShellCheck website provides documentation, downloads, and other resources for users who want to use the tool in their own projects.","thumb_image_url":"https://tea.xyz/Images/packages/shellcheck_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/shellcheck.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recXt9dI7LXGFKIL5","slug":"neovim_io","homepage":"https://neovim.io","name":"neovim.io","version":"0.9.0","last_modified":"2023-04-20T22:42:09.000Z","full_name":"neovim.io","dl_count":0,"thumb_image_name":"neovim_io.jpg","created":"2022-12-31T00:21:52.000Z","maintainer":"","desc":"Ambitious Vim-fork focused on extensibility and agility","thumb_image_url":"https://tea.xyz/Images/packages/neovim_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/neovim.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recv6ngTgzjQdwuTA","slug":"maaslalani_com_slides","homepage":"https://maaslalani.com","maintainer":"maaslalani.com","name":"slides","version":"0.9.0","last_modified":"2023-04-16T00:38:31.000Z","full_name":"maaslalani.com/slides","dl_count":0,"thumb_image_name":"maaslalani_com_slides.jpg","created":"2023-01-19T17:29:12.000Z","desc":"A terminal-based presentation tool with Markdown support","thumb_image_url":"https://tea.xyz/Images/packages/maaslalani_com_slides.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/maaslalani.com/slides/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recYizTnQGkrdhCf1","slug":"crates_io_vivid","homepage":"https://crates.io","maintainer":"crates.io","name":"vivid","version":"0.9.0","last_modified":"2023-04-21T01:31:47.000Z","full_name":"crates.io/vivid","dl_count":0,"thumb_image_name":"crates_io_vivid.jpg","created":"2023-04-12T09:07:04.000Z","desc":"Vivid is a versatile syntax highlighting library for Rust, designed for easy integration into various text rendering applications.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_vivid.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/vivid/package.yml","categories":[],"manual_sorting":5,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnLwUsAmxuSQULF","slug":"github_com_lra_mackup","homepage":"https://github.com/lra/mackup","maintainer":"lra","name":"mackup","version":"0.8.37","last_modified":"2023-04-19T09:45:04.000Z","full_name":"github.com/lra/mackup","dl_count":0,"thumb_image_name":"github_com_lra_mackup.jpg","created":"2023-03-08T23:10:00.000Z","desc":"Keep your Mac's application settings in sync","thumb_image_url":"https://tea.xyz/Images/packages/github_com_lra_mackup.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/lra/mackup/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recADH2RvnUid5gOh","slug":"soliditylang_org","homepage":"https://soliditylang.org","name":"soliditylang.org","version":"0.8.20","last_modified":"2023-05-10T21:32:24.000Z","full_name":"soliditylang.org","dl_count":0,"thumb_image_name":"soliditylang_org.jpg","created":"2022-12-31T00:21:52.000Z","maintainer":"","desc":"Solidity is a programming language for writing smart contracts that run on the Ethereum platform. It is designed to be familiar to programmers who have experience with languages like JavaScript and C++, and includes features such as inheritance, libraries, and complex data types. Solidity is a key component of the Ethereum ecosystem, and is used by developers to build decentralized applications (DApps) that can run on the Ethereum blockchain. The Solidity website provides documentation, tutorials, and other resources for those who want to learn more about the language and how to use it to build DApps on Ethereum.","thumb_image_url":"https://tea.xyz/Images/packages/soliditylang_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/soliditylang.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recDhfkXjZsPULLbM","slug":"github_com_mattrobenolt_jinja2_cli","homepage":"https://github.com/mattrobenolt/jinja2-cli","maintainer":"mattrobenolt","name":"jinja2-cli","version":"0.8.2","last_modified":"2023-04-20T02:26:08.000Z","full_name":"github.com/mattrobenolt/jinja2-cli","dl_count":0,"thumb_image_name":"github_com_mattrobenolt_jinja2_cli.jpg","created":"2023-03-31T00:35:18.000Z","desc":"CLI for the Jinja2 templating language","thumb_image_url":"https://tea.xyz/Images/packages/github_com_mattrobenolt_jinja2_cli.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/mattrobenolt/jinja2-cli/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec2t3tPOLgmvvuRq","slug":"prql_lang_org","homepage":"https://prql-lang.org","name":"prql-lang.org","version":"0.8.1","last_modified":"2023-04-30T02:28:32.000Z","full_name":"prql-lang.org","dl_count":0,"thumb_image_name":"prql_lang_org.jpg","created":"2023-01-18T23:23:39.000Z","maintainer":"","desc":"Simple, powerful, pipelined SQL replacement","thumb_image_url":"https://tea.xyz/Images/packages/prql_lang_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/prql-lang.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recDg9xd18X3bwOab","slug":"jpeg_org_jpegxl","homepage":"https://jpeg.org","maintainer":"jpeg.org","name":"jpegxl","version":"0.8.1","last_modified":"2023-04-21T01:36:27.000Z","full_name":"jpeg.org/jpegxl","dl_count":0,"thumb_image_name":"jpeg_org_jpegxl.jpg","created":"2023-04-12T09:07:04.000Z","desc":"New file format for still image compression","thumb_image_url":"https://tea.xyz/Images/packages/jpeg_org_jpegxl.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/jpeg.org/jpegxl/package.yml","categories":[],"manual_sorting":3,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGzzvTbY7iEor8s","slug":"github_com_muesli_duf","homepage":"https://github.com/muesli/duf","maintainer":"muesli","name":"duf","version":"0.8.1","last_modified":"2023-04-16T23:05:16.000Z","full_name":"github.com/muesli/duf","dl_count":0,"thumb_image_name":"github_com_muesli_duf.jpg","created":"2023-02-19T13:56:43.000Z","desc":"Disk Usage/Free Utility - a better 'df' alternative","thumb_image_url":"https://tea.xyz/Images/packages/github_com_muesli_duf.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/muesli/duf/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec8FyIldL9UOR9ec","slug":"duckdb_org","homepage":"https://duckdb.org","name":"duckdb.org","version":"0.8.0","last_modified":"2023-05-17T09:43:42.000Z","full_name":"duckdb.org","dl_count":0,"thumb_image_name":"duckdb_org.jpg","created":"2023-03-16T01:26:53.000Z","maintainer":"","desc":"Embeddable SQL OLAP Database Management System","thumb_image_url":"https://tea.xyz/Images/packages/duckdb_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/duckdb.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recCyldrRHhi5psQA","slug":"gts_sourceforge_net","homepage":"https://gts.sourceforge.net","name":"gts.sourceforge.net","version":"0.7.6","last_modified":"2023-04-17T02:43:55.000Z","full_name":"gts.sourceforge.net","dl_count":0,"thumb_image_name":"gts_sourceforge_net.jpg","created":"2023-02-27T23:47:08.000Z","maintainer":"","desc":"GNU Triangulated Surface Library","thumb_image_url":"https://tea.xyz/Images/packages/gts_sourceforge_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/gts.sourceforge.net/package.yml","categories":["featured"],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recsE7iNBOs57f5kw","slug":"rtomayko_github_io_ronn","homepage":"https://rtomayko.github.io","maintainer":"rtomayko.github.io","name":"ronn","version":"0.7.3","last_modified":"2023-04-22T23:07:07.000Z","full_name":"rtomayko.github.io/ronn","dl_count":0,"thumb_image_name":"rtomayko_github_io_ronn.jpg","created":"2023-04-22T23:41:22.000Z","desc":"Builds manuals - the opposite of roff","thumb_image_url":"https://tea.xyz/Images/packages/rtomayko_github_io_ronn.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/rtomayko.github.io/ronn/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recK744PLxCCFSnns","slug":"libexif_github_io","homepage":"https://libexif.github.io","name":"libexif.github.io","version":"0.6.24","last_modified":"2023-04-18T22:00:25.000Z","full_name":"libexif.github.io","dl_count":0,"thumb_image_name":"libexif_github_io.jpg","created":"2023-03-14T22:03:24.000Z","maintainer":"","desc":"EXIF parsing library","thumb_image_url":"https://tea.xyz/Images/packages/libexif_github_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libexif.github.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reculMvwOtq5OHuS0","slug":"github_com_xiph_rav1e","homepage":"https://github.com/xiph/rav1e","maintainer":"xiph","name":"rav1e","version":"0.6.6","last_modified":"2023-05-16T07:14:44.000Z","full_name":"github.com/xiph/rav1e","dl_count":0,"thumb_image_name":"github_com_xiph_rav1e.jpg","created":"2023-03-08T23:45:09.000Z","desc":"Fastest and safest AV1 video encoder","thumb_image_url":"https://tea.xyz/Images/packages/github_com_xiph_rav1e.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/xiph/rav1e/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnt1q1J7lwbSTnC","slug":"bun_sh","homepage":"https://bun.sh","name":"bun.sh","version":"0.6.2","last_modified":"2023-05-17T20:32:35.000Z","full_name":"bun.sh","dl_count":0,"thumb_image_name":"bun_sh","created":"2023-01-03T17:30:58.000Z","maintainer":"","desc":"Bundle, transpile, install, and run JavaScript & TypeScript projects — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner, and npm client built-in.","thumb_image_url":"https://tea.xyz/Images/packages/bun_sh.undefined","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/bun.sh/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recCHg3GvSgZFq4ke","slug":"radicle_org","homepage":"https://radicle.org","name":"radicle.org","version":"0.6.1","last_modified":"2023-04-15T05:52:14.000Z","full_name":"radicle.org","dl_count":0,"thumb_image_name":"radicle_org.jpg","created":"2022-12-31T00:21:52.000Z","maintainer":"","desc":"Radicle is a decentralized peer-to-peer network for building, sharing, and collaborating on software projects. It is built on top of the Git version control system and aims to provide a platform for developers to work on open source projects in a more decentralized and community-driven way. Radicle includes features such as the ability for users to fork and contribute to projects, and for project maintainers to easily review and merge contributions. It is an open source project and is available for users to install and use on their own systems.","thumb_image_url":"https://tea.xyz/Images/packages/radicle_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/radicle.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recqwGFiNJ9wBDwNV","slug":"github_com_containers_gvisor_tap_vsock","maintainer":"containers","name":"gvisor-tap-vsock","version":"0.6.1","last_modified":"2023-05-11T20:02:19.000Z","full_name":"github.com/containers/gvisor-tap-vsock","dl_count":0,"thumb_image_name":"github_com_containers_gvisor_tap_vsock.jpg","created":"2023-05-11T20:41:38.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/github_com_containers_gvisor_tap_vsock.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/containers/gvisor-tap-vsock/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec52XGnAaouJGdOp","slug":"google_com_glog","homepage":"https://google.com","maintainer":"google.com","name":"glog","version":"0.6.0","last_modified":"2023-04-17T14:24:32.000Z","full_name":"google.com/glog","dl_count":0,"thumb_image_name":"google_com_glog.jpg","created":"2023-03-06T20:09:34.000Z","desc":"C++ implementation of the Google logging module\n","thumb_image_url":"https://tea.xyz/Images/packages/google_com_glog.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/google.com/glog/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recatlVl3RrKrALJN","slug":"curl_se_trurl","homepage":"https://curl.se","maintainer":"curl.se","name":"trurl","version":"0.6.0","last_modified":"2023-04-26T19:32:03.000Z","full_name":"curl.se/trurl","dl_count":0,"thumb_image_name":"curl_se_trurl.jpg","created":"2023-04-13T12:41:23.000Z","desc":"Command-line tool for URL parsing and manipulation","thumb_image_url":"https://tea.xyz/Images/packages/curl_se_trurl.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/curl.se/trurl/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recicOOYBVCKkkvoS","slug":"dagger_io","homepage":"https://dagger.io","name":"dagger.io","version":"0.5.3","last_modified":"2023-05-18T16:02:04.000Z","full_name":"dagger.io","dl_count":0,"thumb_image_name":"dagger_io.jpg","created":"2023-01-20T16:26:49.000Z","maintainer":"","desc":"Portable devkit for CI/CD pipelines","thumb_image_url":"https://tea.xyz/Images/packages/dagger_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/dagger.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rectsN3LYOjqFJlhu","slug":"ordinals_com","homepage":"https://ordinals.com","name":"ordinals.com","version":"0.5.1","last_modified":"2023-04-16T23:06:37.000Z","full_name":"ordinals.com","dl_count":0,"thumb_image_name":"ordinals_com.jpg","created":"2023-02-17T13:03:51.000Z","maintainer":"","desc":"A website dedicated to providing information about ordinal numbers and their properties.","thumb_image_url":"https://tea.xyz/Images/packages/ordinals_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ordinals.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczVSwSp7bD4LGLj","slug":"libspng_org","homepage":"https://libspng.org","name":"libspng.org","version":"0.5.0","last_modified":"2023-05-08T00:55:57.000Z","full_name":"libspng.org","dl_count":0,"thumb_image_name":"libspng_org.jpg","created":"2023-05-08T01:41:36.000Z","maintainer":"","desc":"C library for reading and writing PNG format files","thumb_image_url":"https://tea.xyz/Images/packages/libspng_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/libspng.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec16whcfJ5gOQfJb","slug":"github_com_ekzhang_bore","homepage":"https://github.com/ekzhang/bore","maintainer":"ekzhang","name":"bore","version":"0.5.0","last_modified":"2023-04-30T21:36:16.000Z","full_name":"github.com/ekzhang/bore","dl_count":0,"thumb_image_name":"github_com_ekzhang_bore.jpg","created":"2023-04-30T21:41:23.000Z","desc":"Modern, simple TCP tunnel in Rust that exposes local ports to a remote server","thumb_image_url":"https://tea.xyz/Images/packages/github_com_ekzhang_bore.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/ekzhang/bore/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec4DS0QeBMnLrHhr","slug":"cuelang_org","homepage":"https://cuelang.org","name":"cuelang.org","version":"0.5.0","last_modified":"2023-04-21T01:31:46.000Z","full_name":"cuelang.org","dl_count":0,"thumb_image_name":"cuelang_org.jpg","created":"2023-01-18T23:23:39.000Z","maintainer":"","desc":"Validate and define text-based and dynamic configuration","thumb_image_url":"https://tea.xyz/Images/packages/cuelang_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/cuelang.org/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recITpowocOt61IIH","slug":"charm_sh_vhs","homepage":"https://charm.sh","maintainer":"charm.sh","name":"vhs","version":"0.5.0","last_modified":"2023-05-17T19:22:00.000Z","full_name":"charm.sh/vhs","dl_count":0,"thumb_image_name":"charm_sh_vhs-2.jpg","created":"2023-05-08T22:41:44.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/charm_sh_vhs.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/charm.sh/vhs/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recW67GxZdpx5WREN","slug":"poppler_freedesktop_org_poppler_data","homepage":"https://poppler.freedesktop.org","maintainer":"poppler.freedesktop.org","name":"poppler-data","version":"0.4.12","last_modified":"2023-04-17T14:26:58.000Z","full_name":"poppler.freedesktop.org/poppler-data","dl_count":0,"thumb_image_name":"poppler_freedesktop_org_poppler_data.jpg","created":"2023-03-05T22:39:52.000Z","desc":"Data files for the Poppler PDF rendering library","thumb_image_url":"https://tea.xyz/Images/packages/poppler_freedesktop_org_poppler_data.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/poppler.freedesktop.org/poppler-data/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnwBhI14uaNjv4z","slug":"ibr_cs_tu_bs_de_libsmi","homepage":"https://ibr.cs.tu-bs.de","maintainer":"ibr.cs.tu-bs.de","name":"libsmi","version":"0.4.8","last_modified":"2023-05-06T23:40:09.000Z","full_name":"ibr.cs.tu-bs.de/libsmi","dl_count":0,"thumb_image_name":"ibr_cs_tu_bs_de_libsmi.jpg","created":"2023-05-06T23:41:26.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/ibr_cs_tu_bs_de_libsmi.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/ibr.cs.tu-bs.de/libsmi/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckp8RIzVZchK5Y7","slug":"liblqr_wikidot_com","homepage":"https://liblqr.wikidot.com","name":"liblqr.wikidot.com","version":"0.4.2","last_modified":"2023-05-07T20:39:25.000Z","full_name":"liblqr.wikidot.com","dl_count":0,"thumb_image_name":"liblqr_wikidot_com.jpg","created":"2023-05-07T20:41:33.000Z","maintainer":"","desc":"C/C++ seam carving library","thumb_image_url":"https://tea.xyz/Images/packages/liblqr_wikidot_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/liblqr.wikidot.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec0s34tTpBmADiUL","slug":"xcfile_dev","homepage":"https://xcfile.dev","name":"xcfile.dev","version":"0.4.1","last_modified":"2023-05-05T10:08:46.000Z","full_name":"xcfile.dev","dl_count":0,"thumb_image_name":"xcfile_dev.jpg","created":"2023-01-18T23:23:39.000Z","maintainer":"","desc":"A tool for managing Xcode project files and structures with ease","thumb_image_url":"https://tea.xyz/Images/packages/xcfile_dev.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/xcfile.dev/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recuMgicwqH9w5LcP","slug":"iroh_computer","homepage":"https://iroh.computer","name":"iroh.computer","version":"0.4.1","last_modified":"2023-04-20T22:41:42.000Z","full_name":"iroh.computer","dl_count":0,"thumb_image_name":"iroh_computer.jpg","created":"2023-04-09T12:48:59.000Z","maintainer":"","desc":"A creative digital playground featuring generative art, experimental projects, and unique interactive experiences.","thumb_image_url":"https://tea.xyz/Images/packages/iroh_computer.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/iroh.computer/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recC2rm5IrCjNHtLK","slug":"github_com_dduan_tre","homepage":"https://github.com/dduan/tre","maintainer":"dduan","name":"tre","version":"0.4.0","last_modified":"2023-04-17T00:51:09.000Z","full_name":"github.com/dduan/tre","dl_count":0,"thumb_image_name":"github_com_dduan_tre.jpg","created":"2023-02-23T19:10:33.000Z","desc":"Tree command, improved","thumb_image_url":"https://tea.xyz/Images/packages/github_com_dduan_tre.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/dduan/tre/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recUlJ3dmkoRyOCMR","slug":"github_com_google_gops","homepage":"https://github.com/google/gops","maintainer":"google","name":"gops","version":"0.3.27","last_modified":"2023-04-20T07:54:40.000Z","full_name":"github.com/google/gops","dl_count":0,"thumb_image_name":"github_com_google_gops.jpg","created":"2023-04-04T22:42:32.000Z","desc":"Tool to list and diagnose Go processes currently running on your system","thumb_image_url":"https://tea.xyz/Images/packages/github_com_google_gops.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/google/gops/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"receUXahknyREmwx0","slug":"openblas_net","homepage":"https://openblas.net","name":"openblas.net","version":"0.3.23","last_modified":"2023-05-12T22:38:56.000Z","full_name":"openblas.net","dl_count":0,"thumb_image_name":"openblas_net.jpg","created":"2023-05-12T22:41:35.000Z","maintainer":"","desc":"Optimized BLAS library","thumb_image_url":"https://tea.xyz/Images/packages/openblas_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/openblas.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckI5wOjbUOahPob","slug":"pandoc_org_crossref","homepage":"https://pandoc.org","maintainer":"pandoc.org","name":"crossref","version":"0.3.15.2","last_modified":"2023-04-15T04:29:05.000Z","full_name":"pandoc.org/crossref","dl_count":0,"thumb_image_name":"pandoc_org_crossref_option 1.jpg","created":"2022-10-20T01:39:26.000Z","desc":"pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them.","thumb_image_url":"https://tea.xyz/Images/packages/pandoc_org_crossref.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pandoc.org/crossref/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnX12QeInhMzj4X","slug":"github_com_postmodern_chruby","homepage":"https://github.com/postmodern/chruby#readme","maintainer":"postmodern","name":"chruby","version":"0.3.9","last_modified":"2023-05-06T18:13:11.000Z","full_name":"github.com/postmodern/chruby","dl_count":0,"thumb_image_name":"github_com_postmodern_chruby.jpg","created":"2023-05-06T18:41:30.000Z","desc":"Ruby environment tool","thumb_image_url":"https://tea.xyz/Images/packages/github_com_postmodern_chruby.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/postmodern/chruby/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recUXK11Xs44nI1Vh","slug":"vlang_io","homepage":"https://vlang.io","name":"vlang.io","version":"0.3.4","last_modified":"2023-05-01T15:10:12.000Z","full_name":"vlang.io","dl_count":0,"thumb_image_name":"vlang_io.jpg","created":"2023-01-19T17:29:12.000Z","maintainer":"","desc":"V programming language","thumb_image_url":"https://tea.xyz/Images/packages/vlang_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/vlang.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recgs8Lh94nHqvvJ4","slug":"leonerd_org_uk_libvterm","homepage":"https://leonerd.org.uk","maintainer":"leonerd.org.uk","name":"libvterm","version":"0.3.1","last_modified":"2023-04-27T20:42:43.000Z","full_name":"leonerd.org.uk/libvterm","dl_count":0,"thumb_image_name":"leonerd_org_uk_libvterm.jpg","created":"2023-04-27T21:41:23.000Z","desc":"C99 library which implements a VT220 or xterm terminal emulator","thumb_image_url":"https://tea.xyz/Images/packages/leonerd_org_uk_libvterm.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/leonerd.org.uk/libvterm/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recrAdRlLUuoImetI","slug":"github_com_dloebl_cgif","homepage":"https://github.com/dloebl/cgif","maintainer":"dloebl","name":"cgif","version":"0.3.1","last_modified":"2023-05-06T23:47:25.000Z","full_name":"github.com/dloebl/cgif","dl_count":0,"thumb_image_name":"github_com_dloebl_cgif.jpg","created":"2023-05-07T00:41:34.000Z","desc":"GIF encoder written in C","thumb_image_url":"https://tea.xyz/Images/packages/github_com_dloebl_cgif.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/dloebl/cgif/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rech5yVwgPAA6WArz","slug":"crates_io_semverator","homepage":"https://crates.io","maintainer":"crates.io","name":"semverator","version":"0.3.1","last_modified":"2023-04-20T22:41:06.000Z","full_name":"crates.io/semverator","dl_count":0,"thumb_image_name":"crates_io_semverator.jpg","created":"2023-02-10T06:13:47.000Z","desc":"\tA Rust library for handling and comparing semantic version numbers.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_semverator.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/semverator/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczBlncg8tPf2KSm","slug":"agpt_co","homepage":"https://agpt.co","maintainer":"Significant-Gravitas","name":"auto-gpt","version":"0.3.1","last_modified":"2023-05-15T12:34:33.000Z","full_name":"agpt.co","dl_count":0,"thumb_image_name":"agpt_co.jpg","created":"2023-05-08T21:41:31.000Z","desc":"fully autonomous, AI-driven researching bot","thumb_image_url":"https://tea.xyz/Images/packages/agpt_co.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/agpt.co/package.yml","categories":["discover"],"manual_sorting":3,"card_layout":"bottom","installs":0},{"airtable_record_id":"recjj1mQgWCReldLp","slug":"github_com_npiv_chatblade","maintainer":"npiv","name":"chatblade","version":"0.3.0","last_modified":"2023-05-03T15:26:51.000Z","full_name":"github.com/npiv/chatblade","dl_count":0,"thumb_image_name":"chatblade.jpg","created":"2023-03-21T02:04:08.000Z","desc":"A sleek, lightweight messaging platform for real-time chat and collaboration, featuring end-to-end encryption and an intuitive user interface.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_npiv_chatblade.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/npiv/chatblade/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recxv7bKAONnzX4rt","slug":"github_com_nektos_act","homepage":"https://github.com/nektos/act","maintainer":"nektos","name":"act","version":"0.2.45","last_modified":"2023-05-01T02:31:06.000Z","full_name":"github.com/nektos/act","dl_count":0,"thumb_image_name":"github_com_nektos_act.jpg","created":"2023-03-14T21:25:48.000Z","desc":"Run your GitHub Actions locally 🚀","thumb_image_url":"https://tea.xyz/Images/packages/github_com_nektos_act.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/nektos/act/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recfu2zrj8ZO0A0fN","slug":"code_videolan_org_rist_librist","homepage":"https://code.videolan.org","maintainer":"code.videolan.org","name":"rist","version":"0.2.7","last_modified":"2023-04-15T23:45:52.000Z","full_name":"code.videolan.org/rist/librist","dl_count":0,"thumb_image_name":"code_videolan_org_rist_librist.jpg","created":"2023-01-18T23:23:39.000Z","desc":"Reliable Internet Stream Transport (RIST)","thumb_image_url":"https://tea.xyz/Images/packages/code_videolan_org_rist_librist.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/code.videolan.org/rist/librist/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recnXg9PFDyYsGOYp","slug":"pyyaml_org","homepage":"https://pyyaml.org","name":"pyyaml.org","version":"0.2.5","last_modified":"2023-04-16T21:24:09.000Z","full_name":"pyyaml.org","dl_count":107505,"thumb_image_name":"pyyaml_org_option 1.jpg","created":"2022-10-20T01:32:23.000Z","maintainer":"","desc":"YAML framework for Python","thumb_image_url":"https://tea.xyz/Images/packages/pyyaml_org.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pyyaml.org/package.yml","categories":[],"manual_sorting":6,"card_layout":"right","installs":0},{"airtable_record_id":"recqP6iUHtvcQIK3d","slug":"pyyaml_org_libyaml","homepage":"https://pyyaml.org","maintainer":"pyyaml.org","name":"libyaml","version":"0.2.5","last_modified":"2023-05-01T17:53:45.000Z","full_name":"pyyaml.org/libyaml","dl_count":0,"thumb_image_name":"pyyaml_org_libyaml.jpg","created":"2023-05-01T18:41:30.000Z","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/pyyaml_org_libyaml.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pyyaml.org/libyaml/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recg9rlq0rghVgRsq","slug":"github_com_libsndfile_libsamplerate","homepage":"https://github.com/libsndfile/libsamplerate","maintainer":"libsndfile","name":"libsamplerate","version":"0.2.2","last_modified":"2023-05-03T19:08:06.000Z","full_name":"github.com/libsndfile/libsamplerate","dl_count":0,"thumb_image_name":"github_com_libsndfile_libsamplerate.jpg","created":"2023-05-03T19:41:26.000Z","desc":"Library for sample rate conversion of audio data","thumb_image_url":"https://tea.xyz/Images/packages/github_com_libsndfile_libsamplerate.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/libsndfile/libsamplerate/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recTNmx85PTzNoscf","slug":"github_com_fabio42_sasqwatch","maintainer":"fabio42","name":"sasqwatch","version":"0.2.2","last_modified":"2023-05-18T01:59:49.000Z","full_name":"github.com/fabio42/sasqwatch","dl_count":0,"thumb_image_name":"github_com_fabio42_sasqwatch.jpg","created":"2023-03-16T15:54:38.000Z","desc":"An efficient CLI tool for monitoring and analyzing system resource usage, simplifying diagnostics and optimization.","thumb_image_url":"https://tea.xyz/Images/packages/github_com_fabio42_sasqwatch.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/fabio42/sasqwatch/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recM8HOv1bd6xjRDK","slug":"typst_app","homepage":"https://typst.app","name":"typst.app","version":"0.2.0","last_modified":"2023-04-25T18:45:35.000Z","full_name":"typst.app","dl_count":0,"thumb_image_name":"typst_app.jpg","created":"2023-03-23T01:12:19.000Z","maintainer":"","desc":"A modern typing practice application that adapts to your skill level, helping improve speed and accuracy through engaging exercises and progress tracking.","thumb_image_url":"https://tea.xyz/Images/packages/typst_app.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/typst.app/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec9kkorWc8jzkp3w","slug":"circleci_com","homepage":"https://circleci.com","name":"circleci.com","version":"0.1.26837","last_modified":"2023-05-16T11:55:49.000Z","full_name":"circleci.com","dl_count":0,"thumb_image_name":"circleci_com.jpg","created":"2023-03-14T20:35:57.000Z","maintainer":"","desc":"Enables you to reproduce the CircleCI environment locally","thumb_image_url":"https://tea.xyz/Images/packages/circleci_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/circleci.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"rec1X6wXiqVkCXwJ6","slug":"google_com_sentencepiece","homepage":"https://google.com","maintainer":"google.com","name":"sentencepiece","version":"0.1.99","last_modified":"2023-05-02T03:32:53.000Z","full_name":"google.com/sentencepiece","dl_count":0,"thumb_image_name":"google_com_sentencepiece.jpg","created":"2023-03-23T16:44:53.000Z","desc":"A flexible and efficient unsupervised text tokenizer and detokenizer for Neural Network-based text generation, suitable for various languages and scripts.","thumb_image_url":"https://tea.xyz/Images/packages/google_com_sentencepiece.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/google.com/sentencepiece/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recKSnS5tn9Eav58a","slug":"fly_io","homepage":"https://fly.io","name":"fly.io","version":"0.1.8","last_modified":"2023-05-18T17:41:39.000Z","full_name":"fly.io","dl_count":0,"thumb_image_name":"fly_io.jpg","created":"2023-04-30T00:41:28.000Z","maintainer":"","desc":"Command-line tools for fly.io services","thumb_image_url":"https://tea.xyz/Images/packages/fly_io.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/fly.io/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recx7XCvDniEJaFMz","slug":"render_com","homepage":"https://render.com","name":"render.com","version":"0.1.5","last_modified":"2023-05-04T00:05:33.000Z","full_name":"render.com","dl_count":0,"thumb_image_name":"render_com.jpg","created":"2023-05-04T00:41:30.000Z","maintainer":"","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/render_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/render.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reczYRb2bZsZMFQWt","slug":"tea_xyz_gx_cc","homepage":"https://tea.xyz","maintainer":"tea.xyz","name":"cc","version":"0.1.4","last_modified":"2023-03-16T15:20:12.000Z","full_name":"tea.xyz/gx/cc","dl_count":0,"thumb_image_name":"tea_xyz_gx.jpg","created":"2022-10-20T01:39:26.000Z","desc":"tea.xyz compiler collection","thumb_image_url":"https://tea.xyz/Images/packages/tea_xyz_gx_cc.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/tea.xyz/gx/cc/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recGKOMPX4Lodijsu","slug":"soxr_sourceforge_net","homepage":"https://soxr.sourceforge.net","name":"soxr.sourceforge.net","version":"0.1.3","last_modified":"2023-05-07T20:53:47.000Z","full_name":"soxr.sourceforge.net","dl_count":0,"thumb_image_name":"soxr_sourceforge_net.jpg","created":"2023-05-07T21:41:29.000Z","maintainer":"","desc":"","thumb_image_url":"https://tea.xyz/Images/packages/soxr_sourceforge_net.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/soxr.sourceforge.net/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recgQM7SKdLZVPElZ","slug":"github_com_skystrife_cpptoml","homepage":"https://github.com/skystrife/cpptoml","maintainer":"skystrife","name":"cpptoml","version":"0.1.1","last_modified":"2023-05-07T20:30:24.000Z","full_name":"github.com/skystrife/cpptoml","dl_count":0,"thumb_image_name":"github_com_skystrife_cpptoml.jpg","created":"2023-05-07T20:41:33.000Z","desc":"Header-only library for parsing TOML","thumb_image_url":"https://tea.xyz/Images/packages/github_com_skystrife_cpptoml.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/skystrife/cpptoml/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recSdn95q2qq2gaIP","slug":"crates_io_sanitize","homepage":"https://crates.io","maintainer":"crates.io","name":"sanitize","version":"0.1.0","last_modified":"2023-04-18T19:11:28.000Z","full_name":"crates.io/sanitize","dl_count":0,"thumb_image_name":"crates_io_sanitize.jpg","created":"2023-02-10T06:13:47.000Z","desc":"A Rust library for sanitizing and stripping unwanted HTML tags and attributes.","thumb_image_url":"https://tea.xyz/Images/packages/crates_io_sanitize.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/crates.io/sanitize/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recCf8L2LyjhC60Hy","slug":"github_com_charliermarsh_ruff","maintainer":"charliermarsh","name":"ruff","version":"0.0.269","last_modified":"2023-05-18T20:44:19.000Z","full_name":"github.com/charliermarsh/ruff","dl_count":0,"thumb_image_name":"github_com_charliermarsh_ruff.jpg","created":"2023-02-10T06:13:47.000Z","desc":"A lightweight, cross-platform, and real-time collaborative text editor","thumb_image_url":"https://tea.xyz/Images/packages/github_com_charliermarsh_ruff.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/charliermarsh/ruff/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recr4lraGZKscURxX","slug":"github_com_clever_microplane","homepage":"https://github.com/Clever/microplane","maintainer":"clever","name":"microplane","version":"0.0.34","last_modified":"2023-04-18T19:13:37.000Z","full_name":"github.com/clever/microplane","dl_count":0,"thumb_image_name":"github_com_clever_microplane.jpg","created":"2023-02-26T19:02:58.000Z","desc":"CLI tool to make git changes across many repos","thumb_image_url":"https://tea.xyz/Images/packages/github_com_clever_microplane.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/clever/microplane/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reckfbMCENlLRxeb9","slug":"pagure_io_xmlto","homepage":"https://pagure.io","maintainer":"pagure.io","name":"xmlto","version":"0.0.28","last_modified":"2023-04-28T18:40:35.000Z","full_name":"pagure.io/xmlto","dl_count":0,"thumb_image_name":"pagure_io_xmlto.jpg","created":"2023-04-28T18:41:27.000Z","desc":"Convert XML to another format (based on XSL or other tools)","thumb_image_url":"https://tea.xyz/Images/packages/pagure_io_xmlto.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/pagure.io/xmlto/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recTD7FticatPZHVw","slug":"freedesktop_org_uchardet","homepage":"https://freedesktop.org","maintainer":"freedesktop.org","name":"uchardet","version":"0.0.8","last_modified":"2023-05-01T14:26:01.000Z","full_name":"freedesktop.org/uchardet","dl_count":0,"thumb_image_name":"freedesktop_org_uchardet.jpg","created":"2023-05-01T14:41:27.000Z","desc":"Encoding detector library","thumb_image_url":"https://tea.xyz/Images/packages/freedesktop_org_uchardet.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/freedesktop.org/uchardet/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recABsffiQaeOyFn8","slug":"surrealdb_com","homepage":"https://surrealdb.com","name":"surrealdb.com","version":"0.0.0","last_modified":"2023-04-20T04:24:14.000Z","full_name":"surrealdb.com","dl_count":0,"thumb_image_name":"surrealdb_com.jpg","created":"2023-03-31T19:17:20.000Z","maintainer":"","desc":"SurrealDB is an innovative and efficient distributed database management system designed to handle large-scale data storage and retrieval with minimal latency.","thumb_image_url":"https://tea.xyz/Images/packages/surrealdb_com.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/surrealdb.com/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"recmUPD2pCuUKvh1H","slug":"keephq_dev","homepage":"https://keephq.dev","name":"keephq.dev","version":"0.0.0","last_modified":"2023-04-16T22:00:44.000Z","full_name":"keephq.dev","dl_count":0,"thumb_image_name":"keephq_dev.jpg","created":"2023-02-17T13:03:51.000Z","maintainer":"","desc":"A developer portal for the KeepHQ project, providing resources and documentation.","thumb_image_url":"https://tea.xyz/Images/packages/keephq_dev.jpg","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/keephq.dev/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0},{"airtable_record_id":"reccR0sFLt3etHLmb","slug":"github_com_jart_blink","maintainer":"jart","name":"blink","version":"0.0.0","last_modified":"2023-04-20T07:56:36.000Z","full_name":"github.com/jart/blink","dl_count":0,"thumb_image_name":"github_com_jart_blink","created":"2023-01-11T22:45:13.000Z","desc":"A web engine rendering for Chromium-based projects","thumb_image_url":"https://tea.xyz/Images/packages/github_com_jart_blink.undefined","package_yml_url":"https://github.com/teaxyz/pantry/blob/main/projects/github.com/jart/blink/package.yml","categories":[],"manual_sorting":0,"card_layout":"bottom","installs":0}] \ No newline at end of file diff --git a/src/layouts/index.html b/src/layouts/index.html index f2ba870..3db89e8 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -386,7 +386,7 @@

OSS Devs Have Authenticated with GitHub

As part of our long‐term, web3 vision, we're asking developers to authenticate via GitHub. Authentications will be integral in our mission to remunerate OSS developers for their valuable contributions to the modern internet landscape.

- +

By clicking above, you'll be redirected to our GitHub OAuth app. We ask for your country of residence, as well as the hex address for your web3 wallet. This information will be used to assign you a rank based on your GitHub contributions, which in turn, will be used to determine remunerations after the launch of our tea protocol. You can learn more about our privacy policy here.

diff --git a/src/layouts/page/keep-what-is-yours.html b/src/layouts/page/keep-what-is-yours.html index 2089afe..2569628 100644 --- a/src/layouts/page/keep-what-is-yours.html +++ b/src/layouts/page/keep-what-is-yours.html @@ -85,7 +85,7 @@
-

KEEP
WHAT IS
YOURS.Authenticate with GitHub

+

KEEP
WHAT IS
YOURS.Authenticate with GitHub

Equitable Open-Source for web3

@@ -94,7 +94,7 @@

Over 10 thousand developers have authenticated their Github with tea. This is your chance to be an early member of our Communitea.

diff --git a/src/layouts/page/launch-countdown.html b/src/layouts/page/launch-countdown.html index c70296a..5f072d1 100644 --- a/src/layouts/page/launch-countdown.html +++ b/src/layouts/page/launch-countdown.html @@ -5,7 +5,7 @@

-

You can still authenticate your GitHub here.

+

You can still authenticate your GitHub here.

diff --git a/src/layouts/page/pioneer-a-better-internet.html b/src/layouts/page/pioneer-a-better-internet.html index 8090a59..cc70159 100644 --- a/src/layouts/page/pioneer-a-better-internet.html +++ b/src/layouts/page/pioneer-a-better-internet.html @@ -108,7 +108,7 @@

tea is putting an end to Big Tech making trillions off the generosity of the visionary developers and web pioneers who built the internet. You can be a part of this revolution.

Authenticate now to gain early access to the tea beta.

- Authenticate with GitHub

Limited numbers of tea beta invites will be given to the first devs who authenticate their Github account. So don’t delay, get it while it’s hot.

diff --git a/src/layouts/page/tea-qr.html b/src/layouts/page/tea-qr.html index 9cfc659..bca7dc0 100644 --- a/src/layouts/page/tea-qr.html +++ b/src/layouts/page/tea-qr.html @@ -9,7 +9,7 @@

Authenticate your Github with tea.

Early-adoption developers will be entitled to a variety of exciting rewards, including minted NFT certificates. Simply log into your Github account, install our application, and then answer a couple quick questions. The open-source revolution is here, so be sure to take a sip while it’s hot!

- Authenticate with tea287
diff --git a/src/layouts/partials/auth-data-snippet.html b/src/layouts/partials/auth-data-snippet.html index 619a392..67a3287 100644 --- a/src/layouts/partials/auth-data-snippet.html +++ b/src/layouts/partials/auth-data-snippet.html @@ -14,7 +14,7 @@ $('#stat-two').html('
'); try { - fetch('https://api.dev.tea.xyz/v0/signups') + fetch('https://api.tea.xyz/v0/signups') .then(res => res.json()) .then(res => { const signups = res.signups ? res.signups.toLocaleString() : "" diff --git a/src/layouts/partials/floating-join-btn.html b/src/layouts/partials/floating-join-btn.html index b4a63dd..e4aa2b6 100644 --- a/src/layouts/partials/floating-join-btn.html +++ b/src/layouts/partials/floating-join-btn.html @@ -175,6 +175,6 @@ - + AUTHENTICATE diff --git a/src/layouts/partials/full-width-cta.html b/src/layouts/partials/full-width-cta.html index 3c56cb7..e36b415 100644 --- a/src/layouts/partials/full-width-cta.html +++ b/src/layouts/partials/full-width-cta.html @@ -1,5 +1,5 @@

diff --git a/src/layouts/partials/navbar.html b/src/layouts/partials/navbar.html index b1f6721..8093ccc 100644 --- a/src/layouts/partials/navbar.html +++ b/src/layouts/partials/navbar.html @@ -140,7 +140,7 @@ + Authenticate with tea287-->
From 80ff59b8ce999b2540b531a708543cc8694a2eab Mon Sep 17 00:00:00 2001 From: neil molina Date: Thu, 1 Jun 2023 13:54:30 +0800 Subject: [PATCH 6/9] trim --- src/layouts/page/keep-what-is-yours.html | 4 ++-- src/layouts/page/launch-countdown.html | 2 +- src/layouts/page/pioneer-a-better-internet.html | 2 +- src/layouts/page/tea-qr.html | 2 +- src/layouts/partials/floating-join-btn.html | 2 +- src/layouts/partials/full-width-cta.html | 2 +- src/layouts/partials/navbar.html | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/layouts/page/keep-what-is-yours.html b/src/layouts/page/keep-what-is-yours.html index 2569628..faf40a0 100644 --- a/src/layouts/page/keep-what-is-yours.html +++ b/src/layouts/page/keep-what-is-yours.html @@ -85,7 +85,7 @@
-

KEEP
WHAT IS
YOURS.Authenticate with GitHub

+

KEEP
WHAT IS
YOURS.Authenticate with GitHub

Equitable Open-Source for web3

@@ -94,7 +94,7 @@

Over 10 thousand developers have authenticated their Github with tea. This is your chance to be an early member of our Communitea.

diff --git a/src/layouts/page/launch-countdown.html b/src/layouts/page/launch-countdown.html index 5f072d1..cea14ca 100644 --- a/src/layouts/page/launch-countdown.html +++ b/src/layouts/page/launch-countdown.html @@ -5,7 +5,7 @@

-

You can still authenticate your GitHub here.

+

You can still authenticate your GitHub here.

diff --git a/src/layouts/page/pioneer-a-better-internet.html b/src/layouts/page/pioneer-a-better-internet.html index cc70159..3328d58 100644 --- a/src/layouts/page/pioneer-a-better-internet.html +++ b/src/layouts/page/pioneer-a-better-internet.html @@ -108,7 +108,7 @@

tea is putting an end to Big Tech making trillions off the generosity of the visionary developers and web pioneers who built the internet. You can be a part of this revolution.

Authenticate now to gain early access to the tea beta.

- Authenticate with GitHub

Limited numbers of tea beta invites will be given to the first devs who authenticate their Github account. So don’t delay, get it while it’s hot.

diff --git a/src/layouts/page/tea-qr.html b/src/layouts/page/tea-qr.html index bca7dc0..99a89e7 100644 --- a/src/layouts/page/tea-qr.html +++ b/src/layouts/page/tea-qr.html @@ -9,7 +9,7 @@

Authenticate your Github with tea.

Early-adoption developers will be entitled to a variety of exciting rewards, including minted NFT certificates. Simply log into your Github account, install our application, and then answer a couple quick questions. The open-source revolution is here, so be sure to take a sip while it’s hot!

- Authenticate with tea287
diff --git a/src/layouts/partials/floating-join-btn.html b/src/layouts/partials/floating-join-btn.html index e4aa2b6..6deb908 100644 --- a/src/layouts/partials/floating-join-btn.html +++ b/src/layouts/partials/floating-join-btn.html @@ -175,6 +175,6 @@ - + AUTHENTICATE diff --git a/src/layouts/partials/full-width-cta.html b/src/layouts/partials/full-width-cta.html index e36b415..20d89bb 100644 --- a/src/layouts/partials/full-width-cta.html +++ b/src/layouts/partials/full-width-cta.html @@ -1,5 +1,5 @@

diff --git a/src/layouts/partials/navbar.html b/src/layouts/partials/navbar.html index 8093ccc..9b9d972 100644 --- a/src/layouts/partials/navbar.html +++ b/src/layouts/partials/navbar.html @@ -140,7 +140,7 @@ + Authenticate with tea287-->
From ad570a0ed4d62a0454c4c5666a581f2cb172f9fe Mon Sep 17 00:00:00 2001 From: neil molina Date: Thu, 8 Jun 2023 07:20:52 +0800 Subject: [PATCH 7/9] test production deployment --- src/assets/scripts/bottles.jsx | 2 +- src/assets/scripts/package-bottles.jsx | 2 +- src/layouts/partials/auth-data-snippet.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/scripts/bottles.jsx b/src/assets/scripts/bottles.jsx index 869be50..655ba8d 100644 --- a/src/assets/scripts/bottles.jsx +++ b/src/assets/scripts/bottles.jsx @@ -3,7 +3,7 @@ function Bottles() { const [isLoading, setLoading] = React.useState(true); React.useEffect(() => { - fetch("https://api.tea.xyz/v0/bottles") + fetch("https://5ey2dx9k7l.execute-api.us-east-1.amazonaws.com/prod/v0/bottles") .then((res) => res.json()) .then((res) => { setBottles(res); diff --git a/src/assets/scripts/package-bottles.jsx b/src/assets/scripts/package-bottles.jsx index 1449643..3fb536c 100644 --- a/src/assets/scripts/package-bottles.jsx +++ b/src/assets/scripts/package-bottles.jsx @@ -3,7 +3,7 @@ function PackageBottles() { const [isLoading, setIsLoading] = React.useState(true); React.useEffect(() => { - const url = window.location.pathname.replace('/+', 'https://api.tea.xyz/v0/bottles/'); + const url = window.location.pathname.replace('/+', 'https://5ey2dx9k7l.execute-api.us-east-1.amazonaws.com/prod/v0/bottles/'); fetch(url) .then((res) => res.json()) .then((res) => { diff --git a/src/layouts/partials/auth-data-snippet.html b/src/layouts/partials/auth-data-snippet.html index 67a3287..1e9d5fe 100644 --- a/src/layouts/partials/auth-data-snippet.html +++ b/src/layouts/partials/auth-data-snippet.html @@ -14,7 +14,7 @@ $('#stat-two').html('
'); try { - fetch('https://api.tea.xyz/v0/signups') + fetch('https://5ey2dx9k7l.execute-api.us-east-1.amazonaws.com/prod/v0/signups') .then(res => res.json()) .then(res => { const signups = res.signups ? res.signups.toLocaleString() : "" From 338340d716a7f63f8a3fb3899b19df2657fabf98 Mon Sep 17 00:00:00 2001 From: neil molina Date: Thu, 8 Jun 2023 09:24:47 +0800 Subject: [PATCH 8/9] change domain --- src/assets/scripts/bottles.jsx | 2 +- src/assets/scripts/package-bottles.jsx | 2 +- src/layouts/partials/auth-data-snippet.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/scripts/bottles.jsx b/src/assets/scripts/bottles.jsx index 655ba8d..4d0dba8 100644 --- a/src/assets/scripts/bottles.jsx +++ b/src/assets/scripts/bottles.jsx @@ -3,7 +3,7 @@ function Bottles() { const [isLoading, setLoading] = React.useState(true); React.useEffect(() => { - fetch("https://5ey2dx9k7l.execute-api.us-east-1.amazonaws.com/prod/v0/bottles") + fetch("https://158h030vz0.execute-api.us-east-1.amazonaws.com/prod/v0/bottles") .then((res) => res.json()) .then((res) => { setBottles(res); diff --git a/src/assets/scripts/package-bottles.jsx b/src/assets/scripts/package-bottles.jsx index 3fb536c..3f164a2 100644 --- a/src/assets/scripts/package-bottles.jsx +++ b/src/assets/scripts/package-bottles.jsx @@ -3,7 +3,7 @@ function PackageBottles() { const [isLoading, setIsLoading] = React.useState(true); React.useEffect(() => { - const url = window.location.pathname.replace('/+', 'https://5ey2dx9k7l.execute-api.us-east-1.amazonaws.com/prod/v0/bottles/'); + const url = window.location.pathname.replace('/+', 'https://158h030vz0.execute-api.us-east-1.amazonaws.com/prod/v0/bottles/'); fetch(url) .then((res) => res.json()) .then((res) => { diff --git a/src/layouts/partials/auth-data-snippet.html b/src/layouts/partials/auth-data-snippet.html index aced173..e85a4e6 100644 --- a/src/layouts/partials/auth-data-snippet.html +++ b/src/layouts/partials/auth-data-snippet.html @@ -14,7 +14,7 @@ $('#stat-two').html('
'); try { - fetch('https://5ey2dx9k7l.execute-api.us-east-1.amazonaws.com/prod/v0/signups') + fetch('https://158h030vz0.execute-api.us-east-1.amazonaws.com/prod/v0/signups') .then(res => res.json()) .then(res => { const signups = res.signups ? res.signups.toLocaleString() : ""; From 7c99e32c9f64d875c2bdcfe9b8c161dba7d656d3 Mon Sep 17 00:00:00 2001 From: neil molina Date: Thu, 8 Jun 2023 22:22:27 +0800 Subject: [PATCH 9/9] update to new tea api: app.tea.xyz/v0 --- src/assets/scripts/bottles.jsx | 2 +- src/assets/scripts/package-bottles.jsx | 2 +- src/layouts/partials/auth-data-snippet.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/scripts/bottles.jsx b/src/assets/scripts/bottles.jsx index 4d0dba8..3598b65 100644 --- a/src/assets/scripts/bottles.jsx +++ b/src/assets/scripts/bottles.jsx @@ -3,7 +3,7 @@ function Bottles() { const [isLoading, setLoading] = React.useState(true); React.useEffect(() => { - fetch("https://158h030vz0.execute-api.us-east-1.amazonaws.com/prod/v0/bottles") + fetch("https://app.tea.xyz/v0/bottles") .then((res) => res.json()) .then((res) => { setBottles(res); diff --git a/src/assets/scripts/package-bottles.jsx b/src/assets/scripts/package-bottles.jsx index 3f164a2..bd5332e 100644 --- a/src/assets/scripts/package-bottles.jsx +++ b/src/assets/scripts/package-bottles.jsx @@ -3,7 +3,7 @@ function PackageBottles() { const [isLoading, setIsLoading] = React.useState(true); React.useEffect(() => { - const url = window.location.pathname.replace('/+', 'https://158h030vz0.execute-api.us-east-1.amazonaws.com/prod/v0/bottles/'); + const url = window.location.pathname.replace('/+', 'https://app.tea.xyz/v0/bottles/'); fetch(url) .then((res) => res.json()) .then((res) => { diff --git a/src/layouts/partials/auth-data-snippet.html b/src/layouts/partials/auth-data-snippet.html index e85a4e6..d0c77e3 100644 --- a/src/layouts/partials/auth-data-snippet.html +++ b/src/layouts/partials/auth-data-snippet.html @@ -14,7 +14,7 @@ $('#stat-two').html('
'); try { - fetch('https://158h030vz0.execute-api.us-east-1.amazonaws.com/prod/v0/signups') + fetch('https://app.tea.xyz/v0/signups') .then(res => res.json()) .then(res => { const signups = res.signups ? res.signups.toLocaleString() : "";