this repo has no description

Allow core and dependencies to be installed on arm32 (#27519)

Changed files
+68 -68
packages
base
base.v0.17.0
base.v0.17.1
base_bigstring
base_bigstring.v0.17.0
base_quickcheck
base_quickcheck.v0.17.0
bin_prot
bin_prot.v0.17.0
capitalization
capitalization.v0.17.0
core
core.v0.16.1
core.v0.16.2
core.v0.17.0
core.v0.17.1
fieldslib
fieldslib.v0.17.0
gel
gel.v0.17.0
int_repr
int_repr.v0.17.0
jane-street-headers
jane-street-headers.v0.17.0
jst-config
jst-config.v0.17.0
ocaml_intrinsics_kernel
ocaml_intrinsics_kernel.v0.17.0
ocaml_intrinsics_kernel.v0.17.1
parsexp
parsexp.v0.17.0
ppx_assert
ppx_assert.v0.17.0
ppx_base
ppx_base.v0.17.0
ppx_bench
ppx_bench.v0.17.0
ppx_bin_prot
ppx_bin_prot.v0.17.0
ppx_cold
ppx_cold.v0.17.0
ppx_compare
ppx_compare.v0.17.0
ppx_custom_printf
ppx_custom_printf.v0.17.0
ppx_diff
ppx_diff.v0.17.0
ppx_disable_unused_warnings
ppx_disable_unused_warnings.v0.17.0
ppx_enumerate
ppx_enumerate.v0.17.0
ppx_expect
ppx_expect.v0.16.1
ppx_expect.v0.17.0
ppx_expect.v0.17.1
ppx_expect.v0.17.2
ppx_fields_conv
ppx_fields_conv.v0.17.0
ppx_fixed_literal
ppx_fixed_literal.v0.17.0
ppx_globalize
ppx_globalize.v0.17.0
ppx_hash
ppx_hash.v0.17.0
ppx_here
ppx_here.v0.17.0
ppx_ignore_instrumentation
ppx_ignore_instrumentation.v0.17.0
ppx_inline_test
ppx_inline_test.v0.16.1
ppx_inline_test.v0.17.0
ppx_jane
ppx_jane.v0.17.0
ppx_let
ppx_let.v0.17.0
ppx_log
ppx_log.v0.17.0
ppx_module_timer
ppx_module_timer.v0.17.0
ppx_optcomp
ppx_optcomp.v0.17.0
ppx_optional
ppx_optional.v0.17.0
ppx_pipebang
ppx_pipebang.v0.17.0
ppx_sexp_conv
ppx_sexp_conv.v0.17.0
ppx_sexp_message
ppx_sexp_message.v0.17.0
ppx_sexp_value
ppx_sexp_value.v0.17.0
ppx_stable
ppx_stable.v0.17.0
ppx_stable_witness
ppx_stable_witness.v0.17.0
ppx_string
ppx_string.v0.17.0
ppx_string_conv
ppx_string_conv.v0.17.0
ppx_tydi
ppx_tydi.v0.17.0
ppx_typerep_conv
ppx_typerep_conv.v0.17.0
ppx_variants_conv
ppx_variants_conv.v0.17.0
ppxlib_jane
ppxlib_jane.v0.17.0
ppxlib_jane.v0.17.1
ppxlib_jane.v0.17.2
sexplib
sexplib.v0.17.0
sexplib0
sexplib0.v0.17.0
splittable_random
splittable_random.v0.17.0
stdio
stdio.v0.17.0
time_now
time_now.v0.17.0
typerep
typerep.v0.17.0
typerep.v0.17.1
variantslib
variantslib.v0.17.0
+1 -1
packages/base/base.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"dune-configurator"
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Full standard library replacement for OCaml"
description: "
Full standard library replacement for OCaml
+1 -1
packages/base/base.v0.17.1/opam
···
"dune" {>= "3.11.0"}
"dune-configurator"
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Full standard library replacement for OCaml"
description: "
Full standard library replacement for OCaml
+1 -1
packages/base_bigstring/base_bigstring.v0.17.0/opam
···
"ppx_jane" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "String type based on [Bigarray], for use in I/O and C-bindings"
description: "
String type based on [Bigarray], for use in I/O and C-bindings.
+1 -1
packages/base_quickcheck/base_quickcheck.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Randomized testing framework, designed for compatibility with Base"
description: "
Base_quickcheck provides randomized testing in the style of Haskell's Quickcheck library,
+1 -1
packages/bin_prot/bin_prot.v0.17.0/opam
···
depopts: [
"mirage-xen-ocaml"
]
-
available: arch != "arm32" & arch != "x86_32" & os != "freebsd"
+
available: arch != "x86_32" & os != "freebsd"
synopsis: "A binary protocol generator"
description: "
Part of Jane Street's Core library
+1 -1
packages/capitalization/capitalization.v0.17.0/opam
···
"ppx_base" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Defines case conventions and functions to rename identifiers according to them"
description: "
"
+1 -1
packages/core/core.v0.16.1/opam
···
"variantslib" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Industrial strength alternative to OCaml's standard library"
description: "
The Core suite of libraries is an industrial strength alternative to
+1 -1
packages/core/core.v0.16.2/opam
···
"variantslib" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Industrial strength alternative to OCaml's standard library"
description: "
The Core suite of libraries is an industrial strength alternative to
+1 -1
packages/core/core.v0.17.0/opam
···
"variantslib" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Industrial strength alternative to OCaml's standard library"
description: "
The Core suite of libraries is an industrial strength alternative to
+1 -1
packages/core/core.v0.17.1/opam
···
"variantslib" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Industrial strength alternative to OCaml's standard library"
description: "
The Core suite of libraries is an industrial strength alternative to
+1 -1
packages/fieldslib/fieldslib.v0.17.0/opam
···
"base" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "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"
description: "
Part of Jane Street's Core library
+1 -1
packages/gel/gel.v0.17.0/opam
···
"ppx_jane" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "A library to mark non-record fields global."
description: "
A library to mark non-record fields global. GEL stands for Global Even if inside a Local.
+1 -1
packages/int_repr/int_repr.v0.17.0/opam
···
"ppx_jane" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Integers of various widths"
description: "
Integers of various widths.
+1 -1
packages/jane-street-headers/jane-street-headers.v0.17.0/opam
···
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Jane Street C header files"
description: "
C header files shared between the various Jane Street packages
+1 -1
packages/jst-config/jst-config.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"dune-configurator"
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Compile-time configuration for Jane Street libraries"
description: "
Defines compile-time constants used in Jane Street libraries such as Base, Core, and
+1 -1
packages/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.v0.17.0/opam
···
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Intrinsics"
description: "
Provides functions to invoke amd64 instructions (such as cmov, min/maxsd, popcnt)
+1 -1
packages/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.v0.17.1/opam
···
"ocaml" {>= "5.1.0"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Intrinsics"
description: "
Provides functions to invoke amd64 instructions (such as cmov, min/maxsd, popcnt)
+1 -1
packages/parsexp/parsexp.v0.17.0/opam
···
"sexplib0" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "S-expression parsing library"
description: "
This library provides generic parsers for parsing S-expressions from
+1 -1
packages/ppx_assert/ppx_assert.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Assert-like extension nodes that raise useful errors on failure"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_base/ppx_base.v0.17.0/opam
···
conflicts: [
"base" {= "v.0.17.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Base set of ppx rewriters"
description: "
ppx_base is the set of ppx rewriters used for Base.
+1 -1
packages/ppx_bench/ppx_bench.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Syntax extension for writing in-line benchmarks in ocaml code"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_bin_prot/ppx_bin_prot.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Generation of bin_prot readers and writers from types"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_cold/ppx_cold.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Expands [@cold] into [@inline never][@specialise never][@local never]"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_compare/ppx_compare.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Generation of comparison functions from types"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_custom_printf/ppx_custom_printf.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Printf-style format-strings for user-defined string conversion"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_diff/ppx_diff.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "A PPX rewriter that genreates the implementation of [Ldiffable.S]."
description: "
A PPX rewriter that generates the implementation of [Ldiffable.S]. Generates diffs and update functions for OCaml types.
+1 -1
packages/ppx_disable_unused_warnings/ppx_disable_unused_warnings.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Expands [@disable_unused_warnings] into [@warning \"-20-26-32-33-34-35-36-37-38-39-60-66-67\"]"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_enumerate/ppx_enumerate.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Generate a list containing all values of a finite type"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_expect/ppx_expect.v0.16.1/opam
···
conflicts: [
"js_of_ocaml-compiler" {< "5.8"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Cram like framework for OCaml"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_expect/ppx_expect.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32" & os != "win32"
+
available: arch != "x86_32" & os != "win32"
synopsis: "Cram like framework for OCaml"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_expect/ppx_expect.v0.17.1/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32" & os != "win32"
+
available: arch != "x86_32" & os != "win32"
conflicts: [
"js_of_ocaml-compiler" {< "5.8"}
]
+1 -1
packages/ppx_expect/ppx_expect.v0.17.2/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
conflicts: [
"js_of_ocaml-compiler" {< "5.8"}
]
+1 -1
packages/ppx_fields_conv/ppx_fields_conv.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Generation of accessor and iteration functions for ocaml records"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_fixed_literal/ppx_fixed_literal.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Simpler notation for fixed point literals"
description: "
A ppx rewriter that rewrites fixed point literal of the
+1 -1
packages/ppx_globalize/ppx_globalize.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "A ppx rewriter that generates functions to copy local values to the global heap"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_hash/ppx_hash.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "A ppx rewriter that generates hash functions from type expressions and definitions"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_here/ppx_here.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Expands [%here] into its location"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_ignore_instrumentation/ppx_ignore_instrumentation.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Ignore Jane Street specific instrumentation extensions"
description: "
Ignore Jane Street specific instrumentation extensions from internal PPXs or compiler
+1 -1
packages/ppx_inline_test/ppx_inline_test.v0.16.1/opam
···
"dune" {>= "3.11.1"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Syntax extension for writing in-line tests in ocaml code"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_inline_test/ppx_inline_test.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Syntax extension for writing in-line tests in ocaml code"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_jane/ppx_jane.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Standard Jane Street ppx rewriters"
description: "
This package installs a ppx-jane executable, which is a ppx driver
+1 -1
packages/ppx_let/ppx_let.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Monadic let-bindings"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_log/ppx_log.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Ppx_sexp_message-like extension nodes for lazily rendering log messages"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_module_timer/ppx_module_timer.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Ppx rewriter that records top-level module startup times"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_optcomp/ppx_optcomp.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Optional compilation for OCaml"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_optional/ppx_optional.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Pattern matching on flat options"
description: "
A ppx rewriter that rewrites simple match statements with an if then
+1 -1
packages/ppx_pipebang/ppx_pipebang.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "A ppx rewriter that inlines reverse application operators `|>` and `|!`"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_sexp_conv/ppx_sexp_conv.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "[@@deriving] plugin to generate S-expression conversion functions"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_sexp_message/ppx_sexp_message.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "A ppx rewriter for easy construction of s-expressions"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_sexp_value/ppx_sexp_value.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "A ppx rewriter that simplifies building s-expressions from ocaml values"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_stable/ppx_stable.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Stable types conversions generator"
description: "
A ppx extension for easier implementation of conversion functions between almost
+1 -1
packages/ppx_stable_witness/ppx_stable_witness.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Ppx extension for deriving a witness that a type is intended to be stable. In this\n context, stable means that the serialization format will never change. This allows\n programs running at different versions of the code to safely communicate."
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_string/ppx_string.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Ppx extension for string interpolation"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_string_conv/ppx_string_conv.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Ppx extension for generating of_string & to_string"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_tydi/ppx_tydi.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Let expressions, inferring pattern type from expression."
description: "
Provides a ppx for [let%tydi]: type-directed [let] bindings. In [let%tydi a = b in ...], [a]'s type is inferred from [b] rather than the other way around. This is convenient for record patterns whose fields are not in scope.
+1 -1
packages/ppx_typerep_conv/ppx_typerep_conv.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Generation of runtime types from type declarations"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppx_variants_conv/ppx_variants_conv.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Generation of accessor and iteration functions for ocaml variant types"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppxlib_jane/ppxlib_jane.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Utilities for working with Jane Street AST constructs"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/ppxlib_jane/ppxlib_jane.v0.17.1/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.33.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
flags: deprecated
synopsis: "Utilities for working with Jane Street AST constructs"
description: "
+1 -1
packages/ppxlib_jane/ppxlib_jane.v0.17.2/opam
···
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0" & < "0.36.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Utilities for working with Jane Street AST constructs"
description: "
Part of the Jane Street's PPX rewriters collection.
+1 -1
packages/sexplib/sexplib.v0.17.0/opam
···
"dune" {>= "3.11.0"}
"num"
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Library for serializing OCaml values to and from S-expressions"
description: "
Part of Jane Street's Core library
+1 -1
packages/sexplib0/sexplib0.v0.17.0/opam
···
"ocaml" {>= "4.14.0"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Library containing the definition of S-expressions and some base converters"
description: "
Part of Jane Street's Core library
+1 -1
packages/splittable_random/splittable_random.v0.17.0/opam
···
"ppx_sexp_message" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "PRNG that can be split into independent streams"
description: "
PRNG that can be split into independent streams
+1 -1
packages/stdio/stdio.v0.17.0/opam
···
"base" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Standard IO library for OCaml"
description: "
Stdio implements simple input/output functionalities for OCaml.
+1 -1
packages/time_now/time_now.v0.17.0/opam
···
"ppx_optcomp" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Reports the current time"
description: "
Provides a single function to report the current time in nanoseconds
+1 -1
packages/typerep/typerep.v0.17.0/opam
···
"base" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Typerep is a library for runtime types"
url {
src: "https://github.com/janestreet/typerep/archive/refs/tags/v0.17.0.tar.gz"
+1 -1
packages/typerep/typerep.v0.17.1/opam
···
"base" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Typerep is a library for runtime types"
url {
src:
+1 -1
packages/variantslib/variantslib.v0.17.0/opam
···
"base" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
-
available: arch != "arm32" & arch != "x86_32"
+
available: arch != "x86_32"
synopsis: "Part of Jane Street's Core library"
description: "
The Core suite of libraries is an industrial strength alternative to