Packages — O (Page 2 of 3)

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

ocaml4.07-lambda-term 2.0.2

Lambda-Term is a cross-platform library for manipulating the terminal. It provides an abstraction for keys, mouse events, colors, as well as a set of widgets to write curses-like applications. The…

ocaml4.07-merlin 3.2.2

Merlin is an editor service that provides modern IDE features for OCaml. Emacs and Vim support is provided out-of-the-box. External contributors added support for Visual Studio Code, Sublime Text and…

ocaml4.07-odoc 1.4.2

Odoc is a documentation generator for OCaml. It reads _doc comments_, delimited with `(** ... *)', and outputs HTML. Text inside doc comments is marked up in ocamldoc syntax. Odoc's…

ocaml4.07-parsexp 0.11.0

This library provides generic parsers for parsing S-expressions from strings or other medium. The library is focused on performances but still provide full generic parsers that can be used with strings, bigstrings, lexing…

ocaml4.07-pcre 7.4.1

Pcre-ocaml offers library functions for string pattern matching and substitution, similar to the functionality offered by the Perl language. …

ocaml4.07-piqi 0.7.7

Piqi is a multi-format data serialization system for OCaml. It provides a uniform interface for serializing OCaml data structures to JSON, XML and Protocol Buffers formats. …

ocaml4.07-piqilib 0.6.15

Piqilib is the common library used by the piqi command-line tool and piqi-ocaml. …

ocaml4.07-ppx-assert 0.11.0

This package contains assert-like extension nodes that raise useful errors on failure. …

ocaml4.07-ppx-base 0.11.0

Ppx_base is the set of ppx rewriters used for Base. Note that Base doesn't need ppx to build, it is only used as a verification tool. …

ocaml4.07-ppx-bench 0.11.0

Syntax extension for writing in-line benchmarks in ocaml code. …

ocaml4.07-ppx-bin-prot 0.11.1

Generation of binary serialization and deserialization functions from type definitions. …

ocaml4.07-ppx-compare 0.11.1

Generation of fast comparison functions from type expressions and definitions. Ppx_compare is a ppx rewriter that derives comparison functions from type representations. The scaffolded functions are usually much faster than ocaml's Pervasives.compare.…

ocaml4.07-ppx-custom-printf 0.11.0

Extensions to printf-style format-strings for user-defined string conversion. …

ocaml4.07-ppx-enumerate 0.11.1

Ppx_enumerate is a ppx rewriter which generates a definition for the list of all values of a type (for a type which only has finitely many values). …

ocaml4.07-ppx-expect 0.12.0

Expect-test is a framework for writing tests in OCaml, similar to Cram. Expect-tests mimics the existing inline tests framework with the `let%expect_test' construct. The body of an expect-test can contain output-generating code,…

ocaml4.07-ppx-fail 0.11.0

Syntax extension that makes [failwiths] always include a position. …

ocaml4.07-ppx-fields-conv 0.11.0

Ppx_fields_conv is a ppx rewriter that can be used to define first class values representing record fields, and additional routines, to get and set record fields, iterate and fold over all fields…

ocaml4.07-ppx-hash 0.11.1

This package is a collection of ppx rewriters that generate hash functions from type exrpessions and definitions. …

ocaml4.07-ppx-here 0.11.0

Part of the Jane Street's PPX rewriters collection. …

ocaml4.07-ppx-inline-test 0.12.0

This package contains a syntax extension for writing in-line tests in ocaml code. It is part of Jane Street's PPX rewriters collection. …

ocaml4.07-ppx-jane 0.11.0

This package installs a ppx-jane executable, which is a ppx driver including all standard Jane Street ppx rewriters. …

ocaml4.07-ppx-js-style 0.11.0

This package is a no-op ppx rewriter. It is used as a `lint' tool to enforce some coding conventions across all Jane Street packages. …

ocaml4.07-ppx-let 0.11.0

A ppx rewriter for monadic and applicative let bindings, match expressions, and if expressions. …

ocaml4.07-ppx-optcomp 0.11.0

Ppx_optcomp stands for Optional Compilation. It is a tool used to handle optional compilations of pieces of code depending of the word size, the version of the compiler, ... …

ocaml4.07-ppx-optional 0.11.0

A ppx rewriter that rewrites simple match statements with an if then else expression. …

ocaml4.07-ppx-pipebang 0.11.0

A ppx rewriter that inlines reverse application operators `|>' and `|!'. …

ocaml4.07-ppx-sexp-conv 0.11.2

This package generates S-expression conversion functions from type definitions. …

ocaml4.07-ppx-sexp-message 0.11.0

Ppx_sexp_message aims to ease the creation of s-expressions in OCaml. This is mainly motivated by writing error and debugging messages, where one needs to construct a s-expression based on various element…

ocaml4.07-ppx-sexp-value 0.11.0

A ppx rewriter that simplifies building s-expressions from ocaml values. …

ocaml4.07-ppx-tools 5.1+4.06.0

Tools for authors of ppx rewriters and other syntactic tools. …

ocaml4.07-ppx-typerep-conv 0.11.1

This package can automatically generate runtime types from type definitions. …

ocaml4.07-ppx-variants-conv 0.11.1

This package generates accessors and interation functions for OCaml variant types. …

ocaml4.07-ppxlib 0.6.0

A comprehensive toolbox for ppx development. It features: * an OCaml AST / parser / pretty-printer snapshot, to create a full frontend independent…

ocaml4.07-sedlex 2.1

Lexer generator for Unicode and OCaml. …

ocaml4.07-sexplib 0.11.0

This package is part of Jane Street's Core library. Sexplib contains functionality for parsing and pretty-printing s-expressions. …

ocaml4.07-sexplib0 0.11.0

Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml. …

ocaml4.07-spawn 0.13.0

Spawn is a small library exposing only one functionality: spawning sub-process. It has three main goals: * provide missing features of Unix.create_process such as providing a working …

ocaml4.07-splittable-random 0.11.0

This package provides a splittable PRNG (pseudo-random number generator) functions like a PRNG that can be used as a stream of random values; it can also be split to produce a second,…

ocaml4.07-sqlite3 4.4.1

SQLite3-OCaml is an OCaml library with bindings to the SQLite3 client API. Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL database engine with outstanding performance for many use cases. These bindings are…

ocaml4.07-stdio 0.11.0

Stdio implements simple input/output functionalities for OCaml. It re-exports the input/output functions of the OCaml standard libraries using a more consistent API. …

ocaml4.07-typerep 0.11.0

Typerep is a library for runtime types. …

ocaml4.07-uri 2.2.0

OCaml-uri is a library for parsing URI/URL in the RFC3986 format. …

ocaml4.07-utop 2.4.3

UTop is an improved toplevel for OCaml. It can run in a terminal or in Emacs. It supports line editing, history, real-time and context sensitive completion, colors, and more. …

ocaml4.07-variantslib 0.11.0

The Core suite of libraries is an alternative to OCaml's standard library. …

ocaml4.07-zed 2.0.3

Zed is an abstract engine for text edition. It can be used to write text editors, edition widgets, readlines, etc. You just have to connect an engine to your inputs…

ocamlbuild 0.14.0

OCamlbuild is a generic build tool, that has built-in rules for building OCaml library and programs. …

ocamlify 0.0.1

OCamlify creates OCaml source code by including whole files into OCaml string or string list. The code generated can be compiled as a standard OCaml file. It allows embedding external…

ocamlmod 0.0.9

Generate modules from OCaml source files. …

ocl-icd 2.2.12

OpenCL implementations are provided as ICDs (Installable Client Drivers). An OpenCL program can use several ICDs thanks to the use of an ICD Loader as provided by this package. …

ocproxy 1.60

User-level "SOCKS" and port forwarding proxy for OpenConnect based on LwIP. When using ocproxy, OpenConnect only handles network activity that the user specifically asks to proxy, so the "VPN" interface no…

ocrad 0.27

GNU Ocrad is an optical character recognition program based on a feature extraction method. It can read images in PBM, PGM or PPM formats and it produces text in 8-bit or…

octave 5.2.0

GNU Octave is a high-level interpreted language that is specialized for numerical computations. It can be used for both linear and non-linear applications and it provides great support for visualizing results.…

octave-cli 5.2.0

GNU Octave is a high-level interpreted language that is specialized for numerical computations. It can be used for both linear and non-linear applications and it provides great support for visualizing results.…

odamex 0.8.1

Odamex is a modification of the Doom engine that allows players to easily join servers dedicated to playing Doom online. …

ode 0.16.2

ODE is a high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API. It has advanced…

odt2txt 0.5

odt2txt is a command-line tool which extracts the text out of OpenDocument Texts, as produced by OpenOffice.org, KOffice, StarOffice and others. odt2txt can also extract text from some file formats similar to…

offlate 0.5

Offlate offers a unified interface for different translation file formats, as well as many different online translation platforms. You can use it to get work from online platforms, specialized such as…

offlineimap 7.2.4

OfflineImap synchronizes emails between two repositories, so that you can read the same mailbox from multiple computers. It supports IMAP as REMOTE repository and Maildir/IMAP as LOCAL repository. …

ogmtools 1.5

These tools allow information about (`ogminfo') or extraction from (`ogmdemux') or creation of (`ogmmerge') OGG media streams. It includes `dvdxchap' tool for extracting chapter information from DVD. …

ogre 1.12.5

OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. …

oil 0.8.pre6

Oil is a programming language with automatic translation for Bash. It includes osh, a Unix/POSIX shell that runs unmodified Bash scripts. …

ois 1.5

Cross Platform Object Oriented Input Lib System is a cross platform, simple solution for using all kinds of Input Devices (Keyboards, Mice, Joysticks, etc) and feedback devices (e.g. force feedback). …

oksh 0.5.9

Oksh is a port of the OpenBSD Korn Shell. The OpenBSD Korn Shell is a cleaned up and enhanced ksh. …

okteta 17.12.3

Okteta is a simple editor for the raw data of files. This type of program is also called hex editor or binary editor. The data is displayed in the traditional view…

ola 0.10.7

The Open Lighting Architecture is a framework for lighting control information. It supports a range of protocols and over a dozen USB devices. It can run as a standalone service, which…

omake 0.10.3

Similar to make utilities you may have used, but it features many additional enhancements, including: 1. Support for projects spanning several directories or directory hierarchies. 2. Fast, reliable, automated,…

omnitux 1.2.1

The project aims to provide various educational activities around multimedia elements (images, sounds, texts). Types of activities include: * associations, * items to place on a…

oniguruma 6.9.5-rev1

Oniguruma is a regular expressions library. The special characteristic of this library is that different character encoding for every regular expression object can be specified. …

onionshare 2.2

OnionShare is a tool for securely and anonymously sending and receiving files using Tor onion services. It works by starting a web server directly on your computer and making it accessible…

opam 2.0.6

OPAM is a tool to manage OCaml packages. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow. …

opari2 2.0.5

OPARI2 is a source-to-source instrumentation tool for OpenMP and hybrid codes. It surrounds OpenMP directives and runtime library calls with calls to the POMP2 measurement interface. …

open-adventure 2.5-2.d43854f

The original Colossal Cave Adventure from 1976 was the origin of all text adventures, dungeon-crawl (computer) games, and computer-hosted roleplaying games. This is the last version released by Crowther & Woods,…

open-zwave 1.6

OpenZWave (or OZW) is a C++ library that interfaces with selected Z-Wave PC controllers. It allows developers to create applications that manipulate and respond to devices on a Z-Wave network, without…

openal 1.20.1

OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including…

openbabel 2.4.1

Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It's a collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling,…

openblas 0.3.9

OpenBLAS is a BLAS library forked from the GotoBLAS2-1.13 BSD version. …

openblas-ilp64 0.3.9

OpenBLAS is a BLAS library forked from the GotoBLAS2-1.13 BSD version. …

openbox 3.6.1

Openbox is a highly configurable, next generation window manager with extensive standards support. The *box visual style is well known for its minimalistic appearance. Openbox uses the *box visual style,…

opencascade-occt 7.3.0p3

Open CASCADE is a set of libraries for the development of applications dealing with 3D CAD data or requiring industrial 3D capabilities. It includes C++ class libraries providing services for 3D…

opencascade-oce 0.17.2

Open CASCADE is a set of libraries for the development of applications dealing with 3D CAD data or requiring industrial 3D capabilities. It includes C++ class libraries providing services for 3D…

opencc 1.0.5

Open Chinese Convert (OpenCC) converts between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion, and regional idioms among Mainland China, Taiwan, and Hong-Kong. …

opencl-clhpp 2.0.10

This package provides the "host API" C++ headers for OpenCL. …

opencl-headers 1.2.0-0.e986688

This package provides the C headers by Khronos for OpenCL programming. …

opencl-headers 2.2.0-0.e986688

This package provides the C headers by Khronos for OpenCL programming. …

opencl-headers 1.0.0-0.e986688

This package provides the C headers by Khronos for OpenCL programming. …

opencl-headers 1.1.0-0.e986688

This package provides the C headers by Khronos for OpenCL programming. …

opencl-headers 2.1.0-0.e986688

This package provides the C headers by Khronos for OpenCL programming. …

opencl-headers 2.0.0-0.e986688

This package provides the C headers by Khronos for OpenCL programming. …

openclonk 8.1

OpenClonk is a multiplayer action/tactics/skill game. It is often referred to as a mixture of The Settlers and Worms. In a simple 2D antfarm-style landscape, the player controls a crew…

opencog 0.1.4-1.ceac905

OpenCog is a framework for developing AI systems, especially appropriate for integrative multi-algorithm systems, and artificial general intelligence systems. It currently contains a functional core framework, and a number of cognitive agents…

openconnect 8.10

OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and…

opencore-amr 0.1.5

OpenCore-AMR is a library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec. …

opencpn 5.0.0

OpenCPN is a chart plotter and marine navigation software designed to be used at the helm station of your boat while underway. Chart a course and track your position right from…

opencsg 1.4.2

OpenCSG is a library for rendering Constructive Solid Geometry (CSG) using OpenGL. CSG is an approach for modeling complex 3D-shapes using simpler ones. For example, two shapes can be combined by…

openctm 1.0.3.603

OpenCTM is a file format, a software library and a tool set for compression of 3D triangle meshes. The geometry is compressed to a fraction of comparable file formats (3DS, STL,…

opencv 3.4.3

OpenCV is a library aimed at real-time computer vision, including several hundred computer vision algorithms. It can be used to do things like: * image and video input…

opendht 2.1.4

OpenDHT is a Distributed Hash Table (DHT) library. It may be used to manage peer-to-peer network connections as needed for real time communication. …

opendoas 6.6.1

Doas is a minimal replacement for the venerable sudo. It was initially written by Ted Unangst of the OpenBSD project to provide 95% of the features of sudo with a fraction…

openexr 2.5.2

OpenEXR is a high dynamic-range (HDR) image file format developed for use in computer imaging applications. The IlmImf C++ libraries support storage of the "EXR" file format for storing 16-bit floating-point…

openfoam 4.1

OpenFOAM provides a set of solvers and methods for tackling problems in the field of Computational Fluid Dynamics (CFD). It is written in C++. Governing equations such as the Navier-Stokes…

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