Packages — P (Page 9 of 31)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

perl-xml-compile-tester 0.91

The `XML::Compile' module suite has extensive regression testing. This module provide functions which simplify writing tests for `XML::Compile' related distributions. …

perl-xml-compile-wsdl11 3.07

This module understands WSDL version 1.1. A WSDL file defines a set of messages to be send and received over SOAP connections. This involves encoding of the message to be…

perl-xml-descent 1.04

The conventional models for parsing XML are either "DOM" (a data structure representing the entire document tree is created) or "SAX" (callbacks are issued for each element in the XML). XML grammar is…

perl-xml-dom 1.46

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser…

perl-xml-feed 0.59

`XML::Feed' is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. `XML::Feed' supports the following syndication feed formats:…

perl-xml-filter-buffertext 1.01

This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are…

perl-xml-handler-yawriter 0.23

YAWriter implements Yet Another `XML::Handler::Writer'. It provides a flexible escaping technique and pretty printing. …

perl-xml-libxml 2.0134

This module implements a Perl interface to the libxml2 library which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable…

perl-xml-libxml-simple 0.99

This package provides the same API as `XML::Simple' but is based on `XML::LibXML'. …

perl-xml-libxslt 1.96

This Perl module is an interface to the GNOME project's libxslt library. …

perl-xml-namespacesupport 1.12

This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides…

perl-xml-parser 2.46

This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one…

perl-xml-regexp 0.04

XML::RegExp contains regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue. …

perl-xml-rss 1.61

This module provides a basic framework for creating and maintaining RDF Site Summary (RSS) files. This distribution also contains many examples that allow you to generate HTML from an RSS, convert…

perl-xml-sax 1.02

XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. …

perl-xml-sax-base 1.09

This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged.…

perl-xml-sax-writer 0.57

This is an XML writer that understands SAX2. It is based on `XML::Handler::YAWriter'. …

perl-xml-simple 2.25

The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). …

perl-xml-tokeparser 0.05

`XML::TokeParser' provides a procedural ("pull mode") interface to `XML::Parser' in much the same way that Gisle Aas' `HTML::TokeParser' provides a procedural interface to `HTML::Parser'. `XML::TokeParser' splits its XML input up into "tokens",…

perl-xml-twig 3.52

`XML::Twig' is an XML transformation module. Its strong points: can be used to process huge documents while still being in tree mode; not bound by DOM or SAX, so it is…

perl-xml-writer 0.625

`XML::Writer' is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly. By default, it also performs a significant amount of well-formedness checking…

perl-xml-xpath 1.44

This module aims to comply exactly to the https://www.w3.org/TR/xpath (XPath specification) and yet allow extensions to be added in the form of functions. …

perl-xml-xpathengine 0.14

This module provides an XPath engine, that can be re-used by other modules/classes that implement trees. In order to use the XPath engine, nodes in the user module need to mimic DOM nodes.…

perl-xs-object-magic 0.05

This way of associating structs with Perl space objects is designed to supersede Perl's builtin `T_PTROBJ' with something that is extensible (structs can be associated with any data type) and opaque (the…

perl-yaml 1.30

The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. …

perl-yaml-libyaml 0.80

`YAML::XS' is a Perl XS binding to libyaml which offers Perl the best YAML support to date. …

perl-yaml-tiny 1.73

YAML::Tiny is a perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead. …

perl6-grammar-debugger 1.0.1-1.0375008

This module provides a simple debugger for grammars. Just `use' it: use `Grammar::Debugger;' and any grammar in the lexical scope of the use statement will automatically have debugging enabled. The…

perl6-grammar-profiler-simple 0.02-1.c0aca5f

This module provides a simple profiler for Perl 6 grammars. To enable profiling simply add use `Grammar::Profiler::Simple;' to your code. Any grammar in the lexical scope of the use statement…

perl6-json 1.0

This module is a simple Perl 6 module for serializing and deserializing JSON. …

perl6-json-class 0.0.12

This is a simple role that provides methods to instantiate a class from a JSON string that (hopefully,) represents it, and to serialise an object of the class to a JSON string.…

perl6-json-fast 0.10

A naive imperative json parser in pure perl6 (but with direct access to `nqp::' ops), to evaluate performance against `JSON::Tiny'. It is a drop-in replacement for `JSON::Tiny''s from-json and to-json subs,…

perl6-json-marshal 0.0.16

This library provides a single exported subroutine to create a JSON representation of an object. It should round trip back into an object of the same class using `JSON::Unmarshal'. …

perl6-json-name 0.0.3

This is released as a dependency of `JSON::Marshal' and `JSON::Unmarshal' in order to save duplication, it is intended to store a separate JSON name for an attribute where the name of the…

perl6-json-unmarshal 0.0.0-1.e1b6288

This library provides a single exported subroutine to create an object from a JSON representation of an object. …

perl6-license-spdx 3.4.0

This provides an abstraction over the SPDX License List as provided in JSON format. Its primary raison d'être is to help the licence checking of `Test::META' and to allow for the…

perl6-meta6 0.0.23

This provides a representation of the Perl 6 META files specification - the META file data can be read, created, parsed and written in a manner that is conformant with the specification. Where…

perl6-mime-base64 1.2.1

This Perl 6 module implements encoding and decoding to and from base64. …

perl6-oo-monitors 1.1

A monitor provides per-instance mutual exclusion for objects. This means that for a given object instance, only one thread can ever be inside its methods at a time. This is…

perl6-svg 0.0.0-1.07190c0

This is a Perl 6 module that makes it easy to write "Scalable Vector Graphic files" (SVG). Right now it is a shallow wrapper around `XML::Writer', adding only the xmlns attributes…

perl6-svg-plot 0.0.0-1.062570a

`SVG::Plot' is a simple 2D chart plotter for Perl 6. It currently supports bars, stacked bars, lines and points (both equally spaced with optional labels, or xy plots). …

perl6-tap-harness 0.0.7

This module provides the `prove6' command which runs a TAP based test suite and prints a report. The `prove6' command is a minimal wrapper around an instance of this module. …

perl6-terminal-ansicolor 0.5

This is a `Terminal::ANSIColor' module for Perl 6. …

perl6-test-meta 0.0.14

This provides a simple mechanism for module authors to have some confidence that they have a working distribution META description file. …

perl6-test-mock 1.5

`Test::Mock' is a module that works alongside the standard Test module to help you write tests when you want to verify what methods are called on an object, while still having calls…

perl6-uri 0.1.5

A URI implementation using Perl 6 grammars to implement RFC 3986 BNF. Currently only implements parsing. Includes `URI::Escape' to (un?)escape characters that aren't otherwise allowed in a URI with %…

perl6-xml-writer 0.0.0-1.4d30a9d

`XML::Writer' is a module for creating XML in Perl 6. …

perl6-zef 0.6.7

Zef is a Perl 6 package (module) manager. It can be used to download and install Perl 6 modules in your home directory or as a system-wide module. …

perltidy 20180220

This package contains a Perl script which indents and reformats Perl scripts to make them easier to read. The formatting can be controlled with command line parameters. The default parameter…

petsc 3.11.2

PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. …

petsc-complex 3.11.2

PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. …

petsc-complex-openmpi 3.11.2

PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. …

petsc-openmpi 3.11.2

PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. …

pfetch 0.7.0-0.e18a095

This package provides a simple, configurable system information tool. …

pfff 1.0

pfff is a tool for calculating a compact digital fingerprint of a file by sampling randomly from the file instead of reading it in full. Consequently, the computation has a flat…

pflask 0.2

pflask is a simple tool for creating Linux namespace containers. It can be used for running a command or even booting an OS inside an isolated container, created with the help…

pgpdump 0.33

pgpdump displays the sequence of OpenPGP or PGP version 2 packets from a file. The output of this command is similar to GnuPG's list packets command, however, pgpdump produces more detailed and…

phast 1.5

Phylogenetic Analysis with Space/Time models (PHAST) is a collection of command-line programs and supporting libraries for comparative and evolutionary genomics. Best known as the search engine behind the Conservation tracks in…

phockup 1.5.9

Phockup is a media sorting tool that uses creation date and time information in photos and videos to organize them into folders by year, month and day. All files which are…

phodav 2.4

PhoDav was initially developed as a file-sharing mechanism for Spice, but it is generic enough to be reused in other projects, in particular in the GNOME desktop. …

phonon 4.11.1

KDE's multimedia library. …

phonon-backend-gstreamer 4.10.0

Phonon makes use of backend libraries to provide sound. Phonon-GStreamer is a backend based on the GStreamer multimedia library. …

photoflare 1.6.5

Photoflare is a cross-platform image editor with an aim to balance between powerful features and a very friendly graphical user interface. It suits a wide variety of different tasks and users…

php 7.4.9

PHP (PHP Hypertext Processor) is a server-side (CGI) scripting language designed primarily for web development but is also used as a general-purpose programming language. PHP code may be embedded into HTML…

phylip 3.696

PHYLIP (the PHYLogeny Inference Package) is a package of programs for inferring phylogenies (evolutionary trees). …

physfs 3.0.2

PhysicsFS is a library to provide abstract access to various archives. It is intended for use in video games. For security, no file writing done through the PhysicsFS API can…

pianobar 2020.04.05

pianobar is a console-based music player for the personalized online radio pandora.com. It has configurable keys for playing and managing stations, can be controlled remotely via fifo, and can run event-based…

picard 2.1.3

MusicBrainz Picard is a music tagging application, supporting multiple formats, looking up tracks through metadata and audio fingerprints. …

picmi 19.08.3

Picmi is a number logic game in which cells in a grid have to be colored or left blank according to numbers given at the side of the grid. The…

picocom 3.1

Picocom is a minimal dumb-terminal emulation program. It was designed to serve as a simple and manual modem configuration, testing, and debugging tool. It also serves well as a low-tech…

picolisp 19.12

PicoLisp is a programming language, or really a programming system, including a built-in database engine and a GUI system. …

picom 7.5

Picom is a standalone compositor for Xorg, suitable for use with window managers that do not provide compositing. Picom is a fork of compton, which is a fork of xcompmgr-dana, which in…

picprog 1.9.1

This program programs Microchip's PIC microcontrollers. …

pidentd 3.0.19

"Pidentd" (Peter's Ident Daemon) is an identd, which implements a identification server. Pidentd looks up specific TCP/IP connections and returns the user name and other information about the connection. …

pidgin 2.13.0

Pidgin is a modular instant messaging client that supports many popular chat protocols. …

pidgin-otr 4.0.2

Pidgin-OTR is a plugin that adds support for OTR to the Pidgin instant messaging client. OTR (Off-the-Record) Messaging allows you to have private conversations over instant messaging by providing: (1) Encryption:…

pies 1.4

GNU pies is a program that supervises the invocation and execution of other programs. It reads the list of programs to be started from its configuration file, executes them, and then…

pigx 0.0.3

PiGx is a collection of genomics pipelines. It includes the following pipelines: * PiGx BSseq for raw fastq read data of bisulfite experiments * PiGx RNAseq…

pigx-bsseq 0.0.10

PiGx BSseq is a data processing pipeline for raw fastq read data of bisulfite experiments; it produces reports on aggregate methylation and coverage and can be used to produce information on differential…

pigx-chipseq 0.0.42

PiGX ChIPseq is an analysis pipeline for preprocessing, peak calling and reporting for ChIP sequencing experiments. It is easy to use and produces high quality reports. The inputs are reads…

pigx-rnaseq 0.0.10

PiGX RNAseq is an analysis pipeline for preprocessing and reporting for RNA sequencing experiments. It is easy to use and produces high quality reports. The inputs are reads files from the…

pigx-scrnaseq 1.1.4

PiGX scRNAseq is an analysis pipeline for preprocessing and quality control for single cell RNA sequencing experiments. The inputs are read files from the sequencing experiment, and a configuration file which…

pigz 2.4

This package provides a parallel implementation of gzip that exploits multiple processors and multiple cores when compressing data. …

pinball 0.3.1

The Emilia Pinball Project is a pinball simulator. There are only two levels to play with, but they are very addictive. …

pinentry 1.1.0

Pinentry provides a console and a GTK+ GUI that allows users to enter a passphrase when `gpg' is run and needs it. …

pinentry-efl 1.1.0

Pinentry provides a console and a graphical interface for the "Enlightenment Foundation Libraries" (EFL) that allows users to enter a passphrase when `gpg' is run and needs it. …

pinentry-emacs 1.1.0

Pinentry provides a console and an Emacs interface that allows users to enter a passphrase when required by `gpg' or other software. …

pinentry-gnome3 1.1.0

Pinentry provides a console and a GUI designed for use with GNOME 3 that allows users to enter a passphrase when required by `gpg' or other software. …

pinentry-gtk2 1.1.0

Pinentry provides a console and a GTK+ GUI that allows users to enter a passphrase when `gpg' is run and needs it. …

pinentry-qt 1.1.0

Pinentry provides a console and a Qt GUI that allows users to enter a passphrase when `gpg' is run and needs it. …

pinentry-tty 1.1.0

Pinentry provides a console that allows users to enter a passphrase when `gpg' is run and needs it. …

pinfo 0.6.13

Pinfo is an Info file viewer. Pinfo is similar in use to the Lynx web browser. You just move across info nodes, and select links, follow them, etc. It supports…

pingus 0.7.6

Pingus is a free Lemmings-like puzzle game in which the player takes command of a bunch of small animals and has to guide them through levels. Since the animals walk on…

pioneer 20200203

Pioneer is a space adventure game set in our galaxy at the turn of the 31st century. The game is open-ended, and you are free to eke out whatever kind…

pioneers 15.6

Pioneers is an emulation of the board game The Settlers of Catan. It can be played on a local network, on the internet, and with AI players. …

piper 0.5

Piper is a GTK+ application for configuring gaming mice with onboard configuration for key bindings via libratbag. Piper requires a `ratbagd' daemon running with root privileges. It can be run…

pipewalker 0.9.4

PipeWalker is a simple puzzle game with many diffent themes: connect all computers to one network server, bring water from a source to the taps, etc. The underlying mechanism is always…

pipewire 0.3.7

PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It aims to support the usecases currently handled by both PulseAudio and Jack and at…

pipewire 0.2.7

PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It aims to support the usecases currently handled by both PulseAudio and Jack and at…

piranha 1.2.1-1.0466d364b

Piranha is a peak-caller for genomic data produced by CLIP-seq and RIP-seq experiments. It takes input in BED or BAM format and identifies regions of statistically significant read enrichment. Additional…

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z