Package: libauthen-krb5-perl Version: 1.9-7 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 161 Depends: perl (>= 5.38.2-3.2build2), perlapi-5.38.2, libc6 (>= 2.4), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.13~alpha1+dfsg) Multi-Arch: same Homepage: https://metacpan.org/release/Krb5 Priority: optional Section: perl Filename: pool/main/liba/libauthen-krb5-perl/libauthen-krb5-perl_1.9-7_amd64.deb Size: 41908 SHA256: 5dda310f5b47f35107d31f4ab810888b5c0718cf7613402bd657f44c5ee720fa SHA1: 237c4465b25cb33337c51f99170526c498356527 MD5sum: 35bba5da257505ba4f6b87e8490c4861 Description: Perl interface to Kerberos 5 API Authen::Krb5 is a Perl module providing an object-oriented interface to the Kerberos 5 API. It rearranges the API slightly to provide an object-oriented view, but otherwise closely matches the C interface. Use may require previous experience with Kerberos 5 programming or reference to the Kerberos 5 API documentation. . This package is built against the MIT Kerberos 5 libraries. Package: libcrypt-idea-perl Version: 1.10.0-9 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 40 Depends: perl (>= 5.38.2-3.2build2), perlapi-5.38.2, 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-9_amd64.deb Size: 8808 SHA256: 1e78d58e7080e3524db3c50bc551b01196bd08a1eeef34b58702e34736820143 SHA1: 4054e86dedddd9b9965464f17f161092fe3f050e MD5sum: ec33746da00b2849cebbf7109e037faf 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-9 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 209 Depends: perl (>= 5.38.2-3.2build2), perlapi-5.38.2, 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-9_amd64.deb Size: 81656 SHA256: 08a8b9dc4f206129f0048a03a2ba3e9cc90d7bc0510adeae16f4037241d348bd SHA1: 4eb853773cd99abd211e9d3cac84e9a4c669ed4c MD5sum: d6806e43288594d5b7d4a3f319740c40 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-9 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 162 Depends: perl (>= 5.38.2-3.2build2), perlapi-5.38.2, 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-9_amd64.deb Size: 54484 SHA256: 4399ab5474df969107d0139b058d7ad49145c4364f4f5391750d827a65622933 SHA1: 4ecc92b6cd3c9a6c4530ce57f332b19c59ef0f81 MD5sum: b790796bf8d8004a85ead68cee303012 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-9 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 52 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-9_all.deb Size: 13404 SHA256: 7c43de7fe8ffc0ab23912e956c2b0937acce6301d835b07ecc6d028cebc22f17 SHA1: 460a0d64235e724bac1e144a6173422f191cf67e MD5sum: eea663634dd66e389da05280f74ce041 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-cephes-perl Version: 0.5305.0-9 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 615 Depends: perl (>= 5.38.2-3.2build2), perlapi-5.38.2, libc6 (>= 2.4) Homepage: https://metacpan.org/release/Math-Cephes Priority: optional Section: perl Filename: pool/main/libm/libmath-cephes-perl/libmath-cephes-perl_0.5305.0-9_amd64.deb Size: 181844 SHA256: 30380fe03bd48c6acbfe572a2e9a76e3520e6f2aa30c025d2ec2a5282f8e418e SHA1: 37221189ac90c0ea777a73d7f0ea534fc9c4ebda MD5sum: c4791603fa015bb3686a8963f9302796 Description: Perl interface to the math cephes library This module provides an interface to over 150 functions of the cephes math library of Stephen Moshier. Package: libmath-random-loncapa-perl Version: 0.72.0-9 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 154 Depends: perl (>= 5.38.2-3.2build2), perlapi-5.38.2, 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-9_amd64.deb Size: 48832 SHA256: 907c61147bdba164fc4a0a17a696ac61d2a6774d059520b4d22186bd1ef7470d SHA1: 922d0a52d1286da43ce908ccc3f03c8a47677886 MD5sum: 9931127db8877a543543548b287b251e 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-9 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 35 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-9_all.deb Size: 9780 SHA256: be88d9b818992c523007f7aa3fed14fb1349b5890e012aa411d4b66bc91a4f06 SHA1: 2761eed28a1129280798c037ba3d40048f6630fd MD5sum: cfd851de1de8ae6b227cc404f01c8b8c 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-9 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 143 Depends: perl (>= 5.38.2-3.2build2), perlapi-5.38.2, libc6 (>= 2.38), liberror-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-9_amd64.deb Size: 35020 SHA256: 0e5db6bb1f04cac87ba916bf898b5b91d0d6e7d08ff888849a67fa6ac4330d8f SHA1: b27517b3b19648734118f736f870af34d2a48eb4 MD5sum: 17ed98352fb3bbbae54eb33b7fba9553 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-9 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 44 Depends: perl (>= 5.38.2-3.2build2), perlapi-5.38.2, 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-9_amd64.deb Size: 8732 SHA256: 2c095117451af089d54814002ef593bc471da95acfb566f1756fc5cab21b76a3 SHA1: b09ce6ac5e7e39ac17ab24bf9d35fc1936746e97 MD5sum: 8a1a77feb3b15d905080ea28a7e9a8f6 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: 94 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: 30984 SHA256: 12f6fc8c02a6ca23b692d1bf0b130a537b108b9fc2ac744f558ab161126f788b SHA1: 7d48ef1907bfdda080bae633ea215d41b6efad34 MD5sum: 755fec99009c51b7b01a61676c029e79 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-9 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 18 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-9_all.deb Size: 3940 SHA256: 2adfcd5225e17c1a33f6b3fbd8e34488bb0dd508db4d2995fe8a4245d669c787 SHA1: 21d081e12df585b6e4f8a1ada206519321930d4f MD5sum: c25714d1b3d10e486e74f455c9051d5a 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: loncapa-prerequisites Version: 1.26-9 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 12 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, 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-9_all.deb Size: 4008 SHA256: ba1471bb6a13bf78e28f3f0cde5333031d931cd1801d30c9824f31f460734d82 SHA1: ccf72edef3447e4f7503750ff650bf1d5642fbd4 MD5sum: 8cf9d33183abf8b1fae296836c92be82 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: 1077 Depends: r-base-core (>= 4.3.3-2build2), r-cran-car, r-api-4.0, r-graphics-engine-16 Homepage: https://cran.r-project.org/package=alr3 Priority: optional Section: math Filename: pool/main/r/r-cran-alr3/r-cran-alr3_2.0.8-8_all.deb Size: 562732 SHA256: b2a841ec62c8055434160895614ec87dc6cf72054b19e3d25405b8c0bbd17627 SHA1: 083c51403b4047b1050f395096248d2da959decd MD5sum: 43c6fd469ef9b4e3d05b10fddd610ba3 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: 71 Depends: r-base-core (>= 4.3.3-2build2), r-api-4.0, r-graphics-engine-16 Homepage: https://cran.r-project.org/src/contrib/Archive/phpSerialize/ Priority: optional Section: math Filename: pool/main/r/r-cran-phpserialize/r-cran-phpserialize_0.8-01-8_all.deb Size: 26744 SHA256: 97b870a3fe34387d09dec0a7b7b5619a029697fc18dba3b86427dddf660ab4fa SHA1: dd4ea56aa9955e305bd0a22bea6e345dc7adfc0b MD5sum: b8e0065ea5a9c3ea92741b9e917d63ba 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: 1155 Depends: r-base-core (>= 4.3.3-2build2), r-cran-alr3, r-cran-suppdists, r-cran-lattice, r-cran-mass, r-api-4.0, r-graphics-engine-16 Homepage: https://cran.r-project.org/src/contrib/Archive/qAnalyst/ Priority: optional Section: math Filename: pool/main/r/r-cran-qanalyst/r-cran-qanalyst_0.6.4-8_all.deb Size: 748080 SHA256: 07bd840c4f4bbdb51ac978c1d6a773415545ed9bc9f98ab26148cfe0ea435451 SHA1: 16bfef862a3ee36b0f8c8b383e5d731f9e1dbea5 MD5sum: 11cc8f82dc523e7ac488758c8d99bfc4 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-rcppziggurat Version: 0.1.6-8 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 686 Depends: r-base-core (>= 4.3.3-2build2), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgsl27 (>= 2.7.1), libstdc++6 (>= 13.1), r-api-4.0, r-graphics-engine-16, r-cran-rcppgsl, r-cran-rcpp Homepage: https://cran.r-project.org/package=RcppZiggurat Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-rcppziggurat/r-cran-rcppziggurat_0.1.6-8_amd64.deb Size: 406308 SHA256: 4378331f592f582e5bbd110e01496b5ea5ec4cdb1e43eb50fe994d89a1ea396e SHA1: 186001b80c605dbeec695d9f6a81c5211b137a7a MD5sum: 3bdf8f111f5b7a58db5ff9bcdb9f75ac Description: Ziggurat generator for normally distributed random numbers, as originally proposed by Marsaglia and Tsang (2000), and improved upon starting with Leong et al (2005). This package provides an aggregation in order to compare different implementations to provide a 'faster but good enough' alternative for use with R and C++ code. Package: r-cran-suppdists Version: 1.1.9-7-8 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 374 Depends: r-base-core (>= 4.3.3-2build2), libc6 (>= 2.29), libstdc++6 (>= 4.3), r-api-4.0, r-graphics-engine-16 Homepage: https://cran.r-project.org/package=SuppDists Priority: optional Section: math Filename: pool/main/r/r-cran-suppdists/r-cran-suppdists_1.1.9-7-8_amd64.deb Size: 217080 SHA256: 5125207b7156c934f0d59609e2d81349f60fa6c6cba24905e8659290b675d29c SHA1: 982913b1038923cadd9f142db512b44fd281ae27 MD5sum: bc1365bacb8a2e49e5d4115336c46662 Description: Ten distributions supplementing those built into R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared, Spearman's rho, maximum F ratio, the Pearson product moment correlation coefficiant, Johnson distributions, normal scores and generalized hypergeometric distributions. In addition two random number generators of George Marsaglia are included.