Packages — O (Page 1 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

oath-toolkit 2.6.2

The "OATH" (Open AuTHentication) Toolkit provides various components for building one-time password ("OTP") authentication systems: * `oathtool', a command-line tool for generating & validating OTPs. * `liboath',…

obby 0.4.8

Library that provides synced document buffers. It supports multiple documents in one session. Obby is used by the Gobby collaborative editor. …

obconf 2.0.4

Obconf is a tool for configuring the Openbox window manager. You can configure its appearance, themes, and much more. …

obconf-qt 0.15.0

ObConf-Qt is a Qt port of ObConf, a configuration editor for window manager OpenBox. …

obs 25.0.8

Open Broadcaster Software provides a graphical interface for video recording and live streaming. OBS supports capturing audio and video from many input sources such as webcams, X11 (for screencasting), PulseAudio, and…

ocaml 4.07.1

OCaml is a general purpose industrial-strength programming language with an emphasis on expressiveness and safety. Developed for more than 20 years at Inria it benefits from one of the most advanced…

ocaml 4.09.0

OCaml is a general purpose industrial-strength programming language with an emphasis on expressiveness and safety. Developed for more than 20 years at Inria it benefits from one of the most advanced…

ocaml-alcotest 0.8.5

Alcotest exposes simple interface to perform unit tests. It exposes a simple TESTABLE module type, a check function to assert test predicates and a run function to perform a list of…

ocaml-astring 0.8.3

Astring exposes an alternative String module for OCaml. This module balances minimality and expressiveness for basic, index-free, string processing and provides types and functions for substrings, string sets and string maps.…

ocaml-base64 3.2.0

Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is specified in RFC 4648. …

ocaml-batteries 2.10.0

Define a standard set of libraries which may be expected on every compliant installation of OCaml and organize these libraries into a hierarchy of modules. …

ocaml-bigarray-compat 1.0.0

This package contains a compatibility library for `Stdlib.Bigarray' in OCaml. …

ocaml-bindlib 5.0.1

Bindlib is a library allowing the manipulation of data structures with bound variables. It is particularly useful when writing ASTs for programming languages, but also for manipulating terms of the λ-calculus…

ocaml-biniou 1.2.1

Biniou (pronounced "be new" is a binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve. Biniou is vastly equivalent to JSON in terms of…

ocaml-bisect-ppx 1.4.2

Bisect_ppx helps you test thoroughly. It is a small preprocessor that inserts instrumentation at places in your code, such as if-then-else and match expressions. After you run tests, Bisect_ppx gives…

ocaml-bitstring 3.1.0

Adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml. You can use this module to both parse and generate binary formats, files and protocols. …

ocaml-bos 0.2.0

Bos provides support for basic and robust interaction with the operating system in OCaml. It has functions to access the process environment, parse command line arguments, interact with the file system…

ocaml-cairo2 0.6.1

Ocaml-cairo2 is a binding to Cairo, a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF,…

ocaml-camomile 1.0.2

Camomile is a Unicode library for OCaml. Camomile provides Unicode character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings, collation and locale-sensitive case mappings, and more. The library…

ocaml-cmdliner 1.0.3

Cmdliner is a module for the declarative definition of command line interfaces. It provides a simple and compositional mechanism to convert command line arguments to OCaml values and pass them to your…

ocaml-compiler-libs 0.11.0

This package simply repackages the OCaml compiler libraries so they don't expose everything at toplevel. For instance, `Ast_helper' is now `Ocaml_common.Ast_helper'. …

ocaml-cppo 1.6.6

Cppo is an equivalent of the C preprocessor for OCaml programs. It allows the definition of simple macros and file inclusion. Cpp ois: 1. more OCaml-friendly than cpp …

ocaml-craml 1.0.0

CRAM is a is functional testing framework for command line applications. `craml' is freely inspired by the Mercurial's `https://www.selenic.com/blog/?p=663, unified test format'. `craml' is released as a single binary (called…

ocaml-cstruct 4.0.0

Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed…

ocaml-csv 2.3

"Comma separated values" (CSV) is a simple tabular format supported by all major spreadsheets. This library implements pure OCaml functions to read and write files in this format as well as…

ocaml-ctypes 0.14.0

Ctypes is a library for binding to C libraries using pure OCaml. The primary aim is to make writing C extensions as straightforward as possible. The core of ctypes is…

ocaml-cudf 0.9

CUDF (for Common Upgradeability Description Format) is a format for describing upgrade scenarios in package-based Free and Open Source Software distribution. …

ocaml-dose3 5.0.1

Dose3 is a framework made of several OCaml libraries for managing distribution packages and their dependencies. Though not tied to any particular distribution, dose3 constitutes a pool of libraries which enable…

ocaml-easy-format 1.3.2

Easy-format is a high-level and functional interface to the Format module of the OCaml standard library. …

ocaml-extlib 1.7.7

This library adds new functions to OCaml standard library modules, modifies some functions in order to get better performances or safety (tail-recursive) and also provides new modules which should be useful for…

ocaml-fileutils 0.6.2

Library to provide pure OCaml functions to manipulate real file (POSIX like) and filename. …

ocaml-findlib 1.8.1

The "findlib" library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored.…

ocaml-fmt 0.8.5

Fmt exposes combinators to devise Format pretty-printing functions. …

ocaml-fpath 0.7.2

Fpath is an OCaml module for handling file system paths with POSIX or Windows conventions. Fpath processes paths without accessing the file system and is independent from any system library. …

ocaml-frontc 3.4.2

FrontC is an OCAML library providing a C parser and lexer. The result is a syntactic tree easy to process with usual OCAML tree management. It provides support for ANSI…

ocaml-graph 1.8.8

OCamlgraph is a generic graph library for OCaml. …

ocaml-hex 1.4.0

Hex is a minimal library providing hexadecimal converters. …

ocaml-integers 0.3.0

The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bit signed and unsigned integer types, together with aliases such as long and size_t whose sizes depend on the host platform. …

ocaml-jane-street-headers 0.11.0

This package provides C header files shared between the various Jane Street packages. …

ocaml-js-build-tools 113.33.06

This package contains tools to help building Jane Street packages, but can be used for other purposes. It contains: 1. an `oasis2opam-install' tool to produce a `.install' file from…

ocaml-jsonm 1.0.1

Jsonm is a non-blocking streaming codec to decode and encode the JSON data format. It can process JSON text without blocking on IO and without a complete in-memory representation of the…

ocaml-logs 0.6.2

Logs provides a logging infrastructure for OCaml. Logging is performed on sources whose reporting level can be set independently. Log message report is decoupled from logging and is handled by…

ocaml-lwt 5.1.1

Lwt provides typed, composable cooperative threads. These make it easy to run normally-blocking I/O operations concurrently in a single process. Also, in many cases, Lwt threads can interact without the…

ocaml-lwt-log 1.1.1

This package provides a deprecated logging component for ocaml lwt. …

ocaml-lwt-react 1.1.3

Lwt provides typed, composable cooperative threads. These make it easy to run normally-blocking I/O operations concurrently in a single process. Also, in many cases, Lwt threads can interact without the…

ocaml-markup 0.8.2

Markup.ml provides an HTML parser and an XML parser. The parsers are wrapped in a simple interface: they are functions that transform byte streams to parsing signal streams. Streams can…

ocaml-mccs 1.1+9

Mccs (Multi Criteria CUDF Solver) is a CUDF problem solver. Mccs take as input a CUDF problem and computes the best solution according to a set of criteria. It relies…

ocaml-mcl 12-068oasis4

This package provides OCaml bindings for the MCL graph clustering algorithm. …

ocaml-menhir 20190626

Menhir is a parser generator. It turns high-level grammar specifications, decorated with semantic actions expressed in the OCaml programming language into parsers, again expressed in OCaml. It is based on…

ocaml-migrate-parsetree 1.4.0

This library converts between parsetrees of different OCaml versions. For each version, there is a snapshot of the parsetree and conversion functions to the next and/or previous version. …

ocaml-mmap 1.1.0

This project provides a `Mmap.map_file' function for mapping files in memory. This function is the same as the `Unix.map_file' function added in OCaml >= 4.06. …

ocaml-mtime 1.1.0

Access monotonic wall-clock time. It measures time spans without being subject to operating system calendar time adjustments. …

ocaml-num 1.1

OCaml-Num contains the legacy Num library for arbitrary-precision integer and rational arithmetic that used to be part of the OCaml core distribution. …

ocaml-oasis 0.4.11

OASIS is a tool to integrate a configure, build and install system in your OCaml projects. It helps to create standard entry points in your build system and allows external tools…

ocaml-ocb-stubblr 0.1.1

Ocb-stubblr is about ten lines of code that you need to repeat over, over, over and over again if you are using ocamlbuild to build OCaml projects that contain C stubs. …

ocaml-ocplib-endian 1.0

Optimised functions to read and write int16/32/64 from strings and bigarrays, based on new primitives added in version 4.01. It works on strings, bytes and bigstring (Bigarrys of chars), and provides…

ocaml-octavius 1.2.2

Octavius is a library to parse the `ocamldoc` comment syntax. …

ocaml-ocurl 0.9.1

Client-side URL transfer library, supporting HTTP and a multitude of other network protocols (FTP/SMTP/RTSP/etc). …

ocaml-opam-file-format 2.0.0

This package contains a parser and a pretty-printer for the opam file fomat. …

ocaml-ounit 2.0.8

Unit testing framework for OCaml. It is similar to JUnit and other XUnit testing frameworks. …

ocaml-ppx-derivers 1.2.1

Ppx_derivers is a tiny package whose sole purpose is to allow ppx_deriving and ppx_type_conv to inter-operate gracefully when linked as part of the same ocaml-migrate-parsetree driver. …

ocaml-ppx-tools-versioned 5.2.3

This package is a variant of ppx_tools based on ocaml-migrate-parsetree …

ocaml-qcheck 0.12

QuickCheck inspired property-based testing for OCaml. This module checks invariants (properties of some types) over randomly generated instances of the type. It provides combinators for generating instances and printing them. …

ocaml-qtest 2.10.1

Qtest extracts inline unit tests written using a special syntax in comments. Those tests are then run using the oUnit framework and the qcheck library. The possibilities range from trivial tests…

ocaml-re 1.9.0

Pure OCaml regular expressions with: 1. Perl-style regular expressions (module Re_perl) 2. Posix extended regular expressions (module Re_posix) 3. Emacs-style regular expressions (module Re_emacs) 4. Shell-style…

ocaml-react 1.2.1

React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values: declarative events and signals. React doesn't define any primitive event or signal,…

ocaml-result 1.4

Uses the new result type defined in OCaml >= 4.03 while staying compatible with older version of OCaml should use the Result module defined in this library. …

ocaml-rresult 0.5.0

Handle computation results and errors in an explicit and declarative manner, without resorting to exceptions. It defines combinators to operate on the result type available from OCaml 4.03 in the standard…

ocaml-seq 0.1

This package is a compatibility package for OCaml's standard iterator type starting from 4.07. …

ocaml-ssl 0.5.9

OCaml-SSL is a set of bindings for OpenSSL, a library for communicating through Transport Layer Security ("TLS") encrypted connections. …

ocaml-stdlib-shims 0.1.0

This package backports some of the new stdlib features to older compilers, such as the Stdlib module. This allows projects that require compatibility with older compiler to use these new features…

ocaml-stringext 1.6.0

Provides a single module named Stringext that provides a grab bag of often used but missing string functions from the stdlib. E.g, split, full_split, cut, rcut, etc.. …

ocaml-timed 1.0

Timed references for imperative state. This module provides an alternative type for references (or mutable cells) supporting undo/redo operations. In particular, an abstract notion of time is used to capture…

ocaml-topkg 1.0.0

Topkg is a packager for distributing OCaml software. It provides an API to describe the files a package installs in a given build configuration and to specify information about the package's…

ocaml-tsdl 0.9.7

Tsdl is an OCaml library providing thin bindings to the cross-platform SDL C library. …

ocaml-tyxml 4.3.0

TyXML provides a set of convenient combinators that uses the OCaml type system to ensure the validity of the generated documents. TyXML can be used with any representation of HTML and…

ocaml-uchar 0.0.2

The uchar package provides a compatibility library for the `Uchar` module introduced in OCaml 4.03. …

ocaml-uuidm 0.9.6

Uuidm is an OCaml module implementing 128 bits universally unique identifiers (UUIDs) version 3, 5 (named based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122. …

ocaml-uutf 1.0.1

Uutf is a non-blocking streaming codec to decode and encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes. It can efficiently work character by character without blocking on IO. Decoders…

ocaml-xmlm 1.3.0

Xmlm is a streaming codec to decode and encode the XML data format. It can process XML documents without a complete in-memory representation of the data. …

ocaml-yojson 1.7.0

Yojson is an optimized parsing and printing library for the JSON format. It addresses a few shortcomings of json-wheel including 2x speedup, polymorphic variants and optional syntax for tuples and variants.…

ocaml-zarith 1.9.1

Implements arithmetic and logical operations over arbitrary-precision integers. It uses GMP to efficiently implement arithmetic over big integers. Small integers are represented as Caml unboxed integers, for speed and space economy. …

ocaml4.07-base 0.11.1

Base is a complete and portable alternative to the OCaml standard library. It provides all standard functionalities one would expect from a language standard library. It uses consistent conventions across…

ocaml4.07-bin-prot 0.11.0

This library contains functionality for reading and writing OCaml-values in a type-safe binary protocol. It is extremely efficient, typically supporting type-safe marshalling and unmarshalling of even highly structured values at speeds sufficient…

ocaml4.07-charinfo-width 1.1.0

This module is implements purely in OCaml a character width function that follows the prototype of POSIX's wcwidth. …

ocaml4.07-configurator 0.11.0

Configurator is a small library that helps writing OCaml scripts that test features available on the system, in order to generate config.h files for instance. Configurator allows one to: * test…

ocaml4.07-core 0.11.3

The Core suite of libraries is an alternative to OCaml's standard library that was developed by Jane Street. …

ocaml4.07-core-kernel 0.11.1

Core is an alternative to the OCaml standard library. Core_kernel is the system-independent part of Core. It is aimed for cases when the full Core is not available, such as in…

ocaml4.07-dune 1.11.3

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from `dune' files following a very simple s-expression syntax. …

ocaml4.07-earley 2.0.0

Earley is a parser combinator library base on Earley's algorithm. It is intended to be used in conjunction with an OCaml syntax extension which allows the definition of parsers inside the…

ocaml4.07-expect 0.0.6

Help building unitary testing of interactive program. You can match the question using a regular expression or a timeout. …

ocaml4.07-ezjsonm 1.1.0

Ezjsonm provides more convenient (but far less flexible) input and output functions that go to and from [string] values than jsonm. This avoids the need to write signal code, which is…

ocaml4.07-fftw3 0.8.4

Bindings providing OCaml support for the seminal Fast Fourier Transform library FFTW. …

ocaml4.07-fieldslib 0.11.0

Syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values. …

ocaml4.07-findlib 1.8.1

The "findlib" library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored.…

ocaml4.07-gen 0.5.2

Gen implements iterators of OCaml, that are both restartable and consumable. …

ocaml4.07-gsl 1.19.3

GSL-OCaml is an interface to the "GNU scientific library" (GSL) for the OCaml language. …

ocaml4.07-gsl 1.24.0

GSL-OCaml is an interface to the "GNU scientific library" (GSL) for the OCaml language. …

ocaml4.07-lablgtk 2.18.10

LablGtk is an OCaml interface to GTK+ 1.2 and 2.x. It provides a strongly-typed object-oriented interface that is compatible with the dynamic typing of GTK+. Most widgets and methods are available.…

ocaml4.07-lacaml 11.0.5

Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library (Linear Algebra routines). It also contains many additional convenience functions for vectors and matrices. …

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