/man/man1/raco.1

http://github.com/dyoo/racket · Unknown · 45 lines · 41 code · 4 blank · 0 comment · 0 complexity · 29838a65e013c4558925c208322cdc9d MD5 · raw file

  1. .\" dummy line
  2. .TH RACO 1 "May 2010"
  3. .UC 4
  4. .SH NAME
  5. raco \- the RAcket COmmand-line tool
  6. .SH SYNOPSIS
  7. .B raco
  8. [
  9. .I option ...
  10. ] [
  11. .I argument ...
  12. ]
  13. .SH DESCRIPTION
  14. .B raco
  15. performs various tasks related to the Racket language, such as finding documentation,
  16. compiling Racket source to bytecode,
  17. packaging executables, and packaging installable archives.
  18. .PP
  19. Run
  20. .PP
  21. raco help
  22. .PP
  23. for a list of subcommands.
  24. .SH MORE INFORMATION
  25. For further information, run
  26. .PP
  27. raco docs
  28. .PP
  29. to open installed documentation in your web browser.
  30. .PP
  31. Alternately, consult the on-line
  32. documentation and other information available at
  33. .PP
  34. .ce 1
  35. http://racket-lang.org/
  36. .SH AUTHOR
  37. .B raco
  38. was implemented by PLT.
  39. .SH SEE ALSO
  40. .BR racket(1),
  41. .BR drracket(1)