This directory contains the scripts for CPNS,
the Curry Port Name Server, which is responsible for managing the
symbolic names assigned to the named ports on a local machine.

start: script to start the CPNS demon on the local machine
       This script will be automatically called by curry2prolog.

stop:  script to stop the CPNS demon (usually not used)

cpns_demon.curry: the implementation of the CPNS demon in Curry
  via the primitive port operations using socket numbers
  instead of symbolic names (actually, most of the implementation
  is contained in the system library Ports).

