slackbuilds/development/hare
henesy 8a1ffc2f78
development/hare: Compress manuals.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-24 17:08:48 +07:00
..
README
hare.SlackBuild development/hare: Compress manuals. 2024-11-24 17:08:48 +07:00
hare.info development/hare: Upgrade to 0.24.2. 2024-11-24 17:08:43 +07:00
slack-desc

README

Hare is a systems programming language designed to be simple,
stable, and robust. Hare uses a static type system, manual memory
management, and a minimal runtime. It is well-suited to writing
operating systems, system tools, compilers, networking software,
and other low-level, high performance tasks. 

Hare uses and depends on the QBE compiler backend.

Building hare (this "build driver") depends on:

    * scdoc - the man page generator
    * harec - the hare boostrap compiler