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 |
---|---|---|
![]() |
aarch64 (114)*, x86_64 (158)* | EPEL 9 (80 downloads) |
![]() |
aarch64 (129)*, x86_64 (391)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (82)*, x86_64 (344)* | Fedora 41 (86 downloads) |
![]() |
aarch64 (14)*, x86_64 (123)* | Fedora 42 (42 downloads) |
![]() |
aarch64 (124)*, x86_64 (161)* | Fedora rawhide (93 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable mroche/hare
More info about enabling Copr repositories