/clk

a distributed time clock application for the command line

Primary LanguagePrologThe UnlicenseUnlicense

Synopsis

:- use_module(library(clk)).
main :-
    % give one motivating example
    true.

Description

Changes in this Version

  • ...

Installation

Using SWI-Prolog 6.3 or later:

?- pack_install(clk).

This module uses semantic versioning.

Source code available and pull requests accepted at http://github.com/mndrix/clk

@author Michael Hendricks michael@ndrix.org @license unlicense