_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ocaml-linenoise 1.4.0
Propagated dependencies: ocaml-result@1.5 ocaml-odoc@2.2.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-community/ocaml-linenoise
Licenses: FreeBSD
Synopsis: Lightweight readline alternative
Description:

This package is a line-reading library for OCaml that aims to replace readline.

ocaml-core-unix 0.15.2
Propagated dependencies: ocaml-core@0.15.1 ocaml-core-kernel@0.15.0 ocaml-expect-test-helpers-core@0.15.0 ocaml-jane-street-headers@0.15.0 ocaml-jst-config@0.16.0 ocaml-intrinsics@0.15.2 ocaml-ppx-jane@0.15.0 ocaml-sexplib@0.16.0 ocaml-timezone@0.15.0 ocaml-spawn@0.15.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/core_unix
Licenses: Expat
Synopsis: Unix-specific portions of Core
Description:

Unix-specific extensions to some of the modules defined in core and core_kernel.

ocaml-batteries 3.5.1
Propagated dependencies: ocaml-num@1.4
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: http://batteries.forge.ocamlcore.org/
Licenses: LGPL 2.1+
Synopsis: Development platform for the OCaml programming language
Description:

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.

ocaml5.0-result 1.5
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/result
Licenses: Modified BSD
Synopsis: Compatibility Result module
Description:

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-stringext 1.6.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/rgrinberg/stringext
Licenses: Expat
Synopsis: Extra string functions for OCaml
Description:

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-functoria 4.3.3
Propagated dependencies: ocaml-cmdliner@1.1.1 ocaml-rresult@0.7.0 ocaml-result@1.5 ocaml-astring@0.8.5 ocaml-fmt@0.9.0 ocaml-logs@0.7.0 ocaml-bos@0.2.1 ocaml-fpath@0.7.3 ocaml-emile@1.1 ocaml-uri@4.2.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/mirage
Licenses: ISC
Synopsis: DSL to organize functor applications
Description:

DSL to describe a set of modules and functors, their types and how to apply them in order to produce a complete application. The main use case is mirage.

ocaml-stdcompat 19
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/thierry-martinez/stdcompat
Licenses: FreeBSD
Synopsis: Compatibility module for OCaml standard library
Description:

Compatibility module for OCaml standard library allowing programs to use some recent additions to the standard library while preserving the ability to be compiled on former versions of OCaml.

ocaml-fieldslib 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-migrate-parsetree@2.4.0 ocaml-ppxlib@0.28.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/fieldslib
Licenses: ASL 2.0
Synopsis: Syntax extension to record fields
Description:

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.

ocaml-benchmark 1.6
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/Chris00/ocaml-benchmark
Licenses: LGPL 3+
Synopsis: Benchmark running times of code
Description:

This module provides a set of tools to measure the running times of your functions and to easily compare the results. A statistical test is used to determine whether the results truly differ.

ocaml5.0-merlin 4.14-500
Propagated dependencies: ocaml5.0-merlin-lib@4.14-500 ocaml5.0-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-lwt-react 1.2.0
Dependencies: glib@2.82.1
Propagated dependencies: ocaml-lwt@5.6.1 ocaml-react@1.2.2
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocsigen/lwt
Licenses: LGPL 2.1
Synopsis: Cooperative threads and I/O in monadic style
Description:

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 need for locks or other synchronization primitives.

ocaml-unionfind 20220122
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://gitlab.inria.fr/fpottier/unionFind
Licenses: LGPL 2.0
Synopsis: Union-find data structure
Description:

This package provides two union-find data structure implementations for OCaml. Both implementations are based on disjoint sets forests, with path compression and linking-by-rank, so as to guarantee good asymptotic complexity: every operation requires a quasi-constant number of accesses to the store.

ocaml-xml-light 2.4
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ncannasse/xml-light
Licenses: LGPL 2.1+
Synopsis: Minimal XML parser & printer for OCaml
Description:

Xml-Light provides functions to parse an XML document into an OCaml data structure, work with it, and print it back to an XML document. It also supports DTD parsing and checking, and is entirely written in OCaml, hence it does not require additional C libraries.

ocaml-bitstring 4.1.0
Propagated dependencies: ocaml-stdlib-shims@0.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/xguerin/bitstring
Licenses: ISC
Synopsis: Bitstrings and bitstring matching for OCaml
Description:

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. Bitstring handling is added as primitives to the language, making it exceptionally simple to use and very powerful.

ocaml5.0-ctypes 0.20.1-0.52ff621
Dependencies: libffi@3.4.4
Propagated dependencies: ocaml5.0-bigarray-compat@1.1.0 ocaml5.0-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!

ocaml4.09-csexp 1.5.1
Propagated dependencies: ocaml4.09-result@1.5
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-dune/csexp
Licenses: Expat
Synopsis: Parsing and printing of S-expressions in Canonical form
Description:

This library provides minimal support for Canonical S-expressions. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs.

This library only provides a few helpers for simple applications. If you need more advanced support, such as parsing from more fancy input sources, you should consider copying the code of this library given how simple parsing S-expressions in canonical form is.

To avoid a dependency on a particular S-expression library, the only module of this library is parameterised by the type of S-expressions.

ocaml-parse-argv 0.2.0
Propagated dependencies: ocaml-astring@0.8.5
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/parse-argv
Licenses: ISC
Synopsis: Process strings into sets of command-line arguments
Description:

Small implementation of a simple argv parser.

ocaml-ppx-string 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-ppx-base@0.15.0 ocaml-stdio@0.15.0 ocaml-ppxlib@0.28.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/ppx_string
Licenses: Expat
Synopsis: Ppx extension for string interpolation
Description:

This extension provides a syntax for string interpolation.

ocaml-mparser-re 1.3
Propagated dependencies: ocaml-mparser@1.3 ocaml-re@1.10.4
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/murmour/mparser
Licenses: LGPL 2.1+
Synopsis: MParser plugin for RE-based regular expressions
Description:

This package provides RE-based regular expressions support for Mparser.

ocaml-ppx-import 1.10.0
Propagated dependencies: ocaml-ppx-deriving@5.2.1 ocaml-ppxlib@0.28.0 ocaml-ppx-sexp-conv@0.15.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-ppx/ppx_import
Licenses: Expat
Synopsis: Extension for importing declarations from interface files
Description:

Ppx-import is a syntax extension for importing declarations from interface files.

ocaml-ppx-assert 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-ppx-cold@0.15.0 ocaml-ppx-compare@0.15.0 ocaml-ppx-here@0.15.0 ocaml-ppx-sexp-conv@0.15.1 ocaml-migrate-parsetree@2.4.0 ocaml-ppxlib@0.28.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/ppx_assert
Licenses: ASL 2.0
Synopsis: Assert-like extension nodes that raise useful errors on failure
Description:

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

ocaml-lwt-dllist 1.0.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/lwt-dllist
Licenses: Expat
Synopsis: OCaml library providing mutable doubly-linked list with Lwt iterators
Description:

This OCaml library provides an implementation of a mutable doubly-linked list with Lwt iterators.

ocaml-ppx-stable 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-ppxlib@0.28.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/ppx_stable
Licenses: Expat
Synopsis: Stable types conversions generator
Description:

This package is a ppx extension for easier implementation of conversion functions between almost identical types.

Total results: 322