From 2e9f65f0689e5cba719479b2d580bba2533d0f05 Mon Sep 17 00:00:00 2001 From: Addison Schuhardt Date: Wed, 18 May 2022 11:44:22 -0700 Subject: [PATCH] Adding Opal https://github.com/aschuhardt/Opal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93fe0d3..335cf11 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ Repo mirrors: - [warmuuh/jemini](https://github.com/warmuuh/jemini/tree/main/gemini-client)(Java) - reactive gemini-client, part of jemini-project - [geminic](https://github.com/WarpEngineer/geminic) (Erlang) - An Erlang library for building Gemini protocol clients. - [dremini](https://github.com/marty1885/dremini) (C++) - Highly concurrent C++ Gemini server and client library +- [Opal](https://github.com/aschuhardt/Opal) (C#) - Gemini client library for .NET 6. Built-in support for TOFU and client certificates. ## Related Specifications - [GemPub Specification](https://codeberg.org/oppenlab/gempub) - Gempub, the Gemini e-book (and capsule archive) container specification.