Packages — G (Page 8 of 15)

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

ghc-xdg-basedir 0.2.2

This package provides a library implementing the XDG Base Directory spec. …

ghc-xml 1.3.14

This package provides a simple XML library for Haskell. …

ghc-xml-conduit 1.8.0.1

This package provides pure-Haskell utilities for dealing with XML with the `conduit' package. …

ghc-xml-types 0.3.6

This package provides basic types for representing XML documents. …

ghc-xmonad-contrib 0.16

Third party tiling algorithms, configurations, and scripts to Xmonad, a tiling window manager for X. …

ghc-xss-sanitize 0.3.6

This library provides `sanitizeXSS'. Run untrusted HTML through `Text.HTML.SanitizeXSS.sanitizeXSS' to prevent XSS attacks. …

ghc-yaml 0.11.1.2

This package provides a library to parse and render YAML documents. …

ghc-yesod 1.6.0

The Haskell package package groups together the various Yesod related packages into one cohesive whole. This is the version of Yesod, whereas most of the core code lives in `ghc-yesod-core'. …

ghc-yesod-core 1.6.16.1

This Haskell package provides all core functionality, for Yesod, on which other packages can be built. It provides dispatch, handler functions, widgets, etc. …

ghc-yesod-form 1.6.7

This Haskell package provies a set of basic form inputs such as text, number, time, checkbox, select, textarea, etc through the `Yesod.Form.Fields' module. Also, there is `Yesod.Form.Nic' module providing richtext field using…

ghc-yesod-persistent 1.6.0.4

This Haskell package provides helpers for using Persistent from Yesod. …

ghc-zip-archive 0.4.1

The zip-archive library provides functions for creating, modifying, and extracting files from zip archives in Haskell. …

ghc-zlib 0.6.2.1

This package provides a pure interface for compressing and decompressing streams of data represented as lazy `ByteString's. It uses the zlib C library so it has high performance. It supports…

ghc-zlib-bindings 0.1.1.5

This package provides low-level bindings to the `zlib' package. …

ghc-zstd 0.1.1.2

This library provides Haskell bindings to the Zstandard compression algorithm, a fast lossless compression algorithm targeting real-time compression scenarios at zlib-level and better compression ratios. …

ghcid 0.8.4

Either "GHCi as a daemon" or "GHC + a bit of an IDE". A very simple Haskell development tool which shows you the errors in your project and updates them whenever…

ghex 3.18.4

The GHex program can view and edit files in two ways: hexadecimal or ASCII. It is useful for editing binary files in general. …

ghmm 0.9-rc3-0.2341

The General Hidden Markov Model library (GHMM) is a C library with additional Python bindings implementing a wide range of types of "Hidden Markov Models" (HMM) and algorithms: discrete, continuous emissions, basic…

ghostscript 9.52

Ghostscript is an interpreter for the PostScript language and the PDF file format. It also includes a C library that implements the graphics capabilities of the PostScript language. It supports…

ghostscript-with-cups 9.52

Ghostscript is an interpreter for the PostScript language and the PDF file format. It also includes a C library that implements the graphics capabilities of the PostScript language. It supports…

ghostscript-with-x 9.52

Ghostscript is an interpreter for the PostScript language and the PDF file format. It also includes a C library that implements the graphics capabilities of the PostScript language. It supports…

ghostwriter 1.8.1

`ghostwriter' provides a relaxing, distraction-free writing environment with Markdown markup. …

giac 1.6.0-7

Giac/Xcas is a computer algebra system. It has a compatibility mode for maple, mupad and the TI89. It is available as a standalone program (graphic or text interfaces) or as…

giblib 1.2.4

Giblib is a simple library which wraps imlib2's context API, avoiding all the context_get/set calls, adds fontstyles to the truetype renderer and supplies a generic doubly-linked list and some string functions. …

giflib 5.2.1

GIFLIB is a library for reading and writing GIF images. It is API and ABI compatible with libungif which was in wide use while the LZW compression algorithm was patented. …

gifsicle 1.92

Gifsicle is a command-line GIF image manipulation tool that: * Provides a batch mode for changing GIFs in place. * Prints detailed information about GIFs, including…

gimp 2.10.20

GIMP is an application for image manipulation tasks such as photo retouching, composition and authoring. It supports all common image formats as well as specialized ones. It features a highly…

gimp-fourier 0.4.3-2

This package provides a simple plug-in to apply the fourier transform on an image, allowing you to work with the transformed image inside GIMP. You can draw or apply filters in…

gimp-resynthesizer 2.0.3

This package provides resynthesizer plugins for GIMP, which encompasses tools for healing selections (content-aware fill), enlarging the canvas and healing the border, increasing the resolution while adding detail, and transferring the style of…

girara 0.3.4

Girara is a library that implements a user interface that focuses on simplicity and minimalism. Currently based on GTK+, a cross-platform widget toolkit, it provides an interface that focuses on three…

git 2.28.0

Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency. …

git-annex 8.20200810

This package allows managing files with Git, without checking the file contents into Git. It can store files in many places, such as local hard drives and cloud storage services. …

git-annex-remote-rclone 0.6

This wrapper around rclone makes any destination supported by rclone usable with git-annex. …

git-cal 0.9.1

`git-cal' is a script to view commits calendar similar to GitHub contributions calendar. …

git-crypt 0.6.0

git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you…

git-flow 1.12.3

Vincent Driessen's branching model is a git branching and release management strategy that helps developers keep track of features, hotfixes, and releases in bigger software projects. The git-flow library of git…

git-imerge 1.1.0

This Git extension defines a subcommand, `imerge', which performs an incremental merge between two branches. Its two primary design goals are to reduce the pain of resolving merge conflicts by finding…

git-lfs 2.7.2

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server. …

git-minimal 2.28.0

Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency. …

git-remote-gcrypt 1.3

git-remote-gcrypt is a Git remote helper to push and pull from repositories encrypted with GnuPG. It works with the standard Git transports, including repository hosting services like GitLab. Remote helper programs are…

git-repo 2.4.1

Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo…

git-test-sequence 20140312.48e5a2f

git-test-sequence is similar to an automated git bisect except it’s linear. It will test every change between two points in the DAG. It will also walk each side of a…

git-when-merged 1.2.0-ab6af78

This Git extension defines a subcommand, `when-merged', whose core operation is to find the merge that brought a given commit into the specified ref(s). It has various options that control how…

gitg 3.32.1

gitg is a graphical user interface for git. It aims at being a small, fast and convenient tool to visualize the history of git repositories. Besides visualization, gitg also provides…

gitless 0.8.8

Gitless is a Git-compatible version control system that aims to be easy to learn and use. It simplifies the common workflow by committing changes to tracked files by default and saving…

gitolite 3.6.11

Gitolite is an access control layer on top of Git, providing fine access control to Git repositories. …

givaro 4.1.1

Givaro is a C++ library implementing the basic arithmetic of various algebraic objects: prime fields, extension fields, finite fields, finite rings, polynomials, algebraic numbers, arbitrary precision integers and rationals (C++ wrappers over gmp),…

gjs 1.58.3

Gjs is a javascript binding for GNOME. It's mainly based on spidermonkey javascript engine and the GObject introspection framework. …

gkrellm 2.3.11

GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme. …

gl2ps 1.4.2

GL2PS is a C library providing high quality vector output for any OpenGL application. GL2PS uses sorting algorithms capable of handling intersecting and stretched polygons, as well as non-manifold objects. …

glabels 3.4.1

gLabels is a program for creating labels and business cards. It is designed to work with various laser/ink-jet peel-off label and business card sheets that you’ll find at most office supply…

glade 3.36.0

Glade is a rapid application development (RAD) tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. …

glances 3.1.4

Glances is a curses-based monitoring tool for a wide variety of platforms. Glances uses the PsUtil library to get information from your system. It monitors CPU, load, memory, network bandwidth, disk…

glew 2.1.0

The OpenGL Extension Wrangler Library (GLEW) is a C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core…

glfw 3.2.1

GLFW is a library for OpenGL, OpenGL ES and Vulkan development for desktop computers. It provides a simple API for creating windows, contexts and surfaces, receiving input and events. …

glib 2.62.6

GLib provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system. …

glib-networking 2.62.2

This package contains various network related extensions for the GIO library. …

glibc 2.27

Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit... The GNU C library is used as…

glibc 2.29

Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit... The GNU C library is used as…

glibc 2.30

Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit... The GNU C library is used as…

glibc 2.31

Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit... The GNU C library is used as…

glibc 2.28

Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit... The GNU C library is used as…

glibc-bootstrap 0

Bootstrap binaries and headers of the GNU C Library …

glibc-hurd-headers 2.31

Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit... The GNU C library is used as…

glibc-locales 2.31

This package provides all the locales supported by the GNU C Library, more than 400 in total. To use them set the `LOCPATH' environment variable to the `share/locale' sub-directory of this…

glibc-locales-2.29 2.29

This package provides all the locales supported by the GNU C Library, more than 400 in total. To use them set the `LOCPATH' environment variable to the `share/locale' sub-directory of this…

glibc-utf8-locales 2.31

This package provides a small sample of UTF-8 locales mostly useful in test environments. …

glibc-utf8-locales-2.29 2.29

This package provides a small sample of UTF-8 locales mostly useful in test environments. …

glibmm 2.62.0

Glibmm provides a C++ programming interface to the part of GLib that are useful for C++. …

glm 0.9.9.8

OpenGL Mathematics (GLM) is a header-only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications. …

global 6.6.4

GNU GLOBAL is a source code tagging system that functions in the same way across a wide array of environments, such as different text editors, shells and web browsers. The resulting…

glog 0.4.0

Google glog is a library that implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros. You can log a message by simply streaming…

gloo 0.0.0-0.ca528e3

Gloo is a collective communications library. It comes with a number of collective algorithms useful for machine learning applications. These include a barrier, broadcast, and allreduce. …

gloox 1.0.24

gloox is a full-featured Jabber/XMPP client library, written in ANSI C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. …

glpk 4.65

GLPK is a C library for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It supports the GNU MathProg modeling language, a subset of the AMPL…

glslang 8.13.3743

Glslang is the official reference compiler front end for the OpenGL ES and OpenGL shading languages. It implements a strict interpretation of the specifications for these languages. …

glu 9.0.1

GLU, or OpenGL Utility Library provides some higher-level functionality not provided by just OpenGL itself. Some of GLU's Features include: Scaling of 2D images and creation of mipmap pyramids, Transformation of…

glulxe 0.5.4

Glulx is a 32-bit portable virtual machine intended for writing and playing interactive fiction. It was designed by Andrew Plotkin to relieve some of the restrictions in the venerable Z-machine format.…

glusterfs 7.0

GlusterFS is a distributed scalable network file system suitable for data-intensive tasks such as cloud storage and media streaming. It allows rapid provisioning of additional storage based on your storage consumption…

gmic 2.9.1

G'MIC is a full-featured framework for digital image processing. It provides several user interfaces to convert / manipulate / filter / visualize generic image datasets, ranging from 1D scalar signals to…

gmime 2.6.23

GMime provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). …

gmime 3.2.7

GMime provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). …

gmp 6.0.0a

The GMP (the GNU Multiple Precision Arithmetic) library performs arbitrary-precision arithmetic on signed integers, rational numbers and floating point numbers. The precision is only limited by the available memory. The library…

gmp 6.2.0

The GMP (the GNU Multiple Precision Arithmetic) library performs arbitrary-precision arithmetic on signed integers, rational numbers and floating point numbers. The precision is only limited by the available memory. The library…

gmp-ecm 7.0.4

GMP-ECM factors integers using the elliptic curve method (ECM) as well as the P-1 and P+1 algorithms. It provides a library and a stand-alone binary. …

gmsh 2.16.0

Gmsh is a 3D finite element grid generator with a built-in CAD engine and post-processor. Its design goal is to provide a fast, light and user-friendly meshing tool with parametric input…

gmtp 1.3.11

gMTP is a simple graphical client for the Media Transfer Protocol (MTP), which allows media files to be transferred to and from many portable devices. …

gn 0.0-1794.eb997b5

GN is a tool that collects information about a project from `.gn' files and generates build instructions for the Ninja build system. …

gnaural 20110606

Gnaural is a programmable auditory binaural beat synthesizer intended to be used for brainwave entrainment. Gnaural supports creation of binaural beat tracks of different frequencies and exporting of tracks into different…

gnome 3.34.2

GNOME is the graphical desktop for GNU. It includes a wide variety of applications for browsing the web, editing text and images, creating documents and diagrams, playing media, scanning, and much…

gnome-arcade 0.218.2

A minimal GTK+ frontend for MAME, the multi-purpose arcade and console emulator. …

gnome-autoar 0.2.4

GNOME Autoar is a library which makes creating and extracting archives easy, safe, and automatic. …

gnome-backgrounds 3.34.0

GNOME backgrounds package contains a collection of graphics files which can be used as backgrounds in the GNOME Desktop environment. Additionally, the package creates the proper framework and directory structure so…

gnome-bluetooth 3.34.0

This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. …

gnome-boxes 3.36.6

GNOME Boxes is a simple application to view, access, and manage remote and virtual systems. Note that this application requires the `libvirt' and `virtlog' daemons to run. Use the command…

gnome-builder 3.36.1

Builder aims to be an integrated development environment (IDE) for writing GNOME-based software. It features fuzzy search, auto-completion, a mini code map, documentation browsing, Git integration, an integrated profiler via Sysprof, debugging…

gnome-calculator 3.34.1

Calculator is an application that solves mathematical equations and is suitable as a default application in a Desktop environment. …

gnome-calendar 3.34.2

GNOME Calendar is a simple calendar application designed to fit the GNOME desktop. It supports multiple calendars, month, week and year view. …

gnome-characters 3.30.0

Characters is a simple utility application to find and insert unusual characters. It allows you to quickly find the character you are looking for by searching for keywords. …

gnome-chess 3.36.1

GNOME Chess provides a 2D board for playing chess games against human or computer players. It supports loading and saving games in Portable Game Notation. To play against a computer,…

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