Source: hare
Section: devel
Priority: optional
Maintainer: Miguel Landaeta <nomadium@debian.org>
Uploaders: Guilherme Puida Moreira <guilherme@puida.xyz>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 harec,
 scdoc <!nodoc>,
 tzdata <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://harelang.org/
Vcs-Browser: https://salsa.debian.org/debian/hare
Vcs-Git: https://salsa.debian.org/debian/hare.git

Package: hare
Architecture: amd64 arm64 riscv64
Depends:
  harec,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Simple, stable and robust systems programming language
 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.
 .
 This package installs the Hare standard library and build driver.
