diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-15 19:33:01 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-15 19:33:01 +0800 |
commit | cea33fdc840784460523c706216bbfc389504aa2 (patch) | |
tree | de51c6dc63b111c5d07d695ccb827d894c1831fa | |
parent | Remove that println (diff) | |
download | forge-cea33fdc840784460523c706216bbfc389504aa2.tar.gz forge-cea33fdc840784460523c706216bbfc389504aa2.tar.zst forge-cea33fdc840784460523c706216bbfc389504aa2.zip |
hare branch is deprecatedhare
-rw-r--r-- | README.md | 17 |
1 files changed, 2 insertions, 15 deletions
@@ -1,15 +1,2 @@ -# Lindenii Forge - -**Work in progress.** - -This is the new implementation in the [Hare](https://harelang.org) programming -language. We will set this as the primary branch once it reaches feature parity -with the Go implementation. - -## Architecture - -* Most components are one single daemon written in Hare. -* Because libssh is difficult to use and there aren't many other SSH server - libraries for C or Hare, we will temporarily use - [the gliberlabs SSH library for Go](https://github.com/gliderlabs/ssh) - in a separate process, and communicate via UNIX domain sockets. +**Please check out the `master` branch. Everything that used to be in the +`hare` branch is now in `master`. The `hare` branch is deprectated.** |