File: control

package info (click to toggle)
clips 6.30-4.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 72,580 kB
  • sloc: ansic: 92,903; makefile: 374; sh: 175; modula3: 8
file content (81 lines) | stat: -rw-r--r-- 3,270 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: clips
Section: interpreters
Priority: optional
Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
Build-Depends: libncurses-dev, debhelper (>= 10~), sharutils
Standards-Version:  4.1.1
Homepage: http://www.clipsrules.net/

Package: clips
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: clips-common
Suggests: clips-doc
Description: "C" Language Integrated Production System 
 CLIPS is an OPS-like forward chaining production system written 
 in ANSI C by NASA. The CLIPS inference engine includes truth maintenance, 
 dynamic rule addition, and customizable conflict resolution strategies. 
 . 
 CLIPS, including the runtime version, is easily embeddable in other
 applications.  CLIPS includes an object-oriented language called COOL
 (CLIPS Object-Oriented Language) which is directly integrated with the
 inference engine.


Package: libclips
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends} 
Description: CLIPS shared libraries
 CLIPS is an OPS-like forward chaining production system written 
 in ANSI C by NASA. The CLIPS inference engine includes truth maintenance, 
 dynamic rule addition, and customizable conflict resolution strategies. 
 . 
 CLIPS, including the runtime version, is easily embeddable in other
 applications.  CLIPS includes an object-oriented language called COOL
 (CLIPS Object-Oriented Language) which is directly integrated with the
 inference engine.
 .
 This package installs the required shared libraries.

Package: libclips-dev
Architecture: any
Section: libdevel
Depends: libclips  (= ${binary:Version}), libc6-dev, ${misc:Depends}
Description: CLIPS shared libraries
 CLIPS is an OPS-like forward chaining production system written 
 in ANSI C by NASA. The CLIPS inference engine includes truth maintenance, 
 dynamic rule addition, and customizable conflict resolution strategies. 
 . 
 CLIPS, including the runtime version, is easily embeddable in other
 applications.  CLIPS includes an object-oriented language called COOL
 (CLIPS Object-Oriented Language) which is directly integrated with the
 inference engine.
 .
 This package installs the static libraries and headers.

Package: clips-common
Architecture: all
Depends: ${misc:Depends}
Recommends: clips, clips-doc
Description: CLIPS common files and examples
 CLIPS is an OPS-like forward chaining production system written 
 in ANSI C by NASA. The CLIPS inference engine includes truth maintenance, 
 dynamic rule addition, and customizable conflict resolution strategies. 
 . 
 This package installs the common files for the program. It currently includes
 several examples of CLIPS programs that can be used to learn the language and
 test its interfaces.

Package: clips-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: clips, evince | pdf-viewer
Description: "C" Language Integrated Production System Documentation
 CLIPS is an OPS-like forward chaining production system written 
 in ANSI C by NASA. The CLIPS inference engine includes truth maintenance, 
 dynamic rule addition, and customizable conflict resolution strategies. 
 . 
 This package contains the CLIPS documentation including the user's guide,
 basic and advanced programming guide and the interfaces guide.