_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ocaml-qcheck 0.20
Propagated dependencies: ocaml-alcotest@1.7.0 ocaml-ounit@2.2.6 ocaml-ppxlib@0.28.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/c-cube/qcheck
Licenses: LGPL 3+
Synopsis: QuickCheck inspired property-based testing for OCaml
Description:

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-zarith 1.12
Dependencies: gmp@6.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://forge.ocamlcore.org/projects/zarith/
Licenses: LGPL 2.1+
Synopsis: Implements arbitrary-precision integers
Description:

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.

ocaml-merlin 4.14-414
Propagated dependencies: ocaml-merlin-lib@4.14-414 ocaml-yojson@2.0.2
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://ocaml.github.io/merlin/
Licenses: Expat
Synopsis: Context sensitive completion for OCaml in Vim and Emacs
Description:

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 Atom.

ocaml-base64 3.5.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/ocaml-base64
Licenses: ISC
Synopsis: Base64 encoding for OCaml
Description:

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-optint 0.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/optint
Licenses: ISC
Synopsis: Efficient integer types on 64-bit architectures for OCaml
Description:

This OCaml library provides two new integer types, Optint.t and Int63.t, which guarantee efficient representation on 64-bit architectures and provide a best-effort boxed representation on 32-bit architectures.

ocaml-cairo2 0.6.4
Dependencies: cairo@1.18.2
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/Chris00/ocaml-cairo
Licenses: LGPL 3+
Synopsis: Binding to Cairo, a 2D Vector Graphics Library
Description:

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, and SVG file output.

ocaml-extlib 1.7.9
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ygrek/ocaml-extlib
Licenses: LGPL 2.1+
Synopsis: Complete and small extension for OCaml standard library
Description:

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 day to day programming.

ocaml-menhir 20220210
Dependencies: ocaml@4.14.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://gallium.inria.fr/~fpottier/menhir/
Licenses: GPL 2+ QPL
Synopsis: Parser generator
Description:

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 Knuth’s LR(1) parser construction technique.

ocaml-mirage 4.3.3
Propagated dependencies: ocaml-astring@0.8.5 ocaml-bos@0.2.1 ocaml-functoria@4.3.3 ocaml-ipaddr@5.3.1 ocaml-logs@0.7.0 ocaml-mirage-runtime@4.3.3 ocaml-opam-monorepo@0.3.5
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/mirage
Licenses: ISC
Synopsis: The MirageOS library operating system
Description:

Library operating system that constructs unikernels for secure, high-performance network applications across a variety of cloud computing and mobile platforms. Code can be developed on a normal OS and then compiled into a fully-standalone, specialised unikernel.

ocaml-cinaps 0.15.1-0.d974bb2
Propagated dependencies: ocaml-re@1.10.4
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-ppx/cinaps
Licenses: Expat
Synopsis: Trivial metaprogramming tool for OCaml
Description:

Cinaps is a trivial Metaprogramming tool using the OCaml toplevel. It is based on the same idea as expectation tests. The user writes some OCaml code inside special comments and cinaps makes sure that what follows is what is printed by the OCaml code.

ocaml-cinaps 0.15.1
Propagated dependencies: ocaml-re@1.10.4
Channel: guixrus
Location: guixrus/packages/common/ocaml.scm (guixrus packages common ocaml)
Home page: https://github.com/ocaml-ppx/cinaps
Licenses: Expat
Synopsis: Trivial metaprogramming tool for OCaml
Description:

Cinaps is a trivial metaprogramming tool using the OCaml toplevel. It is based on the same idea as expectation tests. The user writes some OCaml code inside special comments and cinaps make sure that what follows is what is printed by the OCaml code.

ocaml-earley 3.0.0
Propagated dependencies: ocaml-stdlib-shims@0.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/rlepigre/ocaml-earley
Licenses: CeCILL-B
Synopsis: Parsing library based on Earley Algorithm
Description:

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 language. There is also support for writing OCaml syntax extensions in a camlp4 style.

ocaml-biniou 1.2.2
Dependencies: ocaml-easy-format@1.3.4 ocaml-camlp-streams@5.0.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mjambon/biniou
Licenses: Modified BSD
Synopsis: Data format designed for speed, safety, ease of use and backward compatibility
Description:

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 functionality but allows implementations several times faster (4 times faster than yojson), with 25-35% space savings.

ocaml-pprint 20220103
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/fpottier/pprint
Licenses: LGPL 2.0
Synopsis: OCaml pretty-printing combinator library and rendering engine
Description:

This OCaml 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.

ocaml-frontc 4.1.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://www.irit.fr/FrontC
Licenses: LGPL 2.1
Synopsis: C parser and lexer library
Description:

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 C syntax, old-C K&R style syntax and the standard GNU CC attributes. It provides also a C pretty printer as an example of use.

ocaml-yojson 2.0.2
Propagated dependencies: ocaml-seq@0.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-community/yojson
Licenses: Modified BSD
Synopsis: Low-level JSON library for OCaml
Description:

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. ydump is a pretty printing command-line program provided with the yojson package. The program atdgen can be used to derive OCaml-JSON serializers and deserializers from type definitions.

ocaml-parmap 1.2.5
Propagated dependencies: ocaml-odoc@2.2.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/rdicosmo/parmap
Licenses: LGPL 2.0 FSDG-compatible
Synopsis: Parallel map and fold primitives for OCaml
Description:

Library to perform parallel fold or map taking advantage of multiple core architectures for OCaml programs. Drop-in replacement for these List operations are provided:

  • List.map -> parmap

  • List.map -> parfold

  • List.mapfold -> parmapfold

Also it allows specifying the number of cores to use with the optional parameter ncores.

ocaml-ctypes 0.20.1
Dependencies: libffi@3.4.4
Propagated dependencies: ocaml-bigarray-compat@1.1.0 ocaml-integers@0.7.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocamllabs/ocaml-ctypes
Licenses: Expat
Synopsis: Library for binding to C libraries using pure OCaml
Description:

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 a set of combinators for describing the structure of C types -- numeric types, arrays, pointers, structs, unions and functions. You can use these combinators to describe the types of the functions that you want to call, then bind directly to those functions -- all without writing or generating any C!

ocaml-ppxlib 0.28.0
Propagated dependencies: ocaml-compiler-libs@0.12.4 ocaml-ppx-derivers@1.2.1 ocaml-sexplib0@0.15.1 ocaml-stdlib-shims@0.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-ppx/ppxlib
Licenses: Expat
Synopsis: Base library and tools for ppx rewriters
Description:

A comprehensive toolbox for ppx development. It features:

  • an OCaml AST / parser / pretty-printer snapshot, to create a full frontend independent of the version of OCaml;

  • a library for library for ppx rewriters in general, and type-driven code generators in particular;

  • a feature-full driver for OCaml AST transformers;

  • a quotation mechanism allowing to write values representing the OCaml AST in the OCaml syntax;

  • a generator of open recursion classes from type definitions.

ocaml-markup 1.0.3
Propagated dependencies: ocaml-bisect-ppx@2.8.3 ocaml-uchar@0.0.2 ocaml-uutf@1.0.3 ocaml-lwt@5.6.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/aantron/markup.ml
Licenses: Modified BSD
Synopsis: Error-recovering functional HTML5 and XML parsers and writers
Description:

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 be manipulated in various ways, such as processing by fold, filter, and map, assembly into DOM tree structures, or serialization back to HTML or XML.

Both parsers are based on their respective standards. The HTML parser, in particular, is based on the state machines defined in HTML5.

The parsers are error-recovering by default, and accept fragments. This makes it very easy to get a best-effort parse of some input. The parsers can, however, be easily configured to be strict, and to accept only full documents.

Apart from this, the parsers are streaming (do not build up a document in memory), non-blocking (can be used with threading libraries), lazy (do not consume input unless the signal stream is being read), and process the input in a single pass. They automatically detect the character encoding of the input stream, and convert everything to UTF-8.

ocaml-typerep 0.15.0
Propagated dependencies: ocaml-base@0.15.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/typerep
Licenses: Expat
Synopsis: Typerep is a library for runtime types
Description:

Typerep is a library for runtime types.

ocaml-lwt-log 1.1.2
Propagated dependencies: ocaml-lwt@5.6.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/aantron/lwt_log
Licenses: LGPL 2.1
Synopsis: Logging library
Description:

This package provides a deprecated logging component for ocaml lwt.

ocaml-piqilib 0.6.16
Propagated dependencies: ocaml-xmlm@1.4.0 ocaml-sedlex@2.6 ocaml-easy-format@1.3.4 ocaml-base64@3.5.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://piqi.org
Licenses: ASL 2.0
Synopsis: Data serialization and conversion library
Description:

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

ocaml-ppx-let 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-migrate-parsetree@2.4.0 ocaml-ppxlib@0.28.0 ocaml-ppx-here@0.15.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/ppx_let
Licenses: ASL 2.0
Synopsis: Monadic let-bindings
Description:

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

Total results: 343