login

editThe contents of pack.pl

A pack must hold a file named pack.pl in the toplevel directory. Note that the toplevel directory of the archive can be ., <pack> or <pack>-<version>. The file pack.pl contains ground Prolog terms. The terms below are defined. Of these, only name and version are obligatory.

Here is a simple example

name(demo).
title('Demo package').
version('1.2.1').
author('Jan Wielemaker', 'J.Wielemaker@vu.nl').
See also
- Pack.txt