dev-ml/0install::gentoo
- Ebuilds: 1, Testing: 2.18-r1 Description:
Zero Install is a decentralised cross-distribution software
installation system. Other features include full support for shared
libraries (with a SAT solver for dependency resolution),
sharing between users, and integration with native platform package
managers. It supports both binary and source packages, and works on
Linux, macOS, Unix and Windows systems.
Homepage:https://docs.0install.net/developers/solver/ License: LGPL-2.1+
dev-ml/afl-persistent::nest
- Ebuilds: 2, Testing: 1.4, Snapshot: 9999 Description:
afl-fuzz normally works by repeatedly fork()ing the program being tested.
This package allows to run afl-fuzz in 'persistent mode', which avoids
repeated forking and is much faster.
Homepage:https://github.com/stedolan/ocaml-afl-persistent License: MIT
dev-ml/alcotest-lwt::nest
- Ebuilds: 2, Testing: 1.9.1, Snapshot: 9999 Description:
Alcotest exposes a simple interface to perform unit tests. It exposes
a simple TESTABLE module type, a check function to assert test predicates.
Homepage:https://github.com/mirage/alcotest License: ISC
dev-ml/alsa::nest
- Ebuilds: 2, Testing: 0.3.0, Snapshot: 9999 Description:
This package contains an OCaml interface (OCaml bindings) for
the ALSA library, otherwise known as libasound2, which provides
functions for using soundcards
Homepage:https://github.com/savonet/ocaml-alsa License: GPL-2
dev-ml/amazon-q-developer-cli::ambasta
- Ebuilds: 1, Testing: 1.17.1 Description: Agentic chat experience in your terminal. Build applications using natural language.
Homepage:https://aws.amazon.com/q/ License: || ( Apache-2.0 MIT )
Apache-2.0 BSD Boost-1.0 CC-PD CDLA-Permissive-2.0 ISC MIT MIT-0
MPL-2.0 openssl Unicode-3.0 ZLIB
dev-ml/ao::nest
- Ebuilds: 2, Testing: 0.2.4, Snapshot: 9999 Description:
This package contains an OCaml interface for the cross-platform
audio output library, otherwise known as libao.
Homepage:https://github.com/savonet/ocaml-ao License: LGPL-2.1
dev-ml/arp::nest
- Ebuilds: 2, Testing: 4.1.0, Snapshot: 9999 Description:
ARP is an implementation of the address resolution protocol (RFC826)
purely in OCaml. It handles IPv4 protocol addresses and Ethernet
hardware addresses only.
Homepage:https://github.com/mirage/arp License: ISC
dev-ml/asetmap::nest
- Ebuilds: 2, Testing: 0.8.1, Snapshot: 9999 Description:
asetmap provides slightly tweaked OCaml standard library Set and Map
functors. asetmap tries to maximize compatibility with the standard
library. It essentially gets rid of Not_found exceptions and provide
pretty-printers for the data types.
Homepage:https://github.com/dbuenzli/asetmap License: ISC
dev-ml/asn1-combinators::nest
- Ebuilds: 2, Testing: 0.3.2, Snapshot: 9999 Description:
This package provides a library for expressing ASN.1 in OCaml. Skip the
notation part of ASN.1, and embed the abstract syntax directly in the language.
These abstract syntax representations can be used for parsing,
serialization, or random testing.
Homepage:https://github.com/mirleft/ocaml-asn1-combinators License: ISC
atd (available in: dev-ml/atd::gentoo, dev-ml/atd::nest)
- Ebuilds: 4, Testing: 4.2.0, Snapshot: 9999 Description:
ATD stands for Adaptable Type Definitions. It is a syntax for defining
cross-language data types. It is used as input to generate efficient and
type-safe serializers, deserializers and validators.
Homepage:https://github.com/ahrefs/atd/ License: MIT
dev-ml/backoff::nest
- Ebuilds: 2, Testing: 0.1.1, Snapshot: 9999 Description:
This package provides an exponential backoff mechanism. It reduces
contention by making a domain back off after failing an operation
contested by another domain, like acquiring a lock or performing a
CAS operation.
Homepage:https://github.com/ocaml-multicore/backoff License: ISC
dev-ml/bechamel::nest
- Ebuilds: 2, Testing: 0.5.0, Snapshot: 9999 Description:
This package provides a toolkit to do a micro-benchmarking on functions.
The user is able to extend metrics (depending on your machine).
Homepage:https://github.com/mirage/bechamel License: MIT
dev-ml/bheap::nest
- Ebuilds: 2, Testing: 2.0.0, Snapshot: 9999 Description:
This package contains a traditional implementation of priority queues
using a binary heap encoded in a resizable array.
Homepage:https://github.com/backtracking/bheap License: LGPL-2.1-with-linking-exception
dev-ml/bjack::nest
- Ebuilds: 2, Testing: 0.1.6, Snapshot: 9999 Description:
This package contains an OCaml blocking API for the jack audio
connection kit, which provides functions for linking audio programs
Homepage:https://github.com/savonet/ocaml-bjack License: LGPL-2.1
dev-ml/bstr::nest
- Ebuilds: 2, Testing: 0.0.4, Snapshot: 9999 Description:
This package provides a small set of libraries offers a homogeneous
API between 2 types and their derivations with the slice type,
as well as a small DSL for decoding "packets" (such as ARP or DNS)
without too much difficulty.
Homepage:https://github.com/robur-coop/bstr License: MIT
dev-ml/ca-certs::nest
- Ebuilds: 2, Testing: 1.0.1, Snapshot: 9999 Description:
This package provides a library exposes a set of root anchors
(Certificate Authorities) to authenticate servers so that it can be
registered with ocaml-tls.
Homepage:https://github.com/mirage/ca-certs License: ISC
dev-ml/cachet::nest
- Ebuilds: 2, Testing: 0.0.4, Snapshot: 9999 Description:
This package provides a small library that provides a simple cache
system for page-by-page read access on a block device.
Homepage:https://github.com/robur-coop/cachet License: ISC
dev-ml/carton::nest
- Ebuilds: 3, Testing: 1.2.0, Snapshot: 9999 Description:
This package provides an implementation of the PACKv2 file in OCaml.
PACKv2 file is used by Git to store Git objects. Carton is more
abstracted when it can store any objects.
Homepage:https://github.com/robur-coop/carton License: ISC
dev-ml/cmarkit::nest
- Ebuilds: 2, Testing: 0.4.0, Snapshot: 9999 Description:
This package provides an OCaml libary for parsing the CommonMark
specification, including parser for UTF-8 encoded documents.
Homepage:https://github.com/dbuenzli/cmarkit License: ISC
dev-ml/cohttp::nest
- Ebuilds: 2, Testing: 6.2.1, Snapshot: 9999 Description:
This package provides an OCaml library for creating HTTP daemons.
It has a portable HTTP parser, and implementations using various
asynchronous programming libraries.
Homepage:https://github.com/mirage/ocaml-cohttp License: ISC
dev-ml/containers::nest
- Ebuilds: 2, Testing: 3.18, Snapshot: 9999 Description:
This library provides an extension of OCaml's standard library focused
on data structures, combinators and iterators, without dependencies on
unix, str or num.
Homepage:https://github.com/c-cube/ocaml-containers License: BSD-2
core (available in: dev-ml/core::gentoo, dev-ml/core::zscheile)
- Ebuilds: 3, Stable: 0.16.1, Testing: 0.17.1-r1 Description:
Core is Jane Street Capital's Ocaml standard library overlay. It
provides tail recursive versions of non tail recursive functions in
the standard library, changes the signature of many of the standard
modules, and adds new functionality.
Core_extended adds new functionality, but is only code reviewed on an
ad-hoc basis.
Homepage:https://github.com/janestreet/core License: MIT
dev-ml/core_kernel::gentoo
- Ebuilds: 2, Stable: 0.16.0, Testing: 0.17.0-r1 Description:
Core_kernel is the system-independent part of Core. It is aimed for
cases when the full Core is not available, such as in Javascript. It
provides an overlay on the usual namespace, so the best way to use
Core is to start your file with:
open Core_kernel.Std
Homepage:https://github.com/janestreet/core_kernel License: LGPL-2.1-with-linking-exception
dev-ml/crowbar::nest
- Ebuilds: 2, Testing: 0.2.2, Snapshot: 9999 Description:
This package provides a library for testing code, combining
QuickCheck-style property-based testing and the magical bug-finding
powers of afl-fuzz.
Homepage:https://github.com/stedolan/crowbar License: MIT
dev-ml/cry::nest
- Ebuilds: 2, Testing: 1.0.3, Snapshot: 9999 Description:
This package contains an OCaml implementation of the various icecast
and shoutcast source client protocols to connect to streaming servers
such as icecast
Homepage:https://github.com/savonet/ocaml-cry License: GPL-2
dev-ml/data-encoding::nest
- Ebuilds: 2, Testing: 1.0.1, Snapshot: 9999 Description:
This package provides a library for encoding and decoding data.
It offers a great degree of control over the layout of data.
It supports json and binary serialisation/deserialisation.
Homepage:https://gitlab.com/nomadic-labs/data-encoding License: MIT
dev-ml/digestif::nest
- Ebuilds: 2, Testing: 1.3.0, Snapshot: 9999 Description:
This library provides a toolbox which implements hashes: MD5, SHA1, SHA2,
SHA3, WHIRLPOOL, BLAKE2B, BLAKE2S, RIPEMD160.
Homepage:https://github.com/mirage/digestif License: MIT
dev-ml/dns::nest
- Ebuilds: 2, Testing: 10.2.5, Snapshot: 9999 Description:
This library supports most of the domain name system used in the wild.
It adheres to strict conventions. Failing early and hard. It is mostly
implemented in the pure fragment of OCaml (no mutation, isolated IO,
no exceptions).
Homepage:https://github.com/mirage/ocaml-dns License: BSD-2
dev-ml/dns-cli::nest
- Ebuilds: 2, Testing: 10.2.5, Snapshot: 9999 Description:
This library supports most of the domain name system used in the wild.
It adheres to strict conventions. Failing early and hard. It is mostly
implemented in the pure fragment of OCaml (no mutation, isolated IO,
no exceptions).
Homepage:https://github.com/mirage/ocaml-dns License: BSD-2
dev-ml/dns-client::nest
- Ebuilds: 2, Testing: 10.2.5, Snapshot: 9999 Description:
This library supports most of the domain name system used in the wild.
It adheres to strict conventions. Failing early and hard. It is mostly
implemented in the pure fragment of OCaml (no mutation, isolated IO,
no exceptions).
Homepage:https://github.com/mirage/ocaml-dns License: BSD-2
dev-ml/dns-stub::nest
- Ebuilds: 2, Testing: 10.2.5, Snapshot: 9999 Description:
This library supports most of the domain name system used in the wild.
It adheres to strict conventions. Failing early and hard. It is mostly
implemented in the pure fragment of OCaml (no mutation, isolated IO,
no exceptions).
Homepage:https://github.com/mirage/ocaml-dns License: BSD-2
dev-ml/domain-name::nest
- Ebuilds: 2, Testing: 0.5.0, Snapshot: 9999 Description:
A domain name is a sequence of labels separated by dots, such as
foo.example. Each label may contain any bytes. The length of each
label may not exceed 63 charactes. The total length of a domain name
is limited to 253 (byte representation is 255), but other protocols
(such as SMTP) may apply even smaller limits. A domain name label is
case preserving, comparison is done in a case insensitive manner.
Homepage:https://github.com/hannesm/domain-name License: ISC
dev-ml/domain_shims::nest
- Ebuilds: 2, Testing: 0.1.0, Snapshot: 9999 Description:
Domain is a new module of the OCaml 5 standard library that exposes
the Multicore OCaml runtime's ability to run OCaml computations in
parallel. This package provide a possibility to run code that was
written for OCaml 5 using the Domain module under OCaml 4.
Homepage:https://gitlab.com/gasche/domain-shims License: ISC
dev-ml/dscheck::nest
- Ebuilds: 2, Testing: 0.5.0, Snapshot: 9999 Description:
This library provides an experimental model checker for testing
concurrent programs. DSCheck explores interleavings of a user-provided
program and helps ensure that its invariants are maintained regardless
of scheduling decisions.
Homepage:https://github.com/ocaml-multicore/dscheck License: ISC
dev-ml/dssi::nest
- Ebuilds: 2, Testing: 0.1.5, Snapshot: 9999 Description:
This package provides OCaml interface (OCaml bindings) for the DSSI
standard for synthesizer plugins, which provides audio synthesizers.
Homepage:https://github.com/savonet/ocaml-dssi License: GPL-2
dev-ml/duff::nest
- Ebuilds: 2, Testing: 0.5, Snapshot: 9999 Description:
This package provides a little library to implement libXdiff in OCaml.
This library is a part of the ocaml-git project. This code is a
translation of diff-delta.c available on the git project in OCaml.
So, it respects some git's constraints unlike libXdiff.
Homepage:https://github.com/mirage/duff License: MIT
dev-ml/either::nest
- Ebuilds: 2, Testing: 1.0.0, Snapshot: 9999 Description:
Projects that want to use the Either module defined in OCaml 4.12.0
while staying compatible with older versions of OCaml should use this
library instead. On OCaml versions 4.12 and above, this library defines
an alias Either to the standard library's definition of the module.
Otherwise, it provides an equivalent definition of Either.
Homepage:https://github.com/mirage/either License: MIT
dev-ml/emile::nest
- Ebuilds: 2, Testing: 1.1, Snapshot: 9999 Description:
This package provides a library to parse an e-mail address in OCaml.
This implementation follow some RFCs: 822, 2822, 5321, 5322, 6532.
Homepage:https://github.com/mirage/emile License: MIT
dev-ml/encore::nest
- Ebuilds: 2, Testing: 0.8.1, Snapshot: 9999 Description:
The goal of encore is to provide a way to express a format. From it,
the user is able to make an angstrom's parser or a lavoisier's encoder.
Homepage:https://github.com/mirage/encore License: MIT
dev-ml/eqaf::nest
- Ebuilds: 2, Testing: 0.10, Snapshot: 9999 Description:
This library implements various constant time algorithms, first and
foremost the Eqaf.equal equality testing function for string.
Homepage:https://github.com/mirage/eqaf License: MIT
dev-ml/ezjsonm::nest
- Ebuilds: 2, Testing: 1.3.0, Snapshot: 9999 Description:
This package provides an easy interface on top of the Jsonm library
(dev-ml/jsonm). This version provides more convenient
(but far less flexible) input and output functions that go to and
from [string] values.
Homepage:https://github.com/mirage/ezjsonm License: ISC
dev-ml/faraday::nest
- Ebuilds: 2, Testing: 0.8.2, Snapshot: 9999 Description:
Faraday is a library for writing fast and memory-efficient serializers.
Its core type and related operation gives the user fine-grained control
over copying and allocation behavior while serializing user-defined types.
Homepage:https://github.com/inhabitedtype/faraday License: BSD
dev-ml/fieldslib::gentoo
- Ebuilds: 3, Stable: 0.16.0, Testing: 0.17.0-r1 Description:
This library defines a syntax extension for OCaml using Camlp4 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 of a record and create new record values.
Homepage:https://github.com/janestreet/fieldslib License: Apache-2.0
gapi-ocaml (available in: dev-ml/gapi-ocaml::gentoo, dev-ml/gapi-ocaml::phoenix591, dev-ml/gapi-ocaml::stuff)
- Ebuilds: 5, Testing: 0.4.9 Description: gapi-ocaml is a simple, unofficial, OCaml client for Google Services.
The library supports ClientLogin, OAuth 1.0a, and OAuth 2.0
authentication. Supported RESTful APIs: Calendar APIs v3, Google+ API
v1, Tasks API v1, APIs Discovery Service v1, URL Shortener API v1,
OAuth2 API v2, Custom Search API v1, Google Analytics API v3, Page
Speed Online API v1, Blogger API v2, Site Verification API v1, AdSense
Management API v1.4, BigQuery API v2, Drive API v2, Drive API v3,
Gmail API v1.
Homepage:
https://opam.ocaml.org/packages/gapi-ocaml/
https://github.com/astrada/gapi-ocaml
License: MIT
dev-ml/gavl::nest
- Ebuilds: 2, Testing: 0.1.6, Snapshot: 9999 Description:
This package contains an OCaml interface for Gmerlin Audio Video
Library, otherwise known as gavl, which provides functions for
converting images formats, colorspaces, etc.
Homepage:https://github.com/savonet/ocaml-gavl License: GPL-2
dev-ml/gd::nest
- Ebuilds: 2, Testing: 1.1, Snapshot: 9999 Description:
GD4O is an OCaml interface to the GD graphics library. It is based on
OCamlGD 0.7, developed by Shawn Wagner.
Homepage:https://github.com/savonet/ocaml-gd License: LGPL-2.1
dev-ml/git::nest
- Ebuilds: 2, Testing: 3.18.0, Snapshot: 9999 Description:
This package provides a library to read and write all the Git objects:
blobs, trees, commits and tags. It can also handle pack files,
pack indexes and index files.
Homepage:https://github.com/mirage/ocaml-git License: ISC
dev-ml/gluten::nest
- Ebuilds: 2, Testing: 0.5.2, Snapshot: 9999 Description:
gluten implements platform specific runtime code for driving network
libraries based on state machines, such as http/af, h2 and websocketaf.
Homepage:https://github.com/anmonteiro/gluten License: BSD
dev-ml/gmap::nest
- Ebuilds: 2, Testing: 0.3.0, Snapshot: 9999 Description:
Gmap exposes the functor Make which takes a key type (a GADT 'a key) and
outputs a type-safe Map where each 'a key is associated with a 'a value.
Homepage:https://github.com/hannesm/gmap License: ISC
dev-ml/hex::nest
- Ebuilds: 2, Testing: 1.5.0, Snapshot: 9999 Description:
This package provides a minimal library providing hexadecimal converters,
which offers features for hexadecimal encoding and decoding.
Homepage:https://github.com/mirage/ocaml-hex License: ISC
dev-ml/hxd::nest
- Ebuilds: 2, Testing: 0.4.0, Snapshot: 9999 Description:
This package provides a little program to output a hexdump of
a // or a binary file. The main difference with dev-util/xxd
is to color outputs to be more fancy to read. Then, it provides a way
to generate a Caml code which is a dump of inputs.
Homepage:https://github.com/dinosaure/hxd License: MIT
dev-ml/ipaddr::nest
- Ebuilds: 2, Testing: 5.6.2, Snapshot: 9999 Description:
This package provides a library for manipulation of IP and MAC address
representations, including IPv4 and IPv6 CIDR prefix support.
Homepage:https://github.com/mirage/ocaml-ipaddr License: ISC
dev-ml/iter::nest
- Ebuilds: 2, Testing: 1.9, Snapshot: 9999 Description:
This library provides a simple abstraction over iter functions intended
to iterate efficiently on collections while performing some transformations.
Homepage:https://github.com/c-cube/iter License: BSD-2
dev-ml/js_of_ocaml::nest
- Ebuilds: 3, Testing: 6.2.0, Snapshot: 9999 Description:
Js_of_ocaml is a compiler from OCaml bytecode to JavaScript.
It makes it possible to run pure OCaml programs in JavaScript
environment like browsers and Node.js.
Homepage:https://github.com/ocsigen/js_of_ocaml License: LGPL-2.1
dev-ml/junit::nest
- Ebuilds: 2, Testing: 2.3.0, Snapshot: 9999 Description:
This package is for the creation of JUnit XML reports. It provides
a typed API to produce valid reports.
Homepage:https://github.com/Khady/ocaml-junit License: LGPL-2.1-with-linking-exception
dev-ml/kcas::nest
- Ebuilds: 2, Testing: 0.7.0, Snapshot: 9999 Description:
This library provides a software transactional memory (STM) implementation
based on an atomic lock-free multi-word compare-and-set (MCAS) algorithm
enhanced with read-only compare operations and ability to block awaiting
for changes.
Homepage:https://github.com/ocaml-multicore/kcas License: ISC
dev-ml/kdf::nest
- Ebuilds: 2, Testing: 1.0.0, Snapshot: 9999 Description:
This package provides a pure OCaml implementation of scrypt,
PBKDF 1 and 2 as defined by PKCS#5, and HKDF.
Homepage:https://github.com/robur-coop/kdf License: BSD-2
dev-ml/ke::nest
- Ebuilds: 2, Testing: 0.6, Snapshot: 9999 Description:
Queue or FIFO is one of the most famous data-structure used in several
algorithms. Ke provides some implementations of it in a functional or
imperative way.
Homepage:https://github.com/mirage/ke License: MIT
dev-ml/lacaml::science
- Ebuilds: 1, Testing: 11.0.8 Description:
This OCaml-library interfaces two widely used mathematical FORTRAN-libraries:
BLAS - Basic Linear Algebra Subroutines
LAPACK - Linear Algebra PACKage
This allows developers to write high-performance numerical code for applications that require linear algebra.
Homepage:https://mmottl.github.io/lacaml/ License: LGPL-2.1-with-linking-exception
dev-ml/lambda-term::gentoo
- Ebuilds: 3, Testing: 3.4.0 Description:
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 main objective of
lambda-term is to provide a higher level functional interface to terminal
manipulation than, for example, ncurses, by providing a native OCaml
interface instead of bindings to a C library. Lambda-term integrates with
zed to provide text edition facilities in console applications.
Homepage:https://github.com/ocaml-community/lambda-term License: BSD
dev-ml/lame::nest
- Ebuilds: 2, Testing: 0.3.7, Snapshot: 9999 Description:
This package contains an OCaml interface (OCaml bindings) for
the lame library, which provides functions for encoding mp3 files.
Homepage:https://github.com/savonet/ocaml-lame License: GPL-2
dev-ml/lilv::nest
- Ebuilds: 2, Testing: 0.2.0, Snapshot: 9999 Description:
This package contains an OCaml bindings to the lilv library in order
to use LV2 audio plugins, which provides bindings to the lilv library for
simple use of LV2 plugins in applications.
Homepage:https://github.com/savonet/ocaml-lilv License: LGPL-2.1
dev-ml/lo::nest
- Ebuilds: 2, Testing: 0.2.0, Snapshot: 9999 Description:
This package contains an OCaml interface for the liblo library
to use the Open Sound Control (OSC) protocol.
Homepage:https://github.com/savonet/ocaml-lo License: LGPL-2.1
dev-ml/lru::nest
- Ebuilds: 2, Testing: 0.3.1, Snapshot: 9999 Description:
This library provides a weight-bounded finite maps that can remove
the least-recently-used (LRU) bindings in order to maintain a weight
constraint.
Homepage:https://github.com/pqwy/lru License: ISC
dev-ml/lwt-dllist::nest
- Ebuilds: 2, Testing: 1.1.0, Snapshot: 9999 Description:
This module was formerly part of the Lwt core distribution as
the Lwt_sequence module, but has been pulled out into a separate
library since it is really just an implementation detail of Lwt.
Homepage:https://github.com/mirage/lwt-dllist License: MIT
dev-ml/magic-mime::nest
- Ebuilds: 2, Testing: 1.3.1, Snapshot: 9999 Description:
This library contains a database of MIME types that maps filename
extensions into MIME types suitable for use in many Internet protocols
such as HTTP or e-mail. It is generated from the mime.types file found
in Unix systems, but has no dependency on a filesystem since it includes
the contents of the database as an ML datastructure.
Homepage:https://github.com/mirage/ocaml-magic-mime License: ISC
dev-ml/md2mld::nest
- Ebuilds: 2, Testing: 0.7, Snapshot: 9999 Description:
md2mld converts a Markdown-format file into the mld format used by odoc
to render HTML documentation or OCaml libraries.
Homepage:https://github.com/mseri/md2mld License: ISC
dev-ml/mdx::nest
- Ebuilds: 2, Testing: 2.5.2, Snapshot: 9999 Description:
This package allows to execute code blocks inside markdown and
mli/mld documentation to help keeping them up to date.
Homepage:https://github.com/realworldocaml/mdx License: ISC
dev-ml/metadata::nest
- Ebuilds: 2, Testing: 0.3.1, Snapshot: 9999 Description:
A pure OCaml library to read metadata from various formats, like:
audio formats: ID3v1 and ID3v2 (for mp3), ogg/vorbis, ogg/opus, flac and wav
image formats: jpeg and png
video formats: mp4 and avi
Homepage:https://github.com/savonet/ocaml-metadata License: GPL-3
dev-ml/metrics::nest
- Ebuilds: 2, Testing: 0.5.0, Snapshot: 9999 Description:
Metrics provides a basic infrastructure to monitor and gather runtime
metrics for OCaml program. Monitoring is performed on sources, indexed
by tags, allowing users to enable or disable at runtime the gathering
of data-points.
Homepage:https://github.com/mirage/metrics License: ISC
dev-ml/mimic::nest
- Ebuilds: 2, Testing: 0.0.9, Snapshot: 9999 Description:
This package provides a small project which gives you the opportunity
to instantiate a transmission protocol - such as a TCP/IP connection -
from dynamic values.
Homepage:https://github.com/dinosaure/mimic License: ISC
dev-ml/miou::nest
- Ebuilds: 2, Testing: 0.6.0, Snapshot: 9999 Description:
This package provides a library designed to facilitate the development
of applications requiring concurrent and/or parallel tasks.
Homepage:https://github.com/robur-coop/miou License: MIT
dev-ml/mirage::nest
- Ebuilds: 2, Testing: 4.10.1, Snapshot: 9999 Description:
This package provides a library operating system that constructs unikernels
for secure, high-performance network applications across various cloud
computing and mobile platforms.
Homepage:https://github.com/mirage/mirage License: ISC
dev-ml/mirage-crypto::nest
- Ebuilds: 2, Testing: 2.1.0, Snapshot: 9999 Description:
This library provides a small cryptographic library that puts emphasis on
the applicative style and ease of use. It includes basic ciphers
(AES, 3DES, RC4, ChaCha20/Poly1305), AEAD primitives (AES-GCM, AES-CCM,
ChaCha20/Poly1305), public-key primitives (RSA, DSA, DH), elliptic curves
(NIST P-256, P-384, P-521, and curve 25519), and a strong RNG (Fortuna).
Homepage:https://github.com/mirage/mirage-crypto License: ISC
dev-ml/mirage-flow::nest
- Ebuilds: 2, Testing: 5.0.0, Snapshot: 9999 Description:
This package contains a library with generic operations over Mirage FLOW
implementations. The entry point of this library is the module: Mirage_flow.
Homepage:https://github.com/mirage/mirage-flow License: ISC
dev-ml/mirage-kv::nest
- Ebuilds: 2, Testing: 6.1.1, Snapshot: 9999 Description:
This package contains a library with the Mirage_kv.RO and Mirage_kv.RW
signatures the MirageOS key/value devices should implement.
Homepage:https://github.com/mirage/mirage-kv License: ISC
dev-ml/mirage-sleep::nest
- Ebuilds: 2, Testing: 4.1.0, Snapshot: 9999 Description:
This package provides a library, which defines Mirage_sleep, the signature
for sleep-related operations for MirageOS. This is for now only
the function ns to sleep an amount of nanoseconds.
Homepage:https://github.com/mirage/mirage-sleep License: ISC
dev-ml/mirage-vnetif::nest
- Ebuilds: 2, Testing: 0.6.2, Snapshot: 9999 Description:
Provides the module Vnetif which can be used as a replacement for
the regular Netif implementation in Xen and Unix. Stacks built
using Vnetif are connected to a software switch that allows the
stacks to communicate as if they were connected to the same LAN.
Homepage:https://github.com/mirage/mirage-vnetif License: ISC
dev-ml/mirage-xen::nest
- Ebuilds: 2, Testing: 9.0.0, Snapshot: 9999 Description:
This package provides the MirageOS OS library for Xen targets,
which handles the main loop and timers. It also provides the low
level C startup code and C stubs required by the OCaml code.
Homepage:https://github.com/mirage/mirage-xen License: ISC
dev-ml/mm::nest
- Ebuilds: 2, Testing: 0.8.6, Snapshot: 9999 Description:
ocaml-mm is a library dedicated to performing operations
on multimedia contents: audio, video and MIDI.
Homepage:https://github.com/savonet/ocaml-mm License: GPL-2
dev-ml/monolith::nest
- Ebuilds: 2, Testing: 20250922, Snapshot: 9999 Description:
Monolith offers facilities for testing an OCaml library (for instance, a
data structure implementation) by comparing it against a reference
implementation. It can be used to perform either random testing or fuzz
testing. Fuzz testing relies on the external tool afl-fuzz.
Homepage:https://gitlab.inria.fr/fpottier/monolith License: LGPL-3
dev-ml/notty::nest
- Ebuilds: 2, Testing: 0.2.3, Snapshot: 9999 Description:
Notty is a declarative terminal library for OCaml structured around
a notion of composable images. It tries to abstract away the basic
terminal programming model, providing something simpler and more
expressive.
Homepage:https://github.com/pqwy/notty License: ISC
dev-ml/ocaml-stdint::gentoo
- Ebuilds: 2, Testing: 0.7.2-r1 Description:
The stdint library provides signed and unsigned integer types of various
fixed widths: 8, 16, 24, 32, 40, 48, 56, 64 and 128 bit.
This interface is similar to Int32 and Int64 from the base library but
provides more functions and constants like arithmetic and bit-wise
operations, constants like maximum and minimum values, infix operators
conversion to and from every other integer type (including int, float and
nativeint), parsing from and conversion to readable strings (binary, octal,
decimal, hexademical), conversion to and from buffers in both big endian
and little endian byte order.
Homepage:https://github.com/andrenth/ocaml-stdint License: MIT
dev-ml/ocplib-json-typed::nest
- Ebuilds: 2, Testing: 0.7, Snapshot: 9999 Description:
This library is a collection of type-aware JSON utilities for OCaml.
The type of JSON documents handled by this library is directly
compatible with ezjsonm, but converters are provided for yojson users,
and an advanced functorial interface allows you to use any JSON representation.
Homepage:https://github.com/OCamlPro/ocplib-json-typed License: LGPL-2.1
dev-ml/odoc::gentoo
- Ebuilds: 3, Testing: 3.1.0 Description:
Odoc is a documentation generator for OCaml. It reads doc comments,
delimited with (** ... *), and outputs HTML
Homepage:http://github.com/ocaml/odoc/ License: ISC
dev-ml/ohex::nest
- Ebuilds: 2, Testing: 0.2.0, Snapshot: 9999 Description:
This package with minimal dependency cone provides functionality to
decode and encode strings into hexadecimal representation.
Homepage:https://github.com/robur-coop/ohex License: BSD-2
dev-ml/ollama::mrpenguin
- Ebuilds: 1, Snapshot: 9999 Description: Get up and running with Llama 3, Mistral, Gemma, and other large language models.
Homepage:https://ollama.com License: MIT
dev-ml/omd::nest
- Ebuilds: 2, Testing: 2.0.0_alpha4, Snapshot: 9999 Description:
This library provides an OCaml library designed to parse, manipulate,
and print Markdown into different formats. In addition to the library,
a command-line tool omd is included to easily convert markdown into HTML.
Homepage:https://github.com/ocaml-community/omd License: ISC
opam-0install-cudf (available in: dev-ml/opam-0install-cudf::gentoo, dev-ml/opam-0install-cudf::zscheile)
- Ebuilds: 2, Stable: 0.4.3, Testing: 0.5.0-r2, 0.4.3 Description:
Opam's default solver is designed to maintain a set of packages over
time, minimising disruption when installing new programs and finding a
compromise solution across all packages.
In many situations (e.g. CI, local roots or duniverse builds) this is
not necessary, and we can get a solution much faster by using a
different algorithm.
This package provides a generic solver library which uses 0install's
solver library. The library uses the CUDF library in order to interface
with opam as it is the format common used to talk to all the supported
solvers.
Homepage:https://github.com/ocaml-opam/opam-0install-cudf License: ISC
dev-ml/opam-monorepo::nest
- Ebuilds: 2, Testing: 0.4.3, Snapshot: 9999 Description:
This package provides an opam plugin designed to assemble standalone Dune
workspaces with projects and all of their dependencies, allowing to build it
all from scratch using only dune and ocaml.
Homepage:https://github.com/tarides/opam-monorepo License: ISC
optint (available in: dev-ml/optint::nest, dev-ml/optint::zscheile)
- Ebuilds: 3, Stable: 0.3.0, Testing: 0.3.0, Snapshot: 9999 Description:
This library provides two new integer types, Optint.t and Optint.Int63.t,
which guarantee efficient representation on 64-bit architectures and
provide a best-effort boxed representation on 32-bit architectures.
Homepage:https://github.com/mirage/optint License: MIT
dev-ml/osc::nest
- Ebuilds: 2, Testing: 0.2.0, Snapshot: 9999 Description:
This package contains a library containing types for representing
OpenSoundControl messages, as well as functions for converting
OpenSoundControl messages to and from strings.
Homepage:https://github.com/johnelse/ocaml-osc License: MIT
dev-ml/oseq::nest
- Ebuilds: 2, Testing: 0.5.1, Snapshot: 9999 Description:
This library provides a simple list of suspensions, as a composable lazy
iterator that behaves like a value.
Homepage:https://github.com/c-cube/oseq License: BSD
dev-ml/paf::nest
- Ebuilds: 2, Testing: 0.8.0, Snapshot: 9999 Description:
This library wants to provide an easy way to use HTTP/AF and H2 into
a unikernel. It implements the global loop with a protocol implementation.
Homepage:https://github.com/dinosaure/paf-le-chien License: MIT
dev-ml/pecu::nest
- Ebuilds: 2, Testing: 0.7, Snapshot: 9999 Description:
This package provides a little library to encode and decode quoted-printable
according to RFC2045 (§ 6.7). It provides a non-blocking encoder/decoder and
ensure to respect the 80 characters rule.
Homepage:https://github.com/mirage/pecu License: MIT
dev-ml/portaudio::nest
- Ebuilds: 2, Testing: 0.2.3, Snapshot: 9999 Description:
This package contains an OCaml interface (OCaml bindings) for
the portable audio I/O library, which provides high-level
functions for using soundcards.
Homepage:https://github.com/savonet/ocaml-portaudio License: LGPL-2.1
dev-ml/posix::nest
- Ebuilds: 2, Testing: 2.2.0, Snapshot: 9999 Description:
This package provides the types and bindings to the various POSIX APIs.
Package consists of a low-level APIs to be used with ocaml-ctypes
and high-level APIs that can be used in OCaml projects.
Homepage:https://github.com/savonet/ocaml-posix License: MIT
dev-ml/posix-socket::nest
- Ebuilds: 2, Testing: 3.0.0, Snapshot: 9999 Description:
This package provides the types and bindings to POSIX sockets APIs.
Package consists of a low-level APIs to be used with ocaml-ctypes
and high-level APIs that can be used in OCaml projects.
Homepage:https://github.com/savonet/ocaml-posix License: MIT
dev-ml/pprint::gentoo
- Ebuilds: 2, Testing: 20230830 Description:
This library offers a set of combinators for building so-called documents
as well as an efficient engine for converting documents to a textual,
fixed-width format. The engine takes care of indentation and line breaks,
while respecting the constraints imposed by the structure of the document
and by the text width.
Homepage:https://github.com/fpottier/pprint/ License: LGPL-2 LGPL-2-with-linking-exception
dev-ml/progress::nest
- Ebuilds: 2, Testing: 0.5.0, Snapshot: 9999 Description:
A progress bar library for OCaml, featuring a DSL for declaratively
specifying progress bar formats. Supports rendering multiple progress
bars simultaneously.
Homepage:https://github.com/CraigFe/progress License: MIT
dev-ml/prometheus::nest
- Ebuilds: 2, Testing: 1.3, Snapshot: 9999 Description:
This package contains a monitoring service can be configured to collect
data regularly. The data can be graphed to help understand the performance
of the service over time, or to help debug problems quickly. It can also
be used to send alerts if a service is down or behaving poorly.
Homepage:https://github.com/mirage/prometheus License: Apache-2.0
dev-ml/protoc::nest
- Ebuilds: 2, Testing: 4.1, Snapshot: 9999 Description:
This package compiles protobuf message files into OCaml types along
with serialization functions for a variety of encodings.
Homepage:https://github.com/mransan/ocaml-protoc License: MIT
dev-ml/psq::nest
- Ebuilds: 2, Testing: 0.2.1, Snapshot: 9999 Description:
This library provides a functional priority search queue for OCaml.
This structure behaves both as a finite map, containing bindings k -> p,
and a priority queue over p. It provides efficient access along more
than one axis: to any binding by k, and to the binding(s) with the least p.
Homepage:https://github.com/pqwy/psq License: ISC
dev-ml/ptime::gentoo
- Ebuilds: 2, Testing: 1.2.0 Description: Ptime has platform independent POSIX time support in pure OCaml. It
provides a type to represent a well-defined range of POSIX timestamps
with picosecond precision, conversion with date-time values,
conversion with [RFC 3339 timestamps][rfc3339] and pretty printing to
a human-readable, locale-independent representation.
The additional Ptime_clock library provides access to a system POSIX
clock and to the system's current time zone offset.
Ptime is not a calendar library.
Ptime has no dependency. Ptime_clock depends on your system library or
JavaScript runtime system. Ptime and its libraries are distributed
under the ISC license.
[rfc3339]: http://tools.ietf.org/html/rfc3339
Home page: http://erratique.ch/software/ptime
Homepage:
https://erratique.ch/software/ptime
https://github.com/dbuenzli/ptime
https://opam.ocaml.org/packages/ptime/
License: ISC
dev-ml/py::nest
- Ebuilds: 2, Testing: 1.3, Snapshot: 9999 Description:
This library provides a ctypes interface to Python 3.5+ for OCaml
and a virtual package relying on Python-3 installation.
Homepage:https://github.com/zshipko/ocaml-py License: ISC
dev-ml/pyro-caml::nest
- Ebuilds: 2, Testing: 20260506, Snapshot: 9999 Description:
Pyro Caml work by generating samples consisting of OCaml callstacks
within the instrumented program.
Homepage:https://github.com/semgrep/pyro-caml License: Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT Unicode-3.0 ZLIB
dev-ml/react::gentoo
- Ebuilds: 1, Stable: 1.2.2-r1, Testing: 1.2.2-r1 Description:
React is an OCaml module for functional reactive programming (FRP). It
provides support to program with time varying values : applicative events
and signals. React doesn't define any primitive event or signal, this lets
the client chooses the concrete timeline. React is made of a single,
independent, module and distributed under the new BSD license. Given an
absolute notion of time Rtime helps you to manage a timeline and provides
time stamp events, delayed events and delayed signals.
Homepage:http://erratique.ch/software/react https://github.com/dbuenzli/react License: BSD
dev-ml/sarif::nest
- Ebuilds: 2, Testing: 0.3.1, Snapshot: 9999 Description:
This package provides a reference implementation of the Static
Analysis Results Interchange Format (SARIF) For OCaml.
Homepage:https://github.com/gborough/sarif License: MIT
dev-ml/saturn::nest
- Ebuilds: 2, Testing: 1.0.0, Snapshot: 9999 Description:
This package provides a collection of concurrent-safe data structures
for OCaml 5. It aims to provide an industrial-strength, well-tested
(and possibly model-checked and verified in the future), well documented,
and maintained concurrent-safe data structure library.
Homepage:https://github.com/ocaml-multicore/saturn License: ISC
sedlex (available in: dev-ml/sedlex::gentoo, dev-ml/sedlex::zscheile)
- Ebuilds: 5, Stable: 3.3-r1, Testing: 3.7, 3.2 Description:
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but
supports Unicode. Unlike ocamllex, sedlex allows lexer specifications
within regular OCaml source files. Lexing specific constructs are provided
via a ppx syntax extension.
Homepage:https://github.com/ocaml-community/sedlex/ License: MIT
dev-ml/shared-memory-ring::nest
- Ebuilds: 2, Testing: 3.2.1, Snapshot: 9999 Description:
This package contains a set of libraries for creating shared memory
producer/consumer rings. The rings follow the Xen ABI and may be used
to create or implement Xen virtual devices.
Homepage:https://github.com/mirage/shared-memory-ring License: ISC
dev-ml/sqlite3::nest
- Ebuilds: 2, Testing: 5.3.1, Snapshot: 9999 Description:
This package contains 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.
Homepage:https://github.com/mmottl/sqlite3-ocaml License: MIT
dev-ml/srt::nest
- Ebuilds: 2, Testing: 0.3.4, Snapshot: 9999 Description:
This module provides OCaml bindings for the libsrt library
(the Secure, Reliable, Transport protocol library),
an open source transport technology that optimizes streaming performance
across unpredictable networks, such as the Internet.
Homepage:https://github.com/savonet/ocaml-srt License: GPL-2
dev-ml/stdcompat::gentoo
- Ebuilds: 2, Testing: 21.1-r1 Description:
Compatibility module for OCaml standard library allowing programs
to use some recent additions to the OCaml standard library while
preserving the ability to be compiled on former versions of OCaml.
Homepage:https://github.com/ocamllibs/stdcompat License: BSD-2
dev-ml/stdlib-shims::gentoo
- Ebuilds: 2, Stable: 0.3.0, Testing: 0.3.0 Description:
Compatibility library for OCaml compilers before 4.08 to allow calling
Pervasives module functions on Stdlib, which is the API in newer compilers.
Does not add newer Stdlib functions.
Homepage:https://github.com/ocaml/stdlib-shims License: LGPL-2.1-with-linking-exception
dev-ml/syslog::nest
- Ebuilds: 2, Testing: 2.0.2, Snapshot: 9999 Description:
This library provides syslog client functions for OCaml programs.
These functions are implemented almost entirely in OCaml, not as
bindings to the standard C library.
Homepage:https://github.com/geneanet/ocaml-syslog License: LGPL-2.1
dev-ml/taglib::nest
- Ebuilds: 2, Testing: 0.3.10, Snapshot: 9999 Description:
This package contains an OCaml interface for TagLib Audio Meta-Data
Library, otherwise known as taglib, which provides functions for
reading tags in headers of audio files.
Homepage:https://github.com/savonet/ocaml-taglib License: LGPL-2.1
dev-ml/tcpip::nest
- Ebuilds: 2, Testing: 9.0.1, Snapshot: 9999 Description:
This package provides a networking stack for the Mirage operating system.
It provides implementations for the following module types: IP, ICMP,
UDP, TCP.
Homepage:https://github.com/mirage/mirage-tcpip License: ISC
dev-ml/testo::nest
- Ebuilds: 2, Testing: 0.4.0, Snapshot: 9999 Description:
Testo is a test framework for OCaml that takes inspiration from its
predecessor Alcotest and from pytest.
Homepage:https://github.com/mjambon/testo License: ISC
dev-ml/tls::nest
- Ebuilds: 2, Testing: 2.0.4, Snapshot: 9999 Description:
TLS uses asymmetric cryptography to exchange a symmetric key, and
optionally authenticate (using X.509) either or both endpoints.
It provides algorithmic agility, which means that the key exchange
method, symmetric encryption algorithm, and hash algorithm are negotiated.
Homepage:https://github.com/mirleft/ocaml-tls License: BSD-2
tyxml (available in: dev-ml/tyxml::gentoo, dev-ml/tyxml::nest)
- Ebuilds: 5, Testing: 4.6.0_p20260130, Snapshot: 9999 Description:
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 SVG: the textual one,
provided directly by this package, or DOM trees (js_of_ocaml-tyxml)
virtual DOM (virtual-dom) and reactive or replicated trees (eliom).
You can also create your own representation and use it to instantiate
a new set of combinators.
Homepage:https://github.com/ocsigen/tyxml/ License: LGPL-2.1-with-linking-exception
dev-ml/utop::gentoo
- Ebuilds: 2, Testing: 2.17.0 Description:
utop is an improved toplevel (i.e., Read-Eval-Print Loop or REPL) for
OCaml. It can run in a terminal or in Emacs. It supports line edition,
history, real-time and context sensitive completion, colors, and more.
It integrates with the Tuareg mode in Emacs.
Homepage:https://github.com/ocaml-community/utop License: BSD
dev-ml/uuseg::gentoo
- Ebuilds: 3, Testing: 17.0.0 Description:
Uuseg is an OCaml library for segmenting Unicode text. It implements the
locale independent Unicode text segmentation algorithms to detect grapheme
cluster, word and sentence boundaries and the Unicode line breaking
algorithm to detect line break opportunities. The library is independent
from any IO mechanism or Unicode text data structure and it can process
text without a complete in-memory representation. Uuseg depends on Uucp and
optionally on Uutf for support on OCaml UTF-X encoded strings. It is
distributed under the ISC license.
Homepage:https://erratique.ch/software/uuseg/
https://github.com/dbuenzli/uuseg/ License: ISC
dev-ml/vchan::nest
- Ebuilds: 2, Testing: 6.0.2, Snapshot: 9999 Description:
This package contains an implementation of the Xen "libvchan" or
"vchan" communication protocol in OCaml. It allows fast inter-domain
communication using shared memory.
Homepage:https://github.com/mirage/ocaml-vchan License: ISC
dev-ml/windtrap::nest
- Ebuilds: 2, Testing: 0.1.0, Snapshot: 9999 Description:
This package provides unit tests, property-based tests, snapshot
tests, and expect tests in a single package with one API.
Homepage:https://github.com/robur-coop/ohex License: BSD-2
dev-ml/x509::nest
- Ebuilds: 2, Testing: 1.0.6, Snapshot: 9999 Description:
This package provides a library implements most parts of RFC5280 and RFC6125.
The Public Key Cryptography Standards (PKCS) defines encoding and decoding
in ASN.1 DER and PEM format, which is also implemented by this library -
namely PKCS 1, PKCS 7, PKCS 8, PKCS 9 and PKCS 10.
Homepage:https://github.com/mirleft/ocaml-x509 License: BSD-2
dev-ml/xenstore::nest
- Ebuilds: 2, Testing: 2.4.0, Snapshot: 9999 Description:
This package contains a xenstore client library, a merge of the Mirage
and XCP ones, a xenstore server library, a xenstore server instance
which runs under Unix with libxc.
Homepage:https://github.com/mirage/ocaml-xenstore License: LGPL-2.1-with-linking-exception
dev-ml/xiph::nest
- Ebuilds: 2, Testing: 1.0.0, Snapshot: 9999 Description:
This package contains an OCaml interface (OCaml bindings) for the
ogg, vorbis, speex, flac, theora and opus libraries.
Homepage:https://github.com/savonet/ocaml-xiph License: LGPL-2.1
xmlm (available in: dev-ml/xmlm::gentoo, dev-ml/xmlm::nest, dev-ml/xmlm::superposition)
- Ebuilds: 4, Testing: 1.4.0, Snapshot: 9999 Description:
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.
Xmlm is made of a single independent module and distributed under the
ISC license.
Homepage:https://erratique.ch/software/xmlm License: ISC
dev-ml/zarith_stubs_js::nest
- Ebuilds: 2, Testing: 0.17.0, Snapshot: 9999 Description:
This library provides a reimplementation of the native C functions in JavaScript.
It makes extensive use of peterolson/BigInteger.js as a shim for browser BigInt
functionality and also for the implementations of many numerical algorithms.
Homepage:https://github.com/janestreet/zarith_stubs_js License: MIT
dev-ml/zed::gentoo
- Ebuilds: 1, Testing: 3.2.3 Description:
Zed is an abstract engine for text edition. It can be used to write text
editors, edition widgets, readlines, ... Zed uses Camomile to fully
support the Unicode specification, and implements an UTF-8 encoded string
type with validation, and a rope datastructure to achieve efficient
operations on large Unicode buffers. Zed also features a regular expression
search on ropes. To support efficient text edition capabilities,
Zed provides macro recording and cursor management facilities.
Homepage:https://github.com/ocaml-community/zed License: BSD