slack-desc 1.2 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. gprolog: gprolog (produces native binaries from Prolog+constraint programs)
  9. gprolog:
  10. gprolog: GNU Prolog accepts Prolog+constraint programs and produces native
  11. gprolog: binaries (like gcc does from a C source). The obtained executable
  12. gprolog: is then stand-alone. The size of this executable can be quite small
  13. gprolog: since GNU Prolog can avoid to link the code of most unused built-in
  14. gprolog: predicates. Beside the native-code compilation, GNU Prolog offers
  15. gprolog: a classical interactive interpreter (top-level) with a debugger.
  16. gprolog: The Prolog part conforms to the ISO standard for Prolog with many
  17. gprolog: extensions very useful in practice (global variables, OS interface,
  18. gprolog: sockets,...).