_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ocaml-syntax-shims 1.0.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-ppx/ocaml-syntax-shims
Licenses: Expat
Build system: dune
Synopsis: Backport new syntax to older OCaml versions
Description:

This package backports new language features such as let+ to older OCaml compilers.

ocaml-ppx-optional 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/ppx_optional
Licenses: ASL 2.0
Build system: dune
Synopsis: Pattern matching on flat options
Description:

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

ocaml-ppx-deriving 5.2.1
Propagated dependencies: ocaml-ppx-derivers@1.2.1 ocaml-ppxlib@0.28.0 ocaml-result@1.5
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-ppx/ppx_deriving
Licenses: Expat
Build system: dune
Synopsis: Type-driven code generation for OCaml
Description:

Ppx_deriving provides common infrastructure for generating code based on type definitions, and a set of useful plugins for common tasks.

ocaml-async-kernel 0.15.0
Propagated dependencies: ocaml-core@0.15.1 ocaml-core-kernel@0.15.0 ocaml-ppx-jane@0.15.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/async_kernel
Licenses: Expat
Build system: dune
Synopsis: Monadic concurrency library
Description:

Contains Async's core data structures, like Deferred. Async_kernel is portable, and so can be used in JavaScript using Async_js.

ocaml-ppx-js-style 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-migrate-parsetree@2.4.0 ocaml-octavius@1.2.2 ocaml-ppxlib@0.28.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/ppx_js_style
Licenses: ASL 2.0
Build system: dune
Synopsis: Code style checker for Jane Street Packages
Description:

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.

ocaml5.0-eio-linux 0.8.1
Propagated dependencies: ocaml5.0-eio@0.8.1 ocaml5.0-uring@0.5 ocaml5.0-logs@0.7.0 ocaml5.0-fmt@0.9.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-multicore/eio
Licenses: ISC
Build system: dune
Synopsis: Linux backend for ocaml-eio
Description:

Eio_linux provides a Linux io-uring backend for Ocaml Eio APIs, plus a low-level API that can be used directly (in non-portable code).

ocaml-chrome-trace 3.19.1
Propagated dependencies: ocaml-odoc@2.2.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml/dune
Licenses: Expat
Build system: dune
Synopsis: Chrome trace event generation library for ocaml
Description:

Output trace data to a file in Chrome's trace_event format. This format is compatible with chrome trace viewer chrome://tracing. This library offers no backwards compatibility guarantees.

ocaml-ppx-derivers 1.2.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-ppx/ppx_derivers
Licenses: Modified BSD
Build system: dune
Synopsis: Shared @code{@@deriving} plugin registry
Description:

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-grain-dypgen 0.2
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/grain-lang/dypgen
Licenses: CeCILL-B
Build system: ocaml
Synopsis: Self-extensible parsers and lexers for OCaml
Description:

This package provides a GLR parser generator for OCaml. It is able to generate self-extensible parsers (also called adaptive parsers) as well as extensible lexers for the parsers it produces.

ocaml-stdlib-shims 0.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml/stdlib-shims
Licenses: LGPL 2.1+
Build system: dune
Synopsis: OCaml stdlib features backport to older OCaml compilers
Description:

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 in their code.

ocaml-reactivedata 0.3
Propagated dependencies: ocaml-react@1.2.2
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocsigen/reactiveData
Licenses: LGPL 2.1+
Build system: dune
Synopsis: Declarative events and signals for OCaml
Description:

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, it lets the client chooses the concrete timeline.

ocaml-mirage-clock 4.2.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/mirage-clock
Licenses: ISC
Build system: dune
Synopsis: Libraries and module types for portable clocks
Description:

This library implements portable support for an operating system timesource that is compatible with the MirageOS library interfaces. It implements an MCLOCK module that represents a monotonic timesource since an arbitrary point, and PCLOCK which counts time since the Unix epoch.

emacs-ocaml-ts-mode 20230820.1946
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/dmitrig/ocaml-ts-mode
Licenses:
Build system: melpa
Synopsis: Major mode for OCaml using tree-sitter
Description:

Documentation at https://melpa.org/#/ocaml-ts-mode

ocamlformat-rpc-lib 0.24.1
Propagated dependencies: ocaml-version@3.5.0 ocaml-base@0.15.0 ocaml-cmdliner@1.1.1 ocaml-dune-build-info@3.19.1 ocaml-either@1.0.0 ocaml-fix@20220121 ocaml-fpath@0.7.3 ocaml-menhir@20220210 ocaml-odoc@2.2.0 ocaml-ppxlib@0.28.0 ocaml-re@1.10.4 ocaml-odoc-parser@2.0.0 ocaml-stdio@0.15.0 ocaml-uuseg@15.0.0 ocaml-uutf@1.0.3
Channel: guixrus
Location: guixrus/packages/common/ocaml.scm (guixrus packages common ocaml)
Home page: https://github.com/ocaml-ppx/ocamlformat
Licenses: Expat
Build system: dune
Synopsis: Remotely call OCamlFormat
Description:

This package provides an OCaml library for calling OCamlFormat remotely.

ocaml-ppx-sexp-conv 0.15.1
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_sexp_conv
Licenses: ASL 2.0
Build system: dune
Synopsis: Generation of S-expression conversion functions from type definitions
Description:

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

ocaml-mirage-crypto 0.10.6
Propagated dependencies: dune-configurator@3.19.1 ocaml-cstruct@6.1.1 ocaml-eqaf@0.8
Channel: ffab
Location: ffab/packages/ocaml-xyz.scm (ffab packages ocaml-xyz)
Home page: https://github.com/mirage/mirage-crypto
Licenses: ISC
Build system: dune
Synopsis: Simple symmetric cryptography for the modern age
Description:

Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and hashes (MD5, SHA-1, SHA-2).

ocaml5.0-merlin-lib 4.14-500
Propagated dependencies: ocaml5.0-csexp@1.5.1 ocaml5.0-menhir@20220210
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://ocaml.github.io/merlin/
Licenses: Expat
Build system: dune
Synopsis: Merlin libraries
Description:

These libraries provides access to low-level compiler interfaces and the standard higher-level merlin protocol.

ocaml-ppx-bitstring 4.1.0
Propagated dependencies: ocaml-bitstring@4.1.0 ocaml-ppxlib@0.28.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/xguerin/bitstring
Licenses: ISC
Build system: dune
Synopsis: PPX extension for bitstrings and bitstring matching
Description:

This package provides a way to write bitstrings and matching over bitsrings in Erlang style as primitives to the language.

ocamlformat-rpc-lib 0.24.1
Propagated dependencies: ocaml-csexp@1.5.1 ocaml-odoc@2.2.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-ppx/ocamlformat
Licenses: Expat
Build system: dune
Synopsis: Auto-formatter for OCaml code in RPC mode
Description:

OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat.

ocaml-compiler-libs 0.12.4
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/ocaml-compiler-libs
Licenses: Expat
Build system: dune
Synopsis: Compiler libraries repackaged
Description:

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-ppx-enumerate 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/ppx_enumerate
Licenses: ASL 2.0
Build system: dune
Synopsis: Generate a list containing all values of a finite type
Description:

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

ocaml-opam-monorepo 0.3.5
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/tarides/opam-monorepo
Licenses: ISC
Build system: dune
Synopsis: Assemble and manage fully vendored Dune repositories
Description:

The opam monorepo plugin provides a convenient interface to bridge the opam package manager with having a local copy of all the source code required to build a project using the dune build tool.

ocaml-ocplib-endian 1.2
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/OCamlPro/ocplib-endian
Licenses: LGPL 2.1
Build system: dune
Synopsis: Optimised functions to read and write int16/32/64 from strings and bigarrays
Description:

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 submodules for big- and little-endian, with their unsafe counter-parts.

Total results: 336