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 (123)*, x86_64 (179)* | EPEL 9 (86 downloads) |
![]() |
aarch64 (147)*, x86_64 (404)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (101)*, x86_64 (372)* | Fedora 41 (95 downloads) |
![]() |
aarch64 (36)*, x86_64 (153)* | Fedora 42 (52 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 43 (0 downloads) |
![]() |
aarch64 (144)*, x86_64 (179)* | Fedora rawhide (97 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable mroche/hare
More info about enabling Copr repositories