Lector de Feeds
firefox-beta-129.0-0.b2.mga10.src.rpm
In Mageia/cauldron/i586:
Mozilla Firefox is an open-source web browser, designed for standards
compliance, performance and portability.
Categorías: RPMs
firefox-beta-129.0-0.b2.mga10.src.rpm
In Mageia/cauldron/x86_64:
Mozilla Firefox is an open-source web browser, designed for standards
compliance, performance and portability.
Categorías: RPMs
perl-IO-Socket-SSL-2.87.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
IO::Socket::SSL is a class implementing an object oriented
interface to SSL sockets. The class is a descendent of
IO::Socket::INET and provides a subset of the base class's
interface methods.
Categorías: RPMs
perl-IO-Socket-SSL-2.87.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
IO::Socket::SSL is a class implementing an object oriented
interface to SSL sockets. The class is a descendent of
IO::Socket::INET and provides a subset of the base class's
interface methods.
Categorías: RPMs
perl-XS-Parse-Keyword-0.430.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
This module provides some XS functions to assist in writing syntax modules
that provide new perl-visible syntax, primarily for authors of keyword
plugins using the 'PL_keyword_plugin' hook mechanism. It is unlikely to be
of much use to anyone else; and highly unlikely to be any use when writing
perl code using these. Unless you are writing a keyword plugin using XS,
this module is not for you.
This module is also currently experimental, and the design is still
evolving and subject to change. Later versions may break ABI compatibility,
requiring changes or at least a rebuild of any module that depends on it.
Categorías: RPMs
perl-XS-Parse-Keyword-0.430.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
This module provides some XS functions to assist in writing syntax modules
that provide new perl-visible syntax, primarily for authors of keyword
plugins using the 'PL_keyword_plugin' hook mechanism. It is unlikely to be
of much use to anyone else; and highly unlikely to be any use when writing
perl code using these. Unless you are writing a keyword plugin using XS,
this module is not for you.
This module is also currently experimental, and the design is still
evolving and subject to change. Later versions may break ABI compatibility,
requiring changes or at least a rebuild of any module that depends on it.
Categorías: RPMs
perl-XS-Parse-Sublike-0.220.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
This module provides some XS functions to assist in writing parsers for
'sub'-like syntax, primarily for authors of keyword plugins using the
'PL_keyword_plugin' hook mechanism. It is unlikely to be of much use to
anyone else; and highly unlikely to be any use when writing perl code using
these. Unless you are writing a keyword plugin using XS, this module is not
for you.
This module is also currently experimental, and the design is still
evolving and subject to change. Later versions may break ABI compatibility,
requiring changes or at least a rebuild of any module that depends on it.
Categorías: RPMs
perl-XS-Parse-Sublike-0.220.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
This module provides some XS functions to assist in writing parsers for
'sub'-like syntax, primarily for authors of keyword plugins using the
'PL_keyword_plugin' hook mechanism. It is unlikely to be of much use to
anyone else; and highly unlikely to be any use when writing perl code using
these. Unless you are writing a keyword plugin using XS, this module is not
for you.
This module is also currently experimental, and the design is still
evolving and subject to change. Later versions may break ABI compatibility,
requiring changes or at least a rebuild of any module that depends on it.
Categorías: RPMs
perl-Syntax-Keyword-Match-0.150.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
This module provides a syntax plugin that implements a control-flow block
called 'match/case', which executes at most one of a choice of different
blocks depending on the value of its controlling expression.
This is similar to C's 'switch/case' syntax (copied into many other
languages), or syntax provided by the Switch::Plain manpage.
This is an initial, experimental implementation. Furthermore, it is built
as a non-trivial example use-case on top of the XS::Parse::Keyword manpage,
which is also experimental. No API or compatibility guarantees are made at
this time.
Categorías: RPMs
perl-Syntax-Keyword-Match-0.150.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
This module provides a syntax plugin that implements a control-flow block
called 'match/case', which executes at most one of a choice of different
blocks depending on the value of its controlling expression.
This is similar to C's 'switch/case' syntax (copied into many other
languages), or syntax provided by the Switch::Plain manpage.
This is an initial, experimental implementation. Furthermore, it is built
as a non-trivial example use-case on top of the XS::Parse::Keyword manpage,
which is also experimental. No API or compatibility guarantees are made at
this time.
Categorías: RPMs
perl-Crypt-OpenSSL-X509-2.0.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
This is a Perl extension to OpenSSL's X509 API. It implements a large majority
of OpenSSL's useful X509 API.
Categorías: RPMs
perl-Crypt-OpenSSL-X509-2.0.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
This is a Perl extension to OpenSSL's X509 API. It implements a large majority
of OpenSSL's useful X509 API.
Categorías: RPMs
tbb-2021.13.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
Threading Building Blocks (TBB) is a C++ runtime library that
abstracts the low-level threading details necessary for optimal
multi-core performance. It uses common C++ templates and coding style
to eliminate tedious threading implementation work.
TBB requires fewer lines of code to achieve parallelism than other
threading models. The applications you write are portable across
platforms. Since the library is also inherently scalable, no code
maintenance is required as more processor cores become available.
Categorías: RPMs
tbb-2021.13.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
Threading Building Blocks (TBB) is a C++ runtime library that
abstracts the low-level threading details necessary for optimal
multi-core performance. It uses common C++ templates and coding style
to eliminate tedious threading implementation work.
TBB requires fewer lines of code to achieve parallelism than other
threading models. The applications you write are portable across
platforms. Since the library is also inherently scalable, no code
maintenance is required as more processor cores become available.
Categorías: RPMs
perl-Data-Munge-0.111.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
This module defines a few generally useful utility functions. I got tired
of redefining or working around them, so I wrote this module.
Functions
* list2re LIST
Converts a list of strings to a regex that matches any of the
strings. Especially useful in combination with 'keys'. Example:
Categorías: RPMs
perl-Data-Munge-0.111.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
This module defines a few generally useful utility functions. I got tired
of redefining or working around them, so I wrote this module.
Functions
* list2re LIST
Converts a list of strings to a regex that matches any of the
strings. Especially useful in combination with 'keys'. Example:
Categorías: RPMs
perl-Module-CoreList-5.202.407.20-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
Module::CoreList contains data about what perl modules are shipped
with given versions of perl (and their versions). It comes also with a
command-line utility, corelist, to retrieve this information easily.
Categorías: RPMs
perl-Module-CoreList-5.202.407.20-1.mga10.src.rpm
In Mageia/cauldron/i586:
Module::CoreList contains data about what perl modules are shipped
with given versions of perl (and their versions). It comes also with a
command-line utility, corelist, to retrieve this information easily.
Categorías: RPMs
perl-DBIx-Class-ResultSet-RecursiveUpdate-0.430.0-1.mga10.src.rpm
In Mageia/cauldron/i586:
You can feed the ->create method of DBIx::Class with a recursive datastructure
and have the related records created. Unfortunately you cannot do a similar
thing with update_or_create. This module tries to fill that void until
DBIx::Class has an api itself.
The functional interface can be used without modifications of the model, for
example by form processors like HTML::FormHandler::Model::DBIC.
Categorías: RPMs
perl-DBIx-Class-ResultSet-RecursiveUpdate-0.430.0-1.mga10.src.rpm
In Mageia/cauldron/x86_64:
You can feed the ->create method of DBIx::Class with a recursive datastructure
and have the related records created. Unfortunately you cannot do a similar
thing with update_or_create. This module tries to fill that void until
DBIx::Class has an api itself.
The functional interface can be used without modifications of the model, for
example by form processors like HTML::FormHandler::Model::DBIC.
Categorías: RPMs
