Package: aspell-tr Version: 0.50.0-8 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 1632 Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) Priority: optional Section: text Filename: pool/main/a/aspell-tr/aspell-tr_0.50.0-8_all.deb Size: 586528 SHA256: 82798b550e735fa59d7d1bf16a44d04f89a0d94f86749d7d97c8207311f7722b SHA1: dd6329ac3fa9a7515157efaa47a999115f6675ea MD5sum: d868f4b47906cd3a3c4297e89ee4e9f2 Description: Turkish Dictionary for aspell Official Turkish dictionary for GNU Aspell. Package: libcrypt-idea-perl Version: 1.10.0-8 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 41 Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.4) Homepage: https://metacpan.org/release/Crypt-IDEA Priority: optional Section: perl Filename: pool/main/libc/libcrypt-idea-perl/libcrypt-idea-perl_1.10.0-8_amd64.deb Size: 9936 SHA256: b8faa009b601f5b3485973fc2ee2df523cfcc511986675defd1c7934dbb37d80 SHA1: 5d0ab792cfe351de6eda5963fef1bfd75739189a MD5sum: 87d40299c6c79344a17abb1a5f3d3022 Description: Perl interface to IDEA block cipher This perl extension is an implementation of the IDEA block cipher algorithm. The module implements the Crypt::BlockCipher interface. Package: libhtml-parser-loncapa-perl Version: 3.72.0-8 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 207 Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.4), libhtml-tagset-perl Replaces: libhtml-parser-perl Provides: libhtml-parser-perl Homepage: https://metacpan.org/release/HTML-Parser Priority: optional Section: perl Filename: pool/main/libh/libhtml-parser-loncapa-perl/libhtml-parser-loncapa-perl_3.72.0-8_amd64.deb Size: 94408 SHA256: 4c70fcc2708db92468c483f5c0b29da039fa5d2db5762269976b5c1087981c7a SHA1: ccf958df8e6ed4abd014564b6875914f1edaed20 MD5sum: a97754bdd61588d8889b337ec25d49fe Description: HTML parser class Objects of the HTML::Parser class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked. . HTML::Parser is not a generic SGML parser. We have tried to make it able to deal with the HTML that is actually "out there", and it normally parses as closely as possible to the way the popular web browsers do it instead of strictly following one of the many HTML specifications from W3C. Where there is disagreement, there is often an option that you can enable to get the official behaviour. . The document to be parsed may be supplied in arbitrary chunks. This makes on-the-fly parsing as documents are received from the network possible. . This is a modified version of the CPAN module HTML::Parser for use with LON-CAPA. . Modified hparser.c for use with LON-CAPA. Change to lines 1263 -1278: . + if (p_state->strict_names) { + tag_name_first = attr_name_first = HCTYPE_NAME_FIRST; + tag_name_char = attr_name_char = HCTYPE_NAME_CHAR; + } + else { + attr_name_char = HCTYPE_NOT_SPACE_EQ_GT; + if (p_state->xml_mode) { + tag_name_first = HCTYPE_NOT_SPACE_SLASH_GT; + attr_name_first = HCTYPE_NOT_SPACE_SLASH_GT; + tag_name_char = attr_name_char; + } + else { + tag_name_first = tag_name_char = HCTYPE_NOT_SPACE_GT; + attr_name_first = HCTYPE_NOT_SPACE_GT; + } + } . - if (STRICT_NAMES(p_state)) { - tag_name_first = attr_name_first = HCTYPE_NAME_FIRST; Package: libjson-dwiw-perl Version: 0.47.0-8 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 163 Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.33) Homepage: https://metacpan.org/release/JSON-DWIW Priority: optional Section: perl Filename: pool/main/libj/libjson-dwiw-perl/libjson-dwiw-perl_0.47.0-8_amd64.deb Size: 55664 SHA256: 7e25989011e0eb09df8291fc36545272ecdeb56c08ac8a9bddbe1b85ee88c04a SHA1: f73362ab1fe58f57c330c49db682ee8873e81797 MD5sum: f091578528527908b0ced60ba53c3329 Description: JSON converter that does what I want Other JSON modules require setting several parameters before calling the conversion methods to do what I want. JSON::DWIW does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks. . This means that any piece of data in Perl (assuming it's valid unicode) will get converted to something in JSON instead of throwing an exception. It also means that output will be strict JSON, while accepted input will be flexible, without having to set any options. Package: libmath-calculus-expression-loncapa-perl Version: 0.2.2.0-8 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 53 Depends: perl:any Replaces: libmath-calculus-expression-perl Provides: libmath-calculus-expression-perl Homepage: https://metacpan.org/release/Math-Calculus-Expression Priority: optional Section: perl Filename: pool/main/libm/libmath-calculus-expression-loncapa-perl/libmath-calculus-expression-loncapa-perl_0.2.2.0-8_all.deb Size: 13836 SHA256: 15138551e99494ff6e4043b8fb36d4a54c3a4db5fd5344825b83cb2c52688a89 SHA1: d6bb8860c03383bea6f3b6a4d9c31c09372cc6ea MD5sum: 9993d426660d9d17ef00507a880fee20 Description: Algebraic Calculus Tools Expression Class Math::Calculus::Expression can take an algebraic expression, parse it into a tree structure, simplify the tree, substitute variables and named constants for other variables or constants (which may be numeric), numerically evaluate the tree and turn the tree back into an output of the same form as the input. . It supports a wide range of expressions including the +, -, *, / and ^ (raise to power) operators, bracketed expressions to enable correct precedence and the functions ln, exp, sin, cos, tan, sec, cosec, cot, sinh, cosh, tanh, sech, cosech, coth, asin, acos, atan, asinh, acosh and atanh. . Modified from standard Math-Calculus-Expression-0.2.2, for use in LON-CAPA, by the addition of a math_calculus_expression() routine, which can be used with Safe::Hole to create a Math::Calculus::Expression object which can use all object methods inside the perl Safe space container. . sub math_calc_expression { return Math::Calculus::Expression->new(shift); } Package: libmath-random-loncapa-perl Version: 0.72.0-8 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 154 Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.29) Homepage: https://metacpan.org/release/Math-Random Priority: optional Section: perl Filename: pool/main/libm/libmath-random-loncapa-perl/libmath-random-loncapa-perl_0.72.0-8_amd64.deb Size: 49092 SHA256: 81185134062c4897590905f694893f3115fbf4c712137383483c5d42531b280f SHA1: 688910fbdf0ece8054a90269a969870b7ae671c7 MD5sum: 33e5d6870f4d239ab3e925352a0bffd3 Description: Random Number Generators Math::Random is a Perl port of the C version of randlib, which is a suite of routines for generating random deviates. See "RANDLIB" for more information. . This port supports all of the distributions from which the Fortran and C versions generate deviates. The major functionalities that are excluded are the multiple generators/splitting facility and antithetic random number generation. These facilities, along with some of the distributions which are included, are probably not of interest except to the very sophisticated user. If there is sufficient interest, the excluded facilities will be included in a future release. The code to perform the excluded facilities is available as randlib in Fortran and C source. . The version for use with LON-CAPA includes phrtsd_orig as an argument to Makefile.PL in the debian/rules file. This is used to ensure compatibility of randomization with distros running pre-0.68 versions of Math::Random that employ the original phrtsd routine. The original version, which is the same as the phrtsd routine in the original Fortran library, generates the same seed numbers for all permutations of the same characters. Package: libnumber-formateng-perl Version: 0.03.0-8 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 31 Depends: perl:any, libtest-simple-perl Homepage: https://metacpan.org/release/Number-FormatEng Priority: optional Section: perl Filename: pool/main/libn/libnumber-formateng-perl/libnumber-formateng-perl_0.03.0-8_all.deb Size: 9740 SHA256: d587239cbb4963e93f9e42e505c8b4991ef662ce94c574de5b28bc0734d68e97 SHA1: c9d9a95c9ac4e6728828cd4038b8c3a6bf8d734c MD5sum: 0b7be144f89bd759a8344cd3a7f5717f Description: Format a number using engineering notation Format a number for printing using engineering notation. Engineering notation is similar to scientific notation except that the power of ten must be a multiple of three. Alternately, the number can be formatted using an International System of Units (SI) prefix representing a factor of a thousand. Package: librtf-htmlconverter-perl Version: 0.05.0-8 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 140 Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.14), liberror-perl, libimage-info-perl Homepage: https://metacpan.org/release/RTF-HTMLConverter Priority: optional Section: perl Filename: pool/main/libr/librtf-htmlconverter-perl/librtf-htmlconverter-perl_0.05.0-8_amd64.deb Size: 34992 SHA256: 92609453702b9d517bb6707756d5c74a5cb25bcbce24ddf1ea36fcd0524887d8 SHA1: 673d18e0ec38001288583e36f3750a11e0a8c08f MD5sum: 3aec92f7c4de6d6ee9a498b4951f853a Description: Converter from RTF format to HTML. RTF::HTMLConverter is a high-level RTF to HTML format converter. It is based on the low-level RTF parser module RTF::Lexer. Additionally, it requires the W3C's DOM implementation and it is known to work with either XML::DOM or XML::GDOME. Package: libsys-hostname-fqdn-perl Version: 0.12.0-8 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 45 Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.4) Homepage: https://metacpan.org/release/Sys-Hostname-FQDN Priority: optional Section: perl Filename: pool/main/libs/libsys-hostname-fqdn-perl/libsys-hostname-fqdn-perl_0.12.0-8_amd64.deb Size: 9632 SHA256: 438042b2158f2893e04885a631cff1e36f150b1163b56f8a1824d845c3986c2f SHA1: 4d0ebd6d02fd498cbde961d61564ef50d893f08b MD5sum: 82f5310d62aba5a199444070d9d8c940 Description: Get the short or long hostname Sys::Hostname::FQDN uses the host 'C' library to discover the (usually) short host name, then uses (perl) gethostbyname to extract the real hostname. . The results from gethostbyname are exported as gethostinfo and asciihostinfo as a convenience since they are available. Similarly, the 'C' library functions inet_ntoa and inet_aton are exported. Package: libtext-query-perl Version: 0.09.0-7 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 96 Depends: perl:any Homepage: https://metacpan.org/release/Text-Query Priority: optional Section: perl Filename: pool/main/libt/libtext-query-perl/libtext-query-perl_0.09.0-7_all.deb Size: 34472 SHA256: 641086e5696aaa6cdd5475fc126953c6b3537e5d4b51290eb28d4fd403d0ea29 SHA1: cda292d062ff28ae58912615a1841c942a015680 MD5sum: fdbcdda49c5a0490fd3a78e29017d2cb Description: Query processing framework Text::Query provides an object that matches a data source against a query expression. . Query expressions are compiled into an internal form when a new object is created or the prepare method is called; they are not recompiled on each match. . The class provided by this module uses four packages to process the query. The query parser parses the question and calls a query expression builder (internal form of the question). The optimizer is then called to reduce the complexity of the expression. The solver applies the expression on a data source. Package: libtie-ixhash-easy-perl Version: 0.01.0-8 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 19 Depends: perl:any, libtie-ixhash-perl Homepage: https://metacpan.org/release/Tie-IxHash-Easy Priority: optional Section: perl Filename: pool/main/libt/libtie-ixhash-easy-perl/libtie-ixhash-easy-perl_0.01.0-8_all.deb Size: 4344 SHA256: 031d3fc85f215ed3765a9be1104eb96857fde48dc146011c286e5fff69c00d5e SHA1: 49755de44fdf666d7355efb61823c8163cd0f89f MD5sum: 7829ff55c8a6547a0f0303a553167e14 Description: Auto-tie internal hashes in a tied hash Tie::IxHash::Easy automatically ties any hash reference in the tied hash to the same class, making all of them behave like Tie::IxHash hashes. Package: libtree-perl Version: 1.16.0-8 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 83 Depends: perl:any Homepage: https://metacpan.org/release/Tree Priority: optional Section: perl Filename: pool/main/libt/libtree-perl/libtree-perl_1.16.0-8_all.deb Size: 31196 SHA256: 434e09ca9cc21ef0944bba42cc0c4e755c3957563db67a1993bbb5bb855376c2 SHA1: c63886cc5fcd263556e06fa923414adeeb1d7696 MD5sum: 789809205fe363b5e57eacda365a360b Description: N-ary tree Perl module derived from Tree::Simple This is meant to be a full-featured N-ary tree representation with configurable error-handling and a simple events system that allows for transparent persistence to a variety of datastores. It is derived from Tree::Simple, but has a simpler interface and much, much more. Package: loncapa-prerequisites Version: 1.26-8 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 11 Depends: apache2 (>= 2.2.12), libapache2-mod-perl2, perl, libwww-perl (>= 5.837), aspell, default-mysql-client, default-mysql-server, maxima, memcached, chrony, zip, unzip, psutils, a2ps, wget, mailutils, make, gnuplot-nox (>= 4.4), bison, flex, swig, groff, gcc, patch, ghostscript, imagemagick, ssh, whois, libgd-perl, libgd-barcode-perl, libgd-graph-perl, libgd-graph3d-perl, libgd-text-perl, perlmagick, libdbd-mysql-perl, libdbi-perl, libalgorithm-diff-perl, libauthen-krb5-perl, libauthen-pam-perl, libcrypt-des-perl, libcrypt-idea-perl, libcrypt-ssleay-perl, libevent-perl, liblocale-codes-perl, liberror-perl, libhtml-parser-loncapa-perl, libhtml-tree-perl, libio-socket-ssl-perl (>= 1.79), libio-stringy-perl, libmailtools-perl, libmath-cephes-perl, libmath-random-loncapa-perl, libnet-ph-perl, libnet-ssleay-perl (>= 1.50), libole-storage-lite-perl, libparse-recdescent-perl, libpod-pom-perl, libpostscript-simple-perl, libsafe-hole-perl, libspreadsheet-writeexcel-perl, libstring-crc32-perl, libstring-similarity-perl, libtext-aspell-perl, libtext-query-perl, libtimedate-perl, libmime-lite-perl, libmime-types-perl, libcache-memcached-perl, libexpect-perl, libio-pty-perl, libdate-manip-perl, texlive-base, texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, lmodern, libdatetime-perl, libdatetime-locale-perl, libdatetime-timezone-perl, libauthen-captcha-perl, libxml-dom-perl, libfile-mmagic-perl, librtf-htmlconverter-perl, libimage-base-bundle-perl, liblatex-table-perl, libcam-pdf-perl, r-base-core, r-cran-phpserialize, libtie-ixhash-easy-perl, r-cran-alr3, r-cran-car, r-cran-hmisc, r-cran-leaps, r-cran-lmtest, r-cran-qanalyst, r-cran-quadprog, r-cran-suppdists, r-cran-zoo, libtree-perl, libterm-readkey-perl, libxml-libxml-perl (>= 1.98), libcaptcha-recaptcha-perl, aspell-en, aspell-de, aspell-es, aspell-fr, aspell-he, aspell-pt, aspell-tr, libdigest-sha-perl, bc, libaliased-perl, libjson-dwiw-perl, libenum-perl, libtry-tiny-perl, libcrypt-eksblowfish-perl, libnet-oauth-perl, libfile-slurp-perl, libmath-calculus-expression-loncapa-perl, libarchive-zip-perl, libnumber-formateng-perl, libsys-hostname-fqdn-perl, libtext-unidecode-perl, libfile-readbackwards-perl, libswitch-perl, libnet-cidr-perl Homepage: http://loncapa.org Priority: optional Section: web Filename: pool/main/l/loncapa-prerequisites/loncapa-prerequisites_1.26-8_all.deb Size: 3808 SHA256: f55d8fd43fc3e3c3d03f7c07eae4db1ad59bc7f8dfa3311a49fec5a30ed2c4e0 SHA1: 96d300ed8160dfd68fc6048f11e22f59f926b276 MD5sum: e7d1529717ce82c13f79d536ccebafb9 Description: Lists packages requires to run the LON-CAPA system. Installation with apt-get will install the dependencies required for LON-CAPA meta-package Package: r-cran-alr3 Version: 2.0.8-8 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 1076 Depends: r-base-core (>= 4.2.2.20221110-2), r-cran-car, r-api-4.0 Homepage: https://cran.r-project.org/package=alr3 Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-alr3/r-cran-alr3_2.0.8-8_all.deb Size: 563904 SHA256: acc8d335fccd8e7b601eaf969c1f460096938402cfb81d9d6499c6b8c7fdc102 SHA1: 2f3ae3c7787f63b2dc18e91ac94fe347d6a0170f MD5sum: 914cc280ee4ce5466896bf2fac92f215 Description: This is a companion to Applied Linear Regression by S Weisberg. It includes all the data sets discussed in the book (except one), and several few functions that are tailored to the methods discussed in the book. Package: r-cran-phpserialize Version: 0.8-01-8 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 67 Depends: r-base-core (>= 4.2.2.20221110-2), r-api-4.0 Homepage: https://cran.r-project.org/src/contrib/Archive/phpSerialize/ Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-phpserialize/r-cran-phpserialize_0.8-01-8_all.deb Size: 26184 SHA256: 5474bb0c12638d1353c63c0e6fc1bf83f4601f880906c35dfeee2c6bbdf852e0 SHA1: 95d898edb10f8cce4da5dcd6a724589a030a4ce4 MD5sum: 1c5f169b11f4ce53fe0a41510efcbf6e Description: Serializes R objects for import by PHP into an associative array. The package can be used to build interactive web pages with R. Package: r-cran-qanalyst Version: 0.6.4-8 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 1152 Depends: r-base-core (>= 4.2.2.20221110-2), r-cran-alr3, r-cran-suppdists, r-cran-lattice, r-cran-mass, r-api-4.0, r-cran-car Homepage: https://cran.r-project.org/src/contrib/Archive/qAnalyst/ Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-qanalyst/r-cran-qanalyst_0.6.4-8_all.deb Size: 747492 SHA256: 26d3236a624dcd9138d7e2cc9cd73e5e73eb34b4c5b564b6586fdc7696d95ae2 SHA1: 5e45767a5e2eb57c84ff576d16d7ea88a9e30351 MD5sum: 209994bf176f3a2c7e5cc0e4ce5dc1b0 Description: This is a companion to Applied Linear Regression by S Weisberg. It includes all the data sets discussed in the book (except one), and several few functions that are tailored to the methods discussed in the book. Package: r-cran-zoo Version: 1.8.12-8 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 1296 Depends: r-base-core (>= 4.2.2.20221110-2), r-cran-lattice (>= 0.20-27), r-api-4.0, libc6 (>= 2.14) Homepage: https://cran.r-project.org/package=zoo Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-zoo/r-cran-zoo_1.8.12-8_amd64.deb Size: 987520 SHA256: 0b6c71a0b6d3c0d28046b52f1487c0d09137c5b5d85853b274a0b6ea8ed72c64 SHA1: 5ec51f4775919d5cd97fde40574043bef31f287c MD5sum: 2c2c0d5553a3724bcab0a5028b7ce710 Description: GNU R package for totally ordered indexed observations This package contains an S4 class with methods for totally ordered indexed observations such as irregular time series.