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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
Source: parser
Section: web
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-apache2,
apache2-dev,
bison,
libgc-dev,
libltdl-dev,
libpcre2-dev,
libxml2-dev,
libxslt1-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: http://www.parser.ru/en/
Vcs-Git: https://salsa.debian.org/debian/parser.git
Vcs-Browser: https://salsa.debian.org/debian/parser
Package: parser3
Architecture: all
Depends:
parser3-cgi (>= ${source:Version}),
parser3-common (= ${source:Version}),
${misc:Depends},
Description: Parser 3, HTML-embedded scripting language (metapackage)
This is a metapackage that, when installed, guarantees that you have
at least one of the server-side versions of the Parser 3 interpreter
installed. Removing this package won't remove Parser 3 from your
system, but it may remove other packages that depend on this one.
.
Parser 3 - simple and convenient object-oriented language which
allows creating good sites in short time.
.
Available features:
* XML, XSL, XPath and DOM support
* Available in documented source code
* Uniformed database support
* Support of object-oriented programmers
* Detailed language documentation (160 pages!)
* UTF-8 support
Package: parser3-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: Common files for packages built from the Parser 3 source
This package contains the documentation and example files relevant to
all the other packages built from the Parser 3 source.
.
Parser 3 - simple and convenient object-oriented language which
allows creating good sites in short time.
.
Available features:
* XML, XSL, XPath and DOM support
* Available in documented source code
* Uniformed database support
* Support of object-oriented programmers
* Detailed language documentation (160 pages!)
* UTF-8 support
Package: parser3-cgi
Architecture: any
Depends:
parser3-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Parser 3, HTML-embedded scripting language (CGI binary)
This package provides the /usr/lib/cgi-bin/parser3 CGI interpreter built
for use in Apache 2 with mod_actions, or any other CGI httpd that
supports a similar mechanism.
.
Parser 3 - simple and convenient object-oriented language which
allows creating good sites in short time.
.
Available features:
* XML, XSL, XPath and DOM support
* Available in documented source code
* Uniformed database support
* Support of object-oriented programmers
* Detailed language documentation (160 pages!)
* UTF-8 support
Package: libapache2-mod-parser3
Section: httpd
Architecture: any
Depends:
parser3-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Parser 3, HTML-embedded scripting language (Apache2 module)
This package provides the Apache Parser3 module.
.
Parser 3 - simple and convenient object-oriented language which
allows creating good sites in short time.
.
Available features:
* XML, XSL, XPath and DOM support
* Available in documented source code
* Uniformed database support
* Support of object-oriented programmers
* Detailed language documentation (160 pages!)
* UTF-8 support
Package: parser3-dev
Section: devel
Architecture: all
Multi-Arch: foreign
Depends:
parser3-common (= ${source:Version}),
${misc:Depends},
Description: Files for Parser 3 module development
This package provides the files from the Parser 3 source needed for
compiling additional modules.
.
Parser 3 - simple and convenient object-oriented language which
allows creating good sites in short time.
.
Available features:
* XML, XSL, XPath and DOM support
* Available in documented source code
* Uniformed database support
* Support of object-oriented programmers
* Detailed language documentation (160 pages!)
* UTF-8 support
|