From 75d5e44278e0b05eb9780dc24320c2f6716cdf87 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Wed, 27 Oct 2021 14:42:58 -0400 Subject: [PATCH] updated README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4fe8a74..3b046f8 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,16 @@ Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + +## Important Note + +This project is not yet ready for release. Everything within it should +be considered unstable and subject to change at any time. + +## Executive Summary + +This library is inspired very heavily by the +[gemini-server](https://hackage.haskell.org/package/gemini-server) +package, but does not need to be linked against OpenSSL. Instead, it +uses [tcp-streams](https://hackage.haskell.org/package/tcp-streams) to +provide TLS functionality.