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 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
Source: galax
Section: text
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
debhelper (>= 9),
dh-ocaml (>= 0.9~),
ocaml-nox (>= 3.11.1-3~),
autotools-dev,
camlp4,
libpcre-ocaml-dev,
libocamlnet-ocaml-dev (>= 4.1),
libpxp-ocaml-dev (>= 1.2.1-1~),
libcamomile-ocaml-dev,
hevea,
texlive-latex-base,
texlive-latex-extra
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/galax.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/galax.git
Homepage: http://galax.sourceforge.net/
Package: galax
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends},
libcamomile-ocaml-data
Suggests: galax-doc
Description: XQuery implementation with static typing - command line front-ends
Galax is an implementation of XQuery, the W3C XML Query Language.
.
Galax implements XQuery 1.0 as specified by the W3C, as well as XPath 2.0,
which is subset of XQuery 1.0.
.
Galax is a Schema-aware implementation of XQuery and supports static
typing. Also thanks to that, Galax is a really fast implementation of the
language.
.
Galax supports some advanced XQuery features, such as XML Schema validation,
XML updates, XQuery optimization and projection, applications of XQuery to Web
services.
.
This package contains the command line front-ends to evaluate XQuery queries
and to validate XML documents against XML Schemas.
Package: galax-extra
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends},
libcamomile-ocaml-data
Recommends: galax
Description: XQuery implementation with static typing - utilities
Galax is an implementation of XQuery, the W3C XML Query Language.
.
Galax implements XQuery 1.0 as specified by the W3C, as well as XPath 2.0,
which is subset of XQuery 1.0.
.
Galax is a Schema-aware implementation of XQuery and supports static
typing. Also thanks to that, Galax is a really fast implementation of the
language.
.
Galax supports some advanced XQuery features, such as XML Schema validation,
XML updates, XQuery optimization and projection, applications of XQuery to Web
services.
.
This package contains several command line utilities which complete the
front-ends provided by the galax package. Utilities are provided to validate
XML Schemas and WSDL, inspect query execution plans, and convert queries among
alternative syntaxes (plain text and XQueryX).
Package: galaxd
Section: net
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends},
libcamomile-ocaml-data
Suggests: galax
Description: XQuery implementation with static typing - network servers
Galax is an implementation of XQuery, the W3C XML Query Language.
.
Galax implements XQuery 1.0 as specified by the W3C, as well as XPath 2.0,
which is subset of XQuery 1.0.
.
Galax is a Schema-aware implementation of XQuery and supports static
typing. Also thanks to that, Galax is a really fast implementation of the
language.
.
Galax supports some advanced XQuery features, such as XML Schema validation,
XML updates, XQuery optimization and projection, applications of XQuery to Web
services.
.
This package contains galaxd, the Galax network server which executes query
plans issued by remote clients. Extra helpers for remote execution (zerod and
webgui) are also provided by this package.
Package: libgalax-ocaml-dev
Section: ocaml
Architecture: any
Depends:
libpcre-ocaml-dev,
libocamlnet-ocaml-dev,
libpxp-ocaml-dev,
libcamomile-ocaml-dev,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: XQuery implementation with static typing - OCaml libraries
Galax is an implementation of XQuery, the W3C XML Query Language.
.
Galax implements XQuery 1.0 as specified by the W3C, as well as XPath 2.0,
which is subset of XQuery 1.0.
.
Galax is a Schema-aware implementation of XQuery and supports static
typing. Also thanks to that, Galax is a really fast implementation of the
language.
.
Galax supports some advanced XQuery features, such as XML Schema validation,
XML updates, XQuery optimization and projection, applications of XQuery to Web
services.
.
This package contains the OCaml development libraries to use Galax, as a
library, in your OCaml applications.
Package: galax-doc
Section: doc
Architecture: all
Suggests:
galax,
libgalax-ocaml-dev
Depends: ${misc:Depends}
Description: XQuery implementation with static typing - documentation
Galax is an implementation of XQuery, the W3C XML Query Language.
.
Galax implements XQuery 1.0 as specified by the W3C, as well as XPath 2.0,
which is subset of XQuery 1.0.
.
Galax is a Schema-aware implementation of XQuery and supports static
typing. Also thanks to that, Galax is a really fast implementation of the
language.
.
Galax supports some advanced XQuery features, such as XML Schema validation,
XML updates, XQuery optimization and projection, applications of XQuery to Web
services.
.
This package contains the Galax documentation. User's and reference manuals
are provided, as well as the OCaml API reference for the Galax library.
|