_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ocaml-ppx-here 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_here
Licenses: ASL 2.0
Synopsis: Expands [%here] into its location
Description:

Part of the Jane Street's PPX rewriters collection.

ocaml-calendar 2.04-0.a447a88
Propagated dependencies: ocaml@4.14.1 ocaml-findlib@1.9.5
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-community/calendar
Licenses: LGPL 2.1+
Synopsis: OCaml library for handling dates and times
Description:

This package provides types and operations over dates and times.

ocaml-octavius 1.2.2
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-doc/octavius
Licenses: ISC
Synopsis: Ocamldoc comment syntax parser
Description:

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

ocaml-uri-sexp 4.2.0
Propagated dependencies: ocaml-uri@4.2.0 ocaml-ppx-sexp-conv@0.15.1 ocaml-sexplib0@0.15.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/ocaml-uri
Licenses: ISC
Synopsis: RFC3986 URI/URL parsing library
Description:

This package adds S-exp support to ocaml-uri.

ocaml-dune-rpc 3.11.0
Propagated dependencies: ocaml-stdune@3.11.0 ocaml-xdg@3.11.0
Channel: guixrus
Location: guixrus/packages/common/ocaml.scm (guixrus packages common ocaml)
Home page: https://github.com/ocaml/dune
Licenses: Expat
Synopsis: Remotely call Dune
Description:

This package provides an OCaml library for calling Dune remotely.

ocaml-ppx-hash 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-ppx-compare@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_hash
Licenses: ASL 2.0
Synopsis: Generation of hash functions from type expressions and definitions
Description:

This package is a collection of ppx rewriters that generate hash functions from type exrpessions and definitions.

ocaml-time-now 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-jane-street-headers@0.15.0 ocaml-jst-config@0.16.0 ocaml-ppx-base@0.15.0 ocaml-ppx-optcomp@0.15.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/time_now
Licenses: Expat
Synopsis: Reports the current time
Description:

Provides a single function to report the current time in nanoseconds since the start of the Unix epoch.

ocaml-timezone 0.15.0
Propagated dependencies: ocaml-core@0.15.1 ocaml-ppx-jane@0.15.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/timezone
Licenses: Expat
Synopsis: Time-zone handling
Description:

Timezone handles parsing timezone data and create Timezone.t that can later be used to manipulate time in core_kernel or core.

ocaml-digestif 1.1.3
Propagated dependencies: ocaml-eqaf@0.9
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/digestif
Licenses: Expat
Synopsis: Simple hash algorithms in OCaml
Description:

Digestif is an OCaml library that provides implementations of hash algorithms. Implemented hash algorithms include MD5, SHA1, SHA224, SHA256, SHA384, SHA512, Blake2b, Blake2s and RIPEMD160.

ocaml-ppx-base 0.15.0
Propagated dependencies: ocaml-ppx-compare@0.15.0 ocaml-ppx-cold@0.15.0 ocaml-ppx-enumerate@0.15.0 ocaml-ppx-hash@0.15.0 ocaml-ppx-js-style@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_base
Licenses: ASL 2.0
Synopsis: Base set of ppx rewriters
Description:

Ppx_base is the set of ppx rewriters used for Base.

Note that Base doesn't need ppx to build, it is only used as a verification tool.

ocaml-bechamel 0.3.0
Propagated dependencies: ocaml-fmt@0.9.0 ocaml-stdlib-shims@0.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/bechamel
Licenses: Expat
Synopsis: Yet Another Benchmark in OCaml
Description:

BEnchmark for a CHAMEL/camel/caml which is agnostic to the system. It's a micro-benchmark tool for OCaml which lets the user to re-analyzes and prints samples.

ocaml-sexplib0 0.15.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/sexplib0
Licenses: Expat
Synopsis: Library containing the definition of S-expressions and some base converters
Description:

Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml.

ocaml-integers 0.7.0
Propagated dependencies: ocaml-stdlib-shims@0.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocamllabs/ocaml-integers
Licenses: Expat
Synopsis: Various signed and unsigned integer types for OCaml
Description:

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-duration 0.2.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/hannesm/duration
Licenses: ISC
Synopsis: Conversions to various time units
Description:

This package provides a duration is represented in nanoseconds as an unsigned 64 bit integer. This has a range of up to 584 years. Functions provided check the input and raise on negative or out of bound input.

ocaml-graphics 5.1.2
Propagated dependencies: libx11@1.8.10
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml/graphics
Licenses: LGPL 2.1+
Synopsis: The OCaml graphics library
Description:

The graphics library provides a set of portable drawing primitives. Drawing takes place in a separate window that is created when Graphics.open_graph is called. This library used to be distributed with OCaml up to OCaml 4.08.

ocaml-monolith 20210525
Propagated dependencies: ocaml-afl-persistent@1.3 ocaml-pprint@20220103 ocaml-seq@0.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://gitlab.inria.fr/fpottier/monolith
Licenses: LGPL 3+
Synopsis: Framework for testing an OCaml library using afl-fuzz
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 by using the afl-fuzz tool.

ocaml4.09-dune 3.11.0
Propagated dependencies: dune-configurator@3.11.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml/dune
Licenses: Expat
Synopsis: OCaml build system
Description:

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. Descriptions of projects, libraries and executables are provided in dune files following an s-expression syntax.

ocaml4.09-dune 3.11.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml/dune
Licenses: Expat
Synopsis: OCaml build system
Description:

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. Descriptions of projects, libraries and executables are provided in dune files following an s-expression syntax.

ocaml4.07-dune 1.11.3
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml/dune
Licenses: Expat
Synopsis: OCaml build system
Description:

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. Descriptions of projects, libraries and executables are provided in dune files following an s-expression syntax.

ocaml-camomile 2.0.0
Propagated dependencies: ocaml-dune-site@3.12.2 ocaml-camlp-streams@5.0.1 ocaml-odoc@2.2.0
Channel: zzkt
Location: zzkt/packages/soupault.scm (zzkt packages soupault)
Home page: https://github.com/savonet/Camomile
Licenses:
Synopsis: A Unicode library
Description:

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 is currently designed for Unicode Standard 3.2.

ocaml-camomile 1.0.2
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/yoriyuki/Camomile
Licenses: LGPL 2.0+
Synopsis: Comprehensive Unicode library
Description:

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 is currently designed for Unicode Standard 3.2.

ocaml-ppx-cold 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_cold
Licenses: Expat
Synopsis: Syntax extension for indicating cold path
Description:

This package contains an syntax extension to indicate that the code is on the cold path and should be kept out of the way to avoid polluting the instruction cache on the hot path. See also https://github.com/ocaml/ocaml/issues/8563.

ocaml-xenstore 2.2.0
Propagated dependencies: ocaml-cstruct@6.1.1 ocaml-ppx-cstruct@6.1.1 ocaml-lwt@5.6.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/ocaml-xenstore
Licenses: LGPL 2.1
Synopsis: Xenstore protocol in pure OCaml
Description:

Repository contents:

  • client library, a merge of the Mirage and XCP ones

  • server library

  • server instance which runs under Unix with libxc

  • server instance which runs on mirage.

The client and the server libraries have sets of unit-tests.

Total results: 343