this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Brian Ward and committed by
GitHub
46648c7f 06b0fbf2

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