SlackBuildsOrg/development/hare
Andrew Clemons d4da6b20f8
development/hare: Unsupported on 32bit.
Since harec is 64bit only, this must also be.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-22 15:52:46 +07:00
..
hare.info
hare.SlackBuild
README
slack-desc

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