Description
The Hare programming language and primary tooling.
Installation Instructions
Enable this repository via dnf copr enable mroche/hare
. If you see an error about the copr
subcommand, make sure you have dnf-plugins-core
installed.
To obtain the standard toolchain, install the hare
package. For embedded or self-contained projects that will not use the Hare standard library, disable weak dependencies while installing, i.e.
dnf --setopt install_weak_deps=False install hare
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 9 | aarch64 (74)*, x86_64 (120)* | EPEL 9 (62 downloads) |
Fedora 39 | aarch64 (68)*, x86_64 (516)* | Fedora 39 (93 downloads) |
Fedora 40 | aarch64 (85)*, x86_64 (345)* | Fedora 40 (67 downloads) |
Fedora 41 | aarch64 (38)*, x86_64 (105)* | Fedora 41 (21 downloads) |
Fedora rawhide | aarch64 (72)*, x86_64 (108)* | Fedora rawhide (61 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable mroche/hare
More info about enabling Copr repositories