Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
hare(1) 		     General Commands Manual			 hare(1)

NAME
     hare - compile, run, test, and inspect Hare programs and modules

SYNOPSIS
     hare -h

     hare version [-hv]

     hare command [arguments...]

DESCRIPTION
     hare -h prints help text.

     hare version prints version information for the hare program. If -v is sup-
     plied,  it  also  prints  information about the build parameters. If -vv is
     specified, detailed information about the version and build  parameters  is
     printed  as shell environment variables in a format which is consistent be-
     tween versions and suitable for machine reading.

     hare-build(1) compiles a Hare program or module.

     hare-cache(1) manages the build cache.

     hare-deps(1) displays the dependency tree of a Hare program or module.

     hare-run(1) compiles and runs a Hare program or module.

     hare-test(1) compiles and runs tests for Hare code.

     hare-tool(1) runs a third-party Hare tool.

BUGS
     The quality of error messages is poor.

SEE ALSO
     hare-module(5), haredoc(1)

     See https://harelang.org/community/ for information on where to  ask  ques-
     tions, send patches, submit bug reports, and chat with others in the commu-
     nity.

     Documentation  for  the  language	itself	can  be  found	at https://hare-
     lang.org/documentation/.

     The language specification is available at  https://harelang.org/specifica-
     tion/.

				   2026-08-27				 hare(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hare&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help