You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage patchutils-0.3.4-5.lbn25.x86_64
This is a collection of programs that can manipulate patch files in a variety of ways, such as interpolating between two pre-patches, combining two incremental patches, fixing line numbers in hand-edited patches, and simply listing the files modified by a patch.
RPMPackage ocaml-gettext-camomile-0.3.7-13.lbn25.x86_64
The ocaml-gettext-camomile package contains the parts of ocaml-gettext which depend on Camomile.
RPMPackage ocaml-gettext-0.3.7-13.lbn25.x86_64
Ocaml-gettext provides support for internationalization of Ocaml programs. Constraints : * provides a pure Ocaml implementation, * the API should be as close as possible to GNU gettext, * provides a way to automatically extract translatable strings from Ocaml source code.
RPMPackage ocaml-findlib-1.8.1-3.lbn25.x86_64
Objective CAML package manager and build helper.
RPMPackage ocaml-camomile-data-1.0.2-3.lbn25.x86_64
The ocaml-camomile-data package contains data files for developing applications that use ocaml-camomile.
RPMPackage ocaml-camlidl-1.05-54.lbn25.x86_64
CamlIDL is a stub code generator and COM binding for Objective Caml. CamlIDL comprises two parts: * A stub code generator that generates the C stub code required for the Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's Interface Description Language; it looks like C header files with some extra annotations, plus a notion of object interfaces that look like C++ classes without inheritance.) * A (currently small) library of functions and tools to import COM components in Caml applications, and export Caml code as COM components.
RPMPackage nodeunit-0.9.1-6.lbn25.noarch
Nodeunit provides an easy asynchronous unit testing framework for Node.js: - helps you avoid common pitfalls when testing asynchronous code - easy to add test cases with setUp and tearDown functions if you wish - flexible reporters for custom output - built-in support for HTML and jUnit XML - allows the use of mocks and stubs
RPMPackage nodejs-node-sass-3.8.0-3.lbn25.x86_64
Wrapper around libsass
RPMPackage perl-Term-Table-0.013-2.lbn25.noarch
This Perl module is able to format rows of data into tables.
RPMPackage protobuf-c-1.3.3-2.lbn25.x86_64
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. This package provides a code generator and run-time libraries to use Protocol Buffers from pure C (not C++). It uses a modified version of protoc called protoc-c.
RPMPackage perl-autobox-Core-1.33-10.lbn25.noarch
The autobox module lets you call methods on primitive data types such as scalars and arrays.
RPMPackage perl-Sys-Mmap-0.19-9.lbn25.x86_64
The Mmap module lets you use mmap to map in a file as a perl variable rather than reading the file into dynamically allocated memory. Multiple programs may map the same file into memory, and immediately see changes by each other. Memory may be allocated not attached to a file, and shared with sub-processes.
RPMPackage perl-Sys-MemInfo-0.99-9.lbn25.x86_64
Sys::MemInfo returns the total amount of free and used physical memory in bytes in totalmem and freemem variables.
RPMPackage perl-Sys-CPU-0.61-18.lbn25.x86_64
Perl extension for getting CPU information. Currently only number of CPU's supported.
RPMPackage perl-File-Copy-Recursive-0.44-4.lbn25.noarch
This module copies and moves directories recursively to an optional depth and attempts to preserve each file or directory's mode.
RPMPackage perl-BSD-Resource-1.291.100-8.lbn25.x86_64
A module providing an interface for testing and setting process limits and priorities.
RPMPackage perl-perlfaq-5.20190126-2.lbn25.noarch
The perlfaq comprises several documents that answer the most commonly asked questions about Perl and Perl programming.
RPMPackage perl-interpreter-5.28.2-436.lbn25.1.x86_64
This is a Perl interpreter as a standalone executable /usr/bin/perl required for handling Perl scripts. It does not provide all the other Perl modules or tools. Install this package if you want to program in Perl or enable your system to handle Perl scripts with /usr/bin/perl interpreter. If your script requires some Perl modules, you can install them with "perl(MODULE)" where "MODULE" is a name of required module. E.g. install "perl(Test::More)" to make Test::More Perl module available. If you need all the Perl modules that come with upstream Perl sources, so called core modules, install perl package. If you only need perl run-time as a shared library, i.e. Perl interpreter embedded into another application, the only essential package is perl-libs. Perl header files can be found in perl-devel package. Perl utils like "splain" or "perlbug" can be found in perl-utils package.
RPMPackage perl-experimental-0.020-4.lbn25.noarch
This pragma provides an easy and convenient way to enable or disable experimental features.
RPMPackage perl-encoding-2.22-10.lbn25.x86_64
With the encoding pragma, you can write your Perl script in any encoding you like (so long as the Encode module supports it) and still enjoy Unicode support. However, this encoding module is deprecated under perl 5.18. It uses a mechanism provided by perl that is deprecated under 5.18 and higher, and may be removed in a future version. The easiest and the best alternative is to write your script in UTF-8.