updated README.md

This commit is contained in:
Jonathan Lamothe 2021-10-27 14:42:58 -04:00
parent bbdd7e4c8d
commit 75d5e44278

View File

@ -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
<https://www.gnu.org/licenses/>.
## 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.