File: README

package info (click to toggle)
swi-prolog-packages 5.0.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 50,688 kB
  • ctags: 25,904
  • sloc: ansic: 195,096; perl: 91,425; cpp: 7,660; sh: 3,046; makefile: 2,750; yacc: 843; awk: 14; sed: 12
file content (29 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
			SWI-Prolog Library CLIB
			=======================

Author:		Jan Wielemaker
Copyright:	May be used with SWI-Prolog under the license conditions
		thereof.  Usage with other versions of Prolog is subject
		to the GNU-Public licence (GPL).

This library contains SWI-Prolog foreign-libraries  to deal with various
OS-dependent or obscure stuff from SWI-Prolog.

Currently provided:

	# library(unix)
	Unix process management and other Unix-specific extensions:
	fork/1, exec/1, pipe/2, etc.

	# library(socket)
	General purpose inet tcp socket library. Loosely based on a TCP
	library from Gordon Streeter.
	
	# library(cgi)
	Get form-arguments from input and/or environment for CGI scripts
	
	# library(crypt)
	Unix password generation and validation.
	
	# library(memfile)
	Read-write to memory-buffers, an alternative to temporary files.