tree: 3acb1747a05d1e81c22681e6ecaee3959b098faa [path history] [tgz]
  1. .settings/
  2. bin/
  3. examples/
  4. java/
  5. src/
  6. tools/
  7. .bazelversion
  8. .classpath
  9. .gitignore
  10. .mailmap
  11. .project
  12. bazlets.bzl
  13. BUILD
  14. fake_pom_deploy.xml
  15. fake_pom_install.xml
  16. LICENSE
  17. LICENSE.EPL
  18. LICENSE.GPL
  19. mvn.sh
  20. prolog.bzl
  21. README.md
  22. WORKSPACE
README.md

Prolog Cafe

A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.

Build

To bootstrap Bazel and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:

bazel build :all

To package for Maven into the local ~/.m2/repository directory:

./mvn.sh install

To publish to the gerrit-maven storage bucket:

./mvn.sh deploy