Package: aspell-tr Version: 0.50.0-6 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-6_all.deb Size: 587672 SHA256: 54cce9dbcd8b5f94d868eddd62460aec0fe226aae8d6a4784d30de7240f9359c SHA1: 6c7eaa18adf6b802ceec0ad97be828c73b086cc8 MD5sum: d5a594a0ed9adaaa35ee16ed64f92117 Description: Turkish Dictionary for aspell Official Turkish dictionary for GNU Aspell. Package: libcrypt-idea-perl Version: 1.10.0-6 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 41 Depends: perl (>= 5.28.1-6+deb10u1), perlapi-5.28.1, 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-6_amd64.deb Size: 9944 SHA256: 4a636f2fbb42622299ddb58c63677c0c984934ee9e07da0faa9ed4e333a94779 SHA1: 2736a1faba4930bc04cae148101354231c969e07 MD5sum: c4bf6f80ec76bfa0f458c3d9990e1c6e 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-6 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 207 Depends: perl (>= 5.28.1-6+deb10u1), perlapi-5.28.1, 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-6_amd64.deb Size: 94580 SHA256: e69e59f59b6908a9d25ded92a77138326d52f5eb0330af43ff5e906917d75ad7 SHA1: 4ba29f7fe4c0333d4d82d3259fdd133fd3972442 MD5sum: 9c4567e28212a3af58b4f63ccc37d11c 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-6 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 163 Depends: perl (>= 5.28.1-6+deb10u1), perlapi-5.28.1, libc6 (>= 2.14) Homepage: https://metacpan.org/release/JSON-DWIW Priority: optional Section: perl Filename: pool/main/libj/libjson-dwiw-perl/libjson-dwiw-perl_0.47.0-6_amd64.deb Size: 55272 SHA256: ad03ff1611002415370af5ccb34a1c78129b1a8df61082b4dafe9e56145dda97 SHA1: 2c3afee2a2ade7af03fb0dcb734f6af79ba2b163 MD5sum: 803d763529745d7c7c729ea74612a09e 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-6 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 53 Depends: perl 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-6_all.deb Size: 13832 SHA256: 4100f52c4d6be6c00a7b438c291ead1ed221e5b07e8bcf3277dff8f666860065 SHA1: 30c1e033f48d9ccbaa2fb744c781fc314cc4f8ce MD5sum: cd0bc4c0eaf1002e2b1588b76dc3625f 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-6 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 651 Depends: perl (>= 5.28.1-6+deb10u1), perlapi-5.28.1, 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-6_amd64.deb Size: 190248 SHA256: 36a03586e3f30f8cb9066a118201142610a5774b585231793cc57e9302c965e9 SHA1: ce246596e5bb1d58541f5673d1d3665f26f19350 MD5sum: da2bb42a7a3fc04161a1648f1a575ab1 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-6 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 154 Depends: perl (>= 5.28.1-6+deb10u1), perlapi-5.28.1, libc6 (>= 2.2.5) 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-6_amd64.deb Size: 49984 SHA256: cf33d4bf39cedc5b56b1321bc67cd2fad38bc8a5aa616a779a21348842d655bb SHA1: b26519b8b23de6a186d27b23717eda8c21f3b14f MD5sum: 0afc9b08959311817b9bd2b4d487e18e 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-6 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 31 Depends: perl, 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-6_all.deb Size: 9748 SHA256: 8f6e1dd76539aaabb1804e07188dd8e9431dee1650983a4adddcb8cde70c6f5e SHA1: cb7a5a764c411d83a733f0b3a8e8aaea62eb969b MD5sum: ae922ff053e37db4e6f11b842d7dfca4 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-6 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 140 Depends: perl (>= 5.28.1-6+deb10u1), perlapi-5.28.1, libc6 (>= 2.3.4), 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-6_amd64.deb Size: 34852 SHA256: 5bbe882ea4b0bd5dea255f131123a93056b9a4d8e88c3d3abb669e2d6d3f162c SHA1: 8022810256939cfee622c7e491f2f6e7d6f60c37 MD5sum: 1ab21ead8ca3628f1b6f76b46c774b9b 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-6 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 45 Depends: perl (>= 5.28.1-6+deb10u1), perlapi-5.28.1, 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-6_amd64.deb Size: 9636 SHA256: 6e3d44bbbb5be3461df680c0e6c3e4ab2e717c95b871208eccb9472acfc69b16 SHA1: faf2bfa78da0bc556b4cd9fb03f59fa040c098d3 MD5sum: 316dff9c8167923f51777569040c16a7 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-5 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 96 Depends: perl Homepage: https://metacpan.org/release/Text-Query Priority: optional Section: perl Filename: pool/main/libt/libtext-query-perl/libtext-query-perl_0.09.0-5_all.deb Size: 34372 SHA256: d847a9378224feb462804ed4e51182fb0046f788c2527efdbf49cb7fc0374dca SHA1: dc46a5be906ac3d431d8014315356e6ee8a7a454 MD5sum: 2c246b6ffa3da8276fefcb893ebcef9d 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-6 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 19 Depends: perl, 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-6_all.deb Size: 4368 SHA256: 686bfd0c2fd65df8f679d7a76d231dacd00db19e45a99eb528b28f54750d328b SHA1: 7040c751c3f2b1ba542cac3fb4b379ed75ca3b9c MD5sum: d5f3af484d7e384eb6d9ffb00f5d6e7f 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-6 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 83 Depends: perl Homepage: https://metacpan.org/release/Tree Priority: optional Section: perl Filename: pool/main/libt/libtree-perl/libtree-perl_1.16.0-6_all.deb Size: 31216 SHA256: c6d5e554945a5a61d3c8e01d8206252b35074756a310ec178ac4481b66e0cd09 SHA1: 29ccac5965df8ddedbcca055a372da59cc9bc4ee MD5sum: 3098480273056c2c3bfec52f6aa81211 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-6 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-6_all.deb Size: 3816 SHA256: 90a8909bdb26842afe25322511f763b22b3d44ff8906fab26d7cb043b31a6a14 SHA1: 6a73d6bf457e174ad752b9663c23d116a79a6117 MD5sum: 22d5e3e106d0eac335712173826393c6 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-6 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 1073 Depends: r-base-core (>= 3.5.2-1), r-cran-car, r-api-3.5 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-6_all.deb Size: 558604 SHA256: fa095496f6990f0d639b74e4ce6f01aad2d6d50d65ebf87d9949f0dd9102040b SHA1: b410e3e648367f11704cef998612ac9d85cd0f36 MD5sum: 01dd53c291c7e8c53aa08e3ad420bfcc 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-6 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 67 Depends: r-base-core (>= 3.5.2-1), r-api-3.5 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-6_all.deb Size: 25676 SHA256: a53eac84363bbd99f0b75bb4104d62df97084164729639144563b577785a5026 SHA1: e778673db2ede191644be90aa4ea0487d5c25a78 MD5sum: 68e7269698d21bc9d7a071d8cdcab0e5 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-6 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 1151 Depends: r-base-core (>= 3.5.2-1), r-cran-alr3, r-cran-suppdists, r-cran-lattice, r-cran-mass, r-api-3.5, 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-6_all.deb Size: 744224 SHA256: 1485f3af66abd943bc692e80e37d95a54633fcfd1977874144506d432c2fb958 SHA1: 2062705c6d2f54bf50f3ad340f680095a650a8b8 MD5sum: f0a9e865448cf97d979aea22c0f42b5f 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-suppdists Version: 1.1.9.7-6 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 379 Depends: r-base-core (>= 3.5.2-1), r-api-3.5, libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.9) Homepage: https://cran.r-project.org/web/packages/SuppDists/ Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-suppdists/r-cran-suppdists_1.1.9.7-6_amd64.deb Size: 213868 SHA256: 7518a8a77b74fdc545d302aabe76e7770ecf361bf74b129616f7cecfe1434865 SHA1: 8246c1442bce748e6c3b89b607a49496625b6266 MD5sum: 5c25317f46973d14d6dcbc9dc4833cf5 Description: GNU R Supplementary Distributions 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 coefficient, Johnson distributions, normal scores and generalized hypergeometric distributions. Package: r-cran-zoo Version: 1.8.12-6 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 1292 Depends: r-base-core (>= 3.5.2-1), r-cran-lattice (>= 0.20-27), r-api-3.5, 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-6_amd64.deb Size: 982644 SHA256: 4c27f20c225b522417d4950ada28e9eef3464511c8621d53bf95bfcbd7a98f7e SHA1: bf95775fa91ec5320e00a43ea276de8e5e07acf3 MD5sum: 9eed96667c33487800e3ddf35a45c3c3 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.