Rev 41 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 41 | Rev 42 | ||
---|---|---|---|
1 | Source: pike7.8 |
1 | Source: pike7.8 |
2 | Section: interpreters |
2 | Section: interpreters |
3 | Priority: optional |
3 | Priority: optional |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
5 | Uploaders: Henrik Andreasson <debian@han.pp.se> |
5 | Uploaders: Henrik Andreasson <debian@han.pp.se> |
6 | Standards-Version: 3.8.0 |
6 | Standards-Version: 3.8.0 |
7 | Build-Depends: debhelper (>> 4.0.0), dpatch, bison, sharutils, bc, pkg-config, |
7 | Build-Depends: debhelper (>> 4.0.0), dpatch, bison, sharutils, bc, pkg-config, |
8 | libgmp3-dev, libnettle-dev (>= 1.14), |
8 | libgmp3-dev, libnettle-dev (>= 1.14), |
9 | zlib1g-dev | libz-dev, libbz2-dev, |
9 | zlib1g-dev | libz-dev, libbz2-dev, |
10 | libgdbm-dev, libiodbc2-dev, libmysqlclient15-dev, libpq-dev, libsqlite3-dev, |
10 | libgdbm-dev, libiodbc2-dev, libmysqlclient15-dev, libpq-dev, libsqlite3-dev, |
11 | libpcre3-dev, |
11 | libpcre3-dev, |
12 | libsdl-mixer1.2-dev, libsdl1.2-dev, libsane-dev, |
12 | libsdl-mixer1.2-dev, libsdl1.2-dev, libsane-dev, |
13 | x11proto-gl-dev, libxpm-dev, libglade2-dev, libfreetype6-dev, |
13 | x11proto-gl-dev, libxpm-dev, libglade2-dev, libfreetype6-dev, |
14 | freeglut3-dev, libjpeg-dev, libtiff4-dev, librsvg2-dev (>= 2.7), |
14 | freeglut3-dev, libjpeg-dev, libtiff4-dev, librsvg2-dev (>= 2.7), |
15 | gnome-core-devel, libgtkhtml2-dev, libfuse-dev, |
15 | gnome-core-devel, libgtkhtml2-dev, libfuse-dev, |
16 | libfftw3-dev, libavahi-compat-libdnssd-dev |
16 | libfftw3-dev, libavahi-compat-libdnssd-dev |
17 | Build-Conflicts: libutahglx-dev |
17 | Build-Conflicts: libutahglx-dev |
18 | Homepage: http://pike.ida.liu.se/ |
18 | Homepage: http://pike.ida.liu.se/ |
19 | Vcs-Svn: svn://svn.kibibyte.se/pike/trunk |
19 | Vcs-Svn: svn://svn.kibibyte.se/pike/trunk |
20 | Vcs-Browser: http://svn.kibibyte.se/pike |
20 | Vcs-Browser: http://svn.kibibyte.se/pike |
21 | 21 | ||
22 | Package: pike7.8-core |
22 | Package: pike7.8-core |
23 | Architecture: any |
23 | Architecture: any |
24 | Depends: ${shlibs:Depends} |
24 | Depends: ${shlibs:Depends} |
25 | Suggests: pike7.8-doc |
25 | Suggests: pike7.8-doc |
26 | Recommends: pike7.8-image (= ${source:Version}) |
26 | Recommends: pike7.8-image (= ${source:Version}) |
27 | Description: Powerful interpreted programming language |
27 | Description: Powerful interpreted programming language |
28 | Pike is an interpreted, object-oriented, dynamic programming language |
28 | Pike is an interpreted, object-oriented, dynamic programming language |
29 | with a syntax similar to C. It includes many powerful data types and |
29 | with a syntax similar to C. It includes many powerful data types and |
30 | a module system that, for instance, provides image manipulation together, |
30 | a module system that, for instance, provides image manipulation together, |
31 | with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many |
31 | with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many |
32 | others, database connectivity, advanced cryptography, XML/HTML parsers |
32 | others, database connectivity, advanced cryptography, XML/HTML parsers |
33 | and others. To learn more about pike, please visit http://pike.ida.liu.se/ |
33 | and others. To learn more about pike, please visit http://pike.ida.liu.se/ |
34 | Note that some of the Pike features are found in other pike7.8-* packages |
34 | Note that some of the Pike features are found in other pike7.8-* packages |
35 | (image processing, MySQL, PostgreSQL, SANE and more). |
35 | (image processing, MySQL, PostgreSQL, SANE and more). |
36 | 36 | ||
37 | Package: pike7.8 |
37 | Package: pike7.8 |
38 | Architecture: all |
38 | Architecture: all |
39 | Depends: pike7.8-core (>= ${source:Version}), pike7.8-image (>= ${source:Version}), pike7.8-gdbm (>= ${source:Version}) |
39 | Depends: pike7.8-core (>= ${source:Version}), pike7.8-image (>= ${source:Version}), pike7.8-gdbm (>= ${source:Version}) |
40 | Recommends: pike7.8-doc (= ${source:Version}) |
40 | Recommends: pike7.8-doc (= ${source:Version}) |
41 | Suggests: pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-dev (>= ${source:Version}) |
41 | Suggests: pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-dev (>= ${source:Version}) |
42 | Description: Recommended meta package for Pike 7.8 |
42 | Description: Recommended meta package for Pike 7.8 |
43 | This is a meta package which depends upon several other Pike |
43 | This is a meta package which depends upon several other Pike |
44 | packages that together make up the recommended Pike installation. |
44 | packages that together make up the recommended Pike installation. |
45 | If you want to install every packaged component of the Pike |
45 | If you want to install every packaged component of the Pike |
46 | distribution, please install the pike7.8-meta package. |
46 | distribution, please install the pike7.8-full package. |
47 | . |
47 | . |
48 | If you want to remove several components this package depends |
48 | If you want to remove several components this package depends |
49 | upon, you can purge this package without worrying about the |
49 | upon, you can purge this package without worrying about the |
50 | functionality loss in Pike and then remove the packages you |
50 | functionality loss in Pike and then remove the packages you |
51 | don't need on your system. |
51 | don't need on your system. |
52 | . |
52 | . |
53 | Pike is an interpreted programming language, for more information |
53 | Pike is an interpreted programming language, for more information |
54 | see the description of the pike7.8-core package. |
54 | see the description of the pike7.8-core package. |
55 | 55 | ||
56 | Package: pike7.8-dev |
56 | Package: pike7.8-dev |
57 | Architecture: any |
57 | Architecture: any |
58 | Depends: ${shlibs:Depends}, pike7.8-core (>= ${source:Version}) |
58 | Depends: ${shlibs:Depends}, pike7.8-core (>= ${source:Version}) |
59 | Description: Development files for Pike 7.8 |
59 | Description: Development files for Pike 7.8 |
60 | This package contains files you will need to develop C extension modules |
60 | This package contains files you will need to develop C extension modules |
61 | for Pike. The package depends on the recommended set of packages for the |
61 | for Pike. The package depends on the recommended set of packages for the |
62 | Pike environment. |
62 | Pike environment. |
63 | . |
63 | . |
64 | Pike is an interpreted programming language, for more information |
64 | Pike is an interpreted programming language, for more information |
65 | see the description of the pike7.8-core package. |
65 | see the description of the pike7.8-core package. |
66 | 66 | ||
67 | Package: pike7.8-manual |
67 | Package: pike7.8-manual |
68 | Architecture: all |
68 | Architecture: all |
69 | Section: doc |
69 | Section: doc |
70 | Description: Pike 7.8 manual |
70 | Description: Pike 7.8 manual |
71 | The Pike manual auto-generated from the sources. |
71 | The Pike manual auto-generated from the sources. |
72 | . |
72 | . |
73 | Pike is an interpreted programming language, for more information |
73 | Pike is an interpreted programming language, for more information |
74 | see the description of the pike7.8-core package. |
74 | see the description of the pike7.8-core package. |
75 | 75 | ||
76 | Package: pike7.8-reference |
76 | Package: pike7.8-reference |
77 | Architecture: all |
77 | Architecture: all |
78 | Section: doc |
78 | Section: doc |
79 | Description: Pike 7.8 reference |
79 | Description: Pike 7.8 reference |
80 | The Pike reference auto-generated from the sources. |
80 | The Pike reference auto-generated from the sources. |
81 | . |
81 | . |
82 | Pike is an interpreted programming language, for more information |
82 | Pike is an interpreted programming language, for more information |
83 | see the description of the pike7.8-core package. |
83 | see the description of the pike7.8-core package. |
84 | 84 | ||
85 | Package: pike7.8-doc |
85 | Package: pike7.8-doc |
86 | Architecture: all |
86 | Architecture: all |
87 | Section: doc |
87 | Section: doc |
88 | Depends: pike7.8-manual (= ${source:Version}), pike7.8-reference (= ${source:Version}) |
88 | Depends: pike7.8-manual (= ${source:Version}), pike7.8-reference (= ${source:Version}) |
89 | Description: Pike 7.8 documentation meta package |
89 | Description: Pike 7.8 documentation meta package |
90 | This package depends upon all the Pike 7.8 documentation packages. Note |
90 | This package depends upon all the Pike 7.8 documentation packages. Note |
91 | that the download and installation sizes might be very large. |
91 | that the download and installation sizes might be very large. |
92 | . |
92 | . |
93 | Pike is an interpreted programming language, for more information |
93 | Pike is an interpreted programming language, for more information |
94 | see the description of the pike7.8-core package. |
94 | see the description of the pike7.8-core package. |
95 | 95 | ||
96 | Package: pike7.8-meta |
96 | Package: pike7.8-full |
97 | Architecture: all |
97 | Architecture: all |
98 | Depends: pike7.8 (= ${source:Version}), pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-odbc (>= ${source:Version}), pike7.8-image (>= ${source:Version}), pike7.8-sdl (>= ${source:Version}), pike7.8-gdbm (>= ${source:Version}), pike7.8-gtk (>= ${source:Version}), pike7.8-gl (>= ${source:Version}), pike7.8-sane (>= ${source:Version}), pike7.8-doc (= ${source:Version}), pike7.8-dev (>= ${source:Version}), pike7.8-svg (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), pike7.8-bzip2 (>= ${source:Version}), pike7.8-fuse (>= ${source:Version}), pike7.8-sqlite (>= ${source:Version}), pike7.8-dnssd (>= ${source:Version}) |
98 | Depends: pike7.8 (= ${source:Version}), pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-odbc (>= ${source:Version}), pike7.8-image (>= ${source:Version}), pike7.8-sdl (>= ${source:Version}), pike7.8-gdbm (>= ${source:Version}), pike7.8-gtk (>= ${source:Version}), pike7.8-gl (>= ${source:Version}), pike7.8-sane (>= ${source:Version}), pike7.8-doc (= ${source:Version}), pike7.8-dev (>= ${source:Version}), pike7.8-svg (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), pike7.8-bzip2 (>= ${source:Version}), pike7.8-fuse (>= ${source:Version}), pike7.8-sqlite (>= ${source:Version}), pike7.8-dnssd (>= ${source:Version}) |
99 | Description: Meta package for Pike 7.8 |
99 | Description: Meta package for Pike 7.8 |
100 | This package depends on all the components that make up the Pike |
100 | This package depends on all the components that make up the Pike |
101 | language distribution. It will pull in a LOT of packages the |
101 | language distribution. It will pull in a LOT of packages the |
102 | Pike components depend upon (including XFree libraries, GTK+, GNOME)! |
102 | Pike components depend upon (including XFree libraries, GTK+, GNOME)! |
103 | . |
103 | . |
104 | Pike is an interpreted programming language, for more information |
104 | Pike is an interpreted programming language, for more information |
105 | see the description of the pike7.8-core package. |
105 | see the description of the pike7.8-core package. |
106 | 106 | ||
107 | Package: pike7.8-mysql |
107 | Package: pike7.8-mysql |
108 | Architecture: any |
108 | Architecture: any |
109 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
109 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
110 | Description: MySQL module for Pike |
110 | Description: MySQL module for Pike |
111 | This Pike module provides access to MySQL databases. |
111 | This Pike module provides access to MySQL databases. |
112 | . |
112 | . |
113 | Pike is an interpreted programming language, for more information |
113 | Pike is an interpreted programming language, for more information |
114 | see the description of the pike7.8-core package. |
114 | see the description of the pike7.8-core package. |
115 | 115 | ||
116 | Package: pike7.8-pg |
116 | Package: pike7.8-pg |
117 | Architecture: any |
117 | Architecture: any |
118 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
118 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
119 | Description: PostgreSQL module for Pike |
119 | Description: PostgreSQL module for Pike |
120 | This Pike module provides access to PostgreSQL databases. |
120 | This Pike module provides access to PostgreSQL databases. |
121 | . |
121 | . |
122 | Pike is an interpreted programming language, for more information |
122 | Pike is an interpreted programming language, for more information |
123 | see the description of the pike7.8-core package. |
123 | see the description of the pike7.8-core package. |
124 | 124 | ||
125 | Package: pike7.8-odbc |
125 | Package: pike7.8-odbc |
126 | Architecture: any |
126 | Architecture: any |
127 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
127 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
128 | Description: ODBC module for Pike |
128 | Description: ODBC module for Pike |
129 | This Pike module provides glue to the iODBC interface. |
129 | This Pike module provides glue to the iODBC interface. |
130 | . |
130 | . |
131 | Pike is an interpreted programming language, for more information |
131 | Pike is an interpreted programming language, for more information |
132 | see the description of the pike7.8-core package. |
132 | see the description of the pike7.8-core package. |
133 | 133 | ||
134 | Package: pike7.8-svg |
134 | Package: pike7.8-svg |
135 | Architecture: any |
135 | Architecture: any |
136 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
136 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
137 | Suggests: pike7.8-image (= ${source:Version}) |
137 | Suggests: pike7.8-image (= ${source:Version}) |
138 | Description: SVG format support for Pike |
138 | Description: SVG format support for Pike |
139 | This module provides an SVG graphics format module. It has |
139 | This module provides an SVG graphics format module. It has |
140 | been separated from the pike7.8-image module because of its |
140 | been separated from the pike7.8-image module because of its |
141 | quite extensive dependencies. |
141 | quite extensive dependencies. |
142 | . |
142 | . |
143 | Pike is an interpreted programming language, for more information |
143 | Pike is an interpreted programming language, for more information |
144 | see the description of the pike7.8-core package. |
144 | see the description of the pike7.8-core package. |
145 | 145 | ||
146 | Package: pike7.8-image |
146 | Package: pike7.8-image |
147 | Architecture: any |
147 | Architecture: any |
148 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
148 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
149 | Suggests: pike7.8-svg (= ${source:Version}) |
149 | Suggests: pike7.8-svg (= ${source:Version}) |
150 | Description: Image module for Pike |
150 | Description: Image module for Pike |
151 | This module provides many powerful image processing functions to |
151 | This module provides many powerful image processing functions to |
152 | Pike programs. |
152 | Pike programs. |
153 | . |
153 | . |
154 | Pike is an interpreted programming language, for more information |
154 | Pike is an interpreted programming language, for more information |
155 | see the description of the pike7.8-core package. |
155 | see the description of the pike7.8-core package. |
156 | 156 | ||
157 | Package: pike7.8-sdl |
157 | Package: pike7.8-sdl |
158 | Architecture: any |
158 | Architecture: any |
159 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
159 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
160 | Description: SDL module for Pike |
160 | Description: SDL module for Pike |
161 | This module provides the Pike interface to the SDL library. |
161 | This module provides the Pike interface to the SDL library. |
162 | . |
162 | . |
163 | Pike is an interpreted programming language, for more information |
163 | Pike is an interpreted programming language, for more information |
164 | see the description of the pike7.8-core package. |
164 | see the description of the pike7.8-core package. |
165 | 165 | ||
166 | Package: pike7.8-gdbm |
166 | Package: pike7.8-gdbm |
167 | Architecture: any |
167 | Architecture: any |
168 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
168 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
169 | Description: Gdbm module for Pike |
169 | Description: Gdbm module for Pike |
170 | This Pike module provides access to gdbm databases. |
170 | This Pike module provides access to gdbm databases. |
171 | . |
171 | . |
172 | Pike is an interpreted programming language, for more information |
172 | Pike is an interpreted programming language, for more information |
173 | see the description of the pike7.8-core package. |
173 | see the description of the pike7.8-core package. |
174 | 174 | ||
175 | Package: pike7.8-gtk |
175 | Package: pike7.8-gtk |
176 | Architecture: any |
176 | Architecture: any |
177 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
177 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
178 | Description: GTK module for Pike |
178 | Description: GTK module for Pike |
179 | This Pike module provides access to the GTK+ library. |
179 | This Pike module provides access to the GTK+ library. |
180 | . |
180 | . |
181 | Pike is an interpreted programming language, for more information |
181 | Pike is an interpreted programming language, for more information |
182 | see the description of the pike7.8-core package. |
182 | see the description of the pike7.8-core package. |
183 | 183 | ||
184 | Package: pike7.8-gl |
184 | Package: pike7.8-gl |
185 | Architecture: any |
185 | Architecture: any |
186 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
186 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
187 | Description: Mesa module for Pike |
187 | Description: Mesa module for Pike |
188 | This Pike module provides access to the Mesa 3D graphics library. |
188 | This Pike module provides access to the Mesa 3D graphics library. |
189 | . |
189 | . |
190 | Pike is an interpreted programming language, for more information |
190 | Pike is an interpreted programming language, for more information |
191 | see the description of the pike7.8-core package. |
191 | see the description of the pike7.8-core package. |
192 | 192 | ||
193 | Package: pike7.8-sane |
193 | Package: pike7.8-sane |
194 | Architecture: any |
194 | Architecture: any |
195 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
195 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
196 | Description: SANE module for Pike |
196 | Description: SANE module for Pike |
197 | This Pike module provides access to SANE. |
197 | This Pike module provides access to SANE. |
198 | . |
198 | . |
199 | Pike is an interpreted programming language, for more information |
199 | Pike is an interpreted programming language, for more information |
200 | see the description of the pike7.8-core package. |
200 | see the description of the pike7.8-core package. |
201 | 201 | ||
202 | Package: pike7.8-pcre |
202 | Package: pike7.8-pcre |
203 | Architecture: any |
203 | Architecture: any |
204 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
204 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
205 | Description: PCRE module for Pike |
205 | Description: PCRE module for Pike |
206 | This Pike module enables one to use the PCRE (Perl regular |
206 | This Pike module enables one to use the PCRE (Perl regular |
207 | expressions) from within the Pike programs. |
207 | expressions) from within the Pike programs. |
208 | . |
208 | . |
209 | Pike is an interpreted programming language, for more information |
209 | Pike is an interpreted programming language, for more information |
210 | see the description of the pike7.8-core package. |
210 | see the description of the pike7.8-core package. |
211 | 211 | ||
212 | Package: pike7.8-bzip2 |
212 | Package: pike7.8-bzip2 |
213 | Architecture: any |
213 | Architecture: any |
214 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
214 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
215 | Description: Bzip2 module for Pike |
215 | Description: Bzip2 module for Pike |
216 | This Pike module enables one to use the Bzip2 compression |
216 | This Pike module enables one to use the Bzip2 compression |
217 | algorithm from within the Pike programs. |
217 | algorithm from within the Pike programs. |
218 | . |
218 | . |
219 | Pike is an interpreted programming language, for more information |
219 | Pike is an interpreted programming language, for more information |
220 | see the description of the pike7.8-core package. |
220 | see the description of the pike7.8-core package. |
221 | 221 | ||
222 | Package: pike7.8-fuse |
222 | Package: pike7.8-fuse |
223 | Architecture: any |
223 | Architecture: any |
224 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
224 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
225 | Description: Filesystem in USErspace support for Pike |
225 | Description: Filesystem in USErspace support for Pike |
226 | This Pike module enables one to export filesystems to the Linux |
226 | This Pike module enables one to export filesystems to the Linux |
227 | kernel using the FUSE library. |
227 | kernel using the FUSE library. |
228 | . |
228 | . |
229 | Pike is an interpreted programming language, for more information |
229 | Pike is an interpreted programming language, for more information |
230 | see the description of the pike7.8-core package. |
230 | see the description of the pike7.8-core package. |
231 | 231 | ||
232 | Package: pike7.8-sqlite |
232 | Package: pike7.8-sqlite |
233 | Architecture: any |
233 | Architecture: any |
234 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
234 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
235 | Description: SQLite module for Pike |
235 | Description: SQLite module for Pike |
236 | This Pike module enables one to use the SQLite embedded database |
236 | This Pike module enables one to use the SQLite embedded database |
237 | library. |
237 | library. |
238 | . |
238 | . |
239 | Pike is an interpreted programming language, for more information |
239 | Pike is an interpreted programming language, for more information |
240 | see the description of the pike7.8-core package. |
240 | see the description of the pike7.8-core package. |
241 | 241 | ||
242 | Package: pike7.8-dnssd |
242 | Package: pike7.8-dnssd |
243 | Architecture: any |
243 | Architecture: any |
244 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
244 | Depends: ${shlibs:Depends}, pike7.8-core (= ${binary:Version}) |
245 | Description: DNS Service Discovery (DNS-SD) for Pike |
245 | Description: DNS Service Discovery (DNS-SD) for Pike |
246 | This Pike module enables one to take advantage of DNS service discovery. |
246 | This Pike module enables one to take advantage of DNS service discovery. |
247 | . |
247 | . |
248 | DNS Service Discovery is a way of using standard DNS programming interfaces, |
248 | DNS Service Discovery is a way of using standard DNS programming interfaces, |
249 | servers, and packet formats to browse the network for services. |
249 | servers, and packet formats to browse the network for services. |
250 | . |
250 | . |
251 | Pike is an interpreted programming language, for more information |
251 | Pike is an interpreted programming language, for more information |
252 | see the description of the pike7.8-core package. |
252 | see the description of the pike7.8-core package. |
253 | 253 |