···1616 "ppx_jane" {>= "v0.17" & < "v0.18"}
1717 "dune" {>= "3.11.0"}
1818]
1919-available: arch != "arm32" & arch != "x86_32"
1919+available: arch != "x86_32"
2020synopsis: "String type based on [Bigarray], for use in I/O and C-bindings"
2121description: "
2222String type based on [Bigarray], for use in I/O and C-bindings.
···2222 "dune" {>= "3.11.0"}
2323 "ppxlib" {>= "0.28.0" & < "0.36.0"}
2424]
2525-available: arch != "arm32" & arch != "x86_32"
2525+available: arch != "x86_32"
2626synopsis: "Randomized testing framework, designed for compatibility with Base"
2727description: "
2828Base_quickcheck provides randomized testing in the style of Haskell's Quickcheck library,
+1-1
packages/bin_prot/bin_prot.v0.17.0/opam
···2424depopts: [
2525 "mirage-xen-ocaml"
2626]
2727-available: arch != "arm32" & arch != "x86_32" & os != "freebsd"
2727+available: arch != "x86_32" & os != "freebsd"
2828synopsis: "A binary protocol generator"
2929description: "
3030Part of Jane Street's Core library
+41
packages/boltzgen/boltzgen.0.9.5/opam
···11+opam-version: "2.0"
22+synopsis: "Generate random tests using boltzmann sampling"
33+description: """
44+BoltzGen is a tool to generate Ocaml values. Given a type it generates a random value of this type using Boltzmann sampling
55+ BoltzGen can also generate tests, given a function, a set of call of this function on generated random input is generated."""
66+maintainer: ["barbot@lacl.fr"]
77+authors: ["Benoît Barbot"]
88+license: "GPL-3.0-or-later"
99+homepage: "https://git.lacl.fr/barbot/boltzgen"
1010+bug-reports: "https://git.lacl.fr/barbot/boltzgen/-/issues"
1111+depends: [
1212+ "ocaml" {>= "5.0.0"}
1313+ "dune" {>= "3.15" & >= "3.15"}
1414+ "ocaml-compiler-libs"
1515+ "cmdliner" {>= "1.1.0"}
1616+ "base-unix"
1717+ "odoc" {with-doc}
1818+]
1919+build: [
2020+ ["dune" "subst"] {dev}
2121+ [
2222+ "dune"
2323+ "build"
2424+ "-p"
2525+ name
2626+ "-j"
2727+ jobs
2828+ "@install"
2929+ "@runtest" {with-test}
3030+ "@doc" {with-doc}
3131+ ]
3232+]
3333+dev-repo: "git+https://git.lacl.fr/barbot/boltzgen.git"
3434+url {
3535+ src:
3636+ "https://git.lacl.fr/barbot/boltzgen/-/archive/release-0.9.5/boltzgen-release-0.9.5.tar.gz"
3737+ checksum: [
3838+ "md5=4a1533435c557fb19665bb0cffa8cfa6"
3939+ "sha512=8ec7d426663125b4a5ceca895252ebf7afc3c44034730e25ee994a152a049a221a8c3a6472777ec91980c7ceea70abbaf1fd20ff0ac61ca5855b0d600df64b22"
4040+ ]
4141+}
···3434 "variantslib" {>= "v0.16" & < "v0.17"}
3535 "dune" {>= "2.0.0"}
3636]
3737-available: arch != "arm32" & arch != "x86_32"
3737+available: arch != "x86_32"
3838synopsis: "Industrial strength alternative to OCaml's standard library"
3939description: "
4040The Core suite of libraries is an industrial strength alternative to
+1-1
packages/core/core.v0.16.2/opam
···3434 "variantslib" {>= "v0.16" & < "v0.17"}
3535 "dune" {>= "2.0.0"}
3636]
3737-available: arch != "arm32" & arch != "x86_32"
3737+available: arch != "x86_32"
3838synopsis: "Industrial strength alternative to OCaml's standard library"
3939description: "
4040The Core suite of libraries is an industrial strength alternative to
+1-1
packages/core/core.v0.17.0/opam
···3535 "variantslib" {>= "v0.17" & < "v0.18"}
3636 "dune" {>= "3.11.0"}
3737]
3838-available: arch != "arm32" & arch != "x86_32"
3838+available: arch != "x86_32"
3939synopsis: "Industrial strength alternative to OCaml's standard library"
4040description: "
4141The Core suite of libraries is an industrial strength alternative to
+1-1
packages/core/core.v0.17.1/opam
···3535 "variantslib" {>= "v0.17" & < "v0.18"}
3636 "dune" {>= "3.11.0"}
3737]
3838-available: arch != "arm32" & arch != "x86_32"
3838+available: arch != "x86_32"
3939synopsis: "Industrial strength alternative to OCaml's standard library"
4040description: "
4141The Core suite of libraries is an industrial strength alternative to
···4646}
4747messages: [ "encoding is Deprecated. You should consider using 'smtml' instead" ]
4848flags: deprecated
4949+x-maintenance-intent: [ "(none)" ]
+47
packages/fasmifra/fasmifra.2.1.0/opam
···11+opam-version: "2.0"
22+authors: "Francois Berenger"
33+maintainer: "unixjunkie@sdf.org"
44+homepage: "https://github.com/UnixJunkie/FASMIFRA"
55+bug-reports: "https://github.com/UnixJunkie/FASMIFRA/issues"
66+dev-repo: "git+https://github.com/UnixJunkie/FASMIFRA.git"
77+license: "GPL-3.0-or-later"
88+build: ["dune" "build" "-p" name "-j" jobs]
99+install: [
1010+ ["cp" "bin/fasmifra_fragment.py" "%{bin}%/fasmifra_fragment.py"]
1111+ ["cp" "bin/fasmifra_rm_cut_bonds.sh" "%{bin}%/fasmifra_rm_cut_bonds.sh"]
1212+ ["cp" "bin/fasmifra_frag_dict.py" "%{bin}%/fasmifra_frag_dict.py"]
1313+ ["cp" "bin/fasmifra_GA.sh" "%{bin}%/fasmifra_GA.sh"]
1414+]
1515+depends: [
1616+ "base-unix"
1717+ "batteries" {>= "3.3.0"}
1818+ "dolog" {>= "6.0.0"}
1919+ "dune" {>= "1.11"}
2020+ "minicli" {>= "5.0.0"}
2121+ "ocaml" {>= "5.0.0"}
2222+ "line_oriented" {>= "1.2.0"}
2323+ "conf-rdkit" {>= "1"}
2424+ "conf-python-3" {>= "1.0.0"}
2525+]
2626+synopsis: "Molecular Generation by Fast Assembly of SMILES Fragments"
2727+description: """
2828+Generate molecules fast given a molecular training set.
2929+3030+Properties of the generated molecules might significantly match
3131+those of the training set (training set distribution matching).
3232+3333+Bibliography:
3434+=============
3535+3636+Berenger, F., & Tsuda, K. (2021).
3737+Molecular generation by Fast Assembly of (Deep) SMILES fragments.
3838+Journal of Cheminformatics, 13(1), 1-10.
3939+https://doi.org/10.1186/s13321-021-00566-4
4040+"""
4141+url {
4242+ src:
4343+ "https://github.com/UnixJunkie/FASMIFRA/archive/refs/tags/v2.1.0.tar.gz"
4444+ checksum: [
4545+ "sha256=ea3c1a2566069096ede8ee4720dbea3261f797a1002c2557f3dd7ec30e6a45ce"
4646+ ]
4747+}
+1-1
packages/fieldslib/fieldslib.v0.17.0/opam
···1414 "base" {>= "v0.17" & < "v0.18"}
1515 "dune" {>= "3.11.0"}
1616]
1717-available: arch != "arm32" & arch != "x86_32"
1717+available: arch != "x86_32"
1818synopsis: "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"
1919description: "
2020Part of Jane Street's Core library
···1515 "ppx_jane" {>= "v0.17" & < "v0.18"}
1616 "dune" {>= "3.11.0"}
1717]
1818-available: arch != "arm32" & arch != "x86_32"
1818+available: arch != "x86_32"
1919synopsis: "A library to mark non-record fields global."
2020description: "
2121A library to mark non-record fields global. GEL stands for Global Even if inside a Local.
+77
packages/goblint-cil/goblint-cil.2.0.6/opam
···11+opam-version: "2.0"
22+synopsis:
33+ "A front-end for the C programming language that facilitates program analysis and transformation"
44+description: """
55+This is a fork of the 'cil' package used for 'goblint'. Major changes include:
66+* Support for C99 and C11.
77+* Compatibility with modern OCaml versions.
88+* Use Zarith instead of Num and use that for integer constants.
99+* Improved locations with columns and spans.
1010+* Removal of unmaintained extensions and MSVC support.
1111+* Use dune instead of make and ocamlbuild.
1212+* Many bug fixes."""
1313+maintainer: [
1414+ "Michael Schwarz <michael.schwarz93@gmail.com>"
1515+ "Simmo Saan <simmo.saan@gmail.com>"
1616+]
1717+authors: [
1818+ "George Necula"
1919+ "Scott McPeak"
2020+ "Westley Weimer"
2121+ "Gabriel Kerneis"
2222+ "Ralf Vogler"
2323+ "Michael Schwarz"
2424+ "Simmo Saan"
2525+]
2626+license: "BSD-3-Clause"
2727+homepage: "https://github.com/goblint/cil"
2828+bug-reports: "https://github.com/goblint/cil/issues"
2929+depends: [
3030+ "ocaml" {>= "4.05.0"}
3131+ "ocamlfind" {with-test}
3232+ "zarith"
3333+ "hevea" {with-doc}
3434+ "dune" {>= "2.7"}
3535+ "dune-configurator"
3636+ "odoc" {with-doc}
3737+ "stdlib-shims"
3838+ "ppx_deriving_yojson" {>= "3.2"}
3939+ "yojson"
4040+ "conf-perl"
4141+ "cppo"
4242+ "conf-gcc"
4343+]
4444+conflicts: ["cil"]
4545+build: [
4646+ ["dune" "subst"] {dev}
4747+ [
4848+ "dune"
4949+ "build"
5050+ "-p"
5151+ name
5252+ "-j"
5353+ jobs
5454+ "@install"
5555+ "@runtest" {with-test}
5656+ "@doc" {with-doc}
5757+ ]
5858+]
5959+dev-repo: "git+https://github.com/goblint/cil.git"
6060+depexts: [
6161+ ["perl-ExtUtils-MakeMaker"] {os-distribution = "centos" | os-distribution = "fedora" | os-distribution = "ol"}
6262+ ["perl-FindBin"] {os-distribution = "fedora"}
6363+ ["build-base"] {os-distribution = "alpine"}
6464+]
6565+available: arch = "x86_64" | arch = "arm64"
6666+x-ci-accept-failures: [
6767+ "freebsd" # installed cilly binary is not found for some reason (https://github.com/ocaml/opam-repository/pull/24812#issuecomment-1819231335)
6868+]
6969+url {
7070+ src:
7171+ "https://github.com/goblint/cil/releases/download/2.0.6/goblint-cil-2.0.6.tbz"
7272+ checksum: [
7373+ "sha256=5577007bfac63c3f0609abdb74119fe674c9bc8529d790e90ef73a85964aa07a"
7474+ "sha512=f1a393fa92614ceaf857bec4df474d3e152c578d0ab5fdf791e9129668861ccaa37efae2f18aa539965d6c2ed4dabb47b4a5262aab55112e181935def06f18da"
7575+ ]
7676+}
7777+x-commit-hash: "8385ab315bc7461f6801af57673c64731bfa036a"
+1-1
packages/int_repr/int_repr.v0.17.0/opam
···1515 "ppx_jane" {>= "v0.17" & < "v0.18"}
1616 "dune" {>= "3.11.0"}
1717]
1818-available: arch != "arm32" & arch != "x86_32"
1818+available: arch != "x86_32"
1919synopsis: "Integers of various widths"
2020description: "
2121Integers of various widths.
···1313 "ocaml" {>= "5.1.0"}
1414 "dune" {>= "3.11.0"}
1515]
1616-available: arch != "arm32" & arch != "x86_32"
1616+available: arch != "x86_32"
1717synopsis: "Jane Street C header files"
1818description: "
1919C header files shared between the various Jane Street packages
+1-1
packages/jst-config/jst-config.v0.17.0/opam
···1616 "dune" {>= "3.11.0"}
1717 "dune-configurator"
1818]
1919-available: arch != "arm32" & arch != "x86_32"
1919+available: arch != "x86_32"
2020synopsis: "Compile-time configuration for Jane Street libraries"
2121description: "
2222Defines compile-time constants used in Jane Street libraries such as Base, Core, and
···11+opam-version: "2.0"
22+synopsis: "A small frontend for ocamlfind that adds a few useful commands"
33+license: "MIT"
44+x-maintenance-intent: [ "(latest)" ]
55+maintainer: "Chet Murthy <chetsky@gmail.com>"
66+77+(* Gerd wrote most of this code; I just modified it (and probably
88+introduced bugs. This is to silence opam *)
99+1010+authors: "Chet Murthy <chetsky@gmail.com>"
1111+homepage: "https://github.com/chetmurthy/not-ocamlfind"
1212+bug-reports: "Chet Murthy <chetsky@gmail.com>"
1313+depends: [
1414+ "ocamlfind" {>= "1.8.0"}
1515+ "camlp-streams"
1616+ "conf-m4" {build}
1717+ "fmt" {>= "0.8.8"}
1818+ "rresult" {>= "0.6.0"}
1919+ "ocamlgraph" {>= "2.0.0"}
2020+ "conf-which"
2121+]
2222+depexts: [
2323+ [
2424+ "xdot"
2525+ ] {os-family = "debian"}
2626+]
2727+build: [
2828+ ["./configure" "-bindir" bin "-sitelib" lib "-mandir" man "-config" "%{lib}%/findlib.conf" "-no-custom" "-no-topfind" {preinstalled}]
2929+ [make "all"]
3030+]
3131+install: [make "install"]
3232+dev-repo: "git+https://github.com/chetmurthy/not-ocamlfind"
3333+url {
3434+ src: "https://github.com/chetmurthy/not-ocamlfind/archive/refs/tags/0.14.tar.gz"
3535+ checksum: [
3636+ "sha512=98fda1ff916ebdc9ad960faea2c0f69955d443a2ad18ac79d0d3dffa843210a4c18a997df317c42aa6c92f8f6dc20a432b8b4f6b2abe76237f53d27459f348a2"
3737+ ]
3838+}
+42
packages/obelisk/obelisk.0.8.1/opam
···11+opam-version: "2.0"
22+synopsis: "Pretty-printing for Menhir files"
33+description: """
44+Obelisk is a simple tool which produces pretty-printed output from a Menhir parser file (.mly).
55+It is inspired from yacc2latex and is also written in OCaml, but is aimed at supporting features from Menhir instead of only those of ocamlyacc."""
66+maintainer: ["Lélio Brun <lb@leliobrun.net>"]
77+authors: ["Lélio Brun"]
88+license: "MIT"
99+homepage: "https://github.com/Lelio-Brun/Obelisk"
1010+doc: "https://github.com/Lelio-Brun/Obelisk/blob/master/README.md"
1111+bug-reports: "https://github.com/Lelio-Brun/obelisk/issues"
1212+depends: [
1313+ "dune" {>= "2.7"}
1414+ "ocaml" {>= "4.08"}
1515+ "menhir" {>= "20190613"}
1616+ "re" {>= "1.7.2"}
1717+ "odoc" {with-doc}
1818+]
1919+build: [
2020+ ["dune" "subst"] {dev}
2121+ [
2222+ "dune"
2323+ "build"
2424+ "-p"
2525+ name
2626+ "-j"
2727+ jobs
2828+ "@install"
2929+ "@runtest" {with-test}
3030+ "@doc" {with-doc}
3131+ ]
3232+]
3333+dev-repo: "git+https://github.com/Lelio-Brun/obelisk.git"
3434+url {
3535+ src:
3636+ "https://github.com/Lelio-Brun/Obelisk/releases/download/v0.8.1/obelisk-0.8.1.tbz"
3737+ checksum: [
3838+ "sha256=fd0aee7700cadd6b9595716a3899a90324504273a5f60fd465866da93a3976a2"
3939+ "sha512=90c0bb6e6f98dad821c1cf545c4bfaa21187a0dbb62247c3dd18d5bea79006274e3b3e482db70c0e584bc34e26cf1ac7bb1cf80a016c167892f3bcc9c1875c4b"
4040+ ]
4141+}
4242+x-commit-hash: "3b8cb17133628f9689e5656ff9d7f99bdcc6e68f"
+54
packages/ocaml-version/ocaml-version.4.0.0/opam
···11+opam-version: "2.0"
22+synopsis: "Manipulate, parse and generate OCaml compiler version strings"
33+description: """\
44+This library provides facilities to parse version numbers of the OCaml compiler, and enumerates the various official OCaml releases and configuration variants.
55+66+OCaml version numbers are of the form `major.minor.patch+extra`, where the `patch` and `extra` fields are optional. This library offers the following functionality:
77+88+- Functions to parse and serialise OCaml compiler version numbers.
99+- Enumeration of official OCaml compiler version releases.
1010+- Test compiler versions for a particular feature (e.g. the `bytes` type)
1111+- [opam](https://opam.ocaml.org) compiler switch enumeration.
1212+1313+### Further information
1414+1515+- **Discussion:** Post on <https://discuss.ocaml.org/> with the `ocaml` tag under the Ecosystem category.
1616+- **Bugs:** <https://github.com/ocurrent/ocaml-version/issues>
1717+- **Docs:** <http://docs.mirage.io/ocaml-version>"""
1818+maintainer: "Anil Madhavapeddy <anil@recoil.org>"
1919+authors: "Anil Madhavapeddy <anil@recoil.org>"
2020+license: "ISC"
2121+tags: "org:ocamllabs"
2222+homepage: "https://github.com/ocurrent/ocaml-version"
2323+doc: "https://ocurrent.github.io/ocaml-version/doc"
2424+bug-reports: "https://github.com/ocurrent/ocaml-version/issues"
2525+depends: [
2626+ "dune" {>= "3.6"}
2727+ "ocaml" {>= "4.07.0"}
2828+ "alcotest" {with-test}
2929+ "odoc" {with-doc}
3030+]
3131+build: [
3232+ ["dune" "subst"] {dev}
3333+ [
3434+ "dune"
3535+ "build"
3636+ "-p"
3737+ name
3838+ "-j"
3939+ jobs
4040+ "@install"
4141+ "@runtest" {with-test}
4242+ "@doc" {with-doc}
4343+ ]
4444+]
4545+dev-repo: "git+https://github.com/ocurrent/ocaml-version.git"
4646+url {
4747+ src:
4848+ "https://github.com/ocurrent/ocaml-version/releases/download/v4.0.0/ocaml-version-4.0.0.tbz"
4949+ checksum: [
5050+ "md5=6734fe7a4f8ac3bea39a0bcf40a31a82"
5151+ "sha512=093a7aadb382a21ab5ae2a1d87bc06f9ecb4584ae6a8a2b492ffdf23dc4ae2788ce19cdf2ea87191dc7ee391ae2d26b734342880742f73cb700933d8cf6856e5"
5252+ ]
5353+}
5454+x-maintenance-intent: ["(latest)"]
···1919 "dune" {>= "3.11.0"}
2020 "ppxlib" {>= "0.28.0"}
2121]
2222-available: arch != "arm32" & arch != "x86_32"
2222+available: arch != "x86_32"
2323synopsis: "Assert-like extension nodes that raise useful errors on failure"
2424description: "
2525Part of the Jane Street's PPX rewriters collection.
+1-1
packages/ppx_base/ppx_base.v0.17.0/opam
···2323conflicts: [
2424 "base" {= "v.0.17.0"}
2525]
2626-available: arch != "arm32" & arch != "x86_32"
2626+available: arch != "x86_32"
2727synopsis: "Base set of ppx rewriters"
2828description: "
2929ppx_base is the set of ppx rewriters used for Base.
+1-1
packages/ppx_bench/ppx_bench.v0.17.0/opam
···1515 "dune" {>= "3.11.0"}
1616 "ppxlib" {>= "0.28.0" & < "0.36.0"}
1717]
1818-available: arch != "arm32" & arch != "x86_32"
1818+available: arch != "x86_32"
1919synopsis: "Syntax extension for writing in-line benchmarks in ocaml code"
2020description: "
2121Part of the Jane Street's PPX rewriters collection.
+1-1
packages/ppx_bin_prot/ppx_bin_prot.v0.17.0/opam
···1818 "dune" {>= "3.11.0"}
1919 "ppxlib" {>= "0.28.0" & < "0.36.0"}
2020]
2121-available: arch != "arm32" & arch != "x86_32"
2121+available: arch != "x86_32"
2222synopsis: "Generation of bin_prot readers and writers from types"
2323description: "
2424Part of the Jane Street's PPX rewriters collection.
+1-1
packages/ppx_cold/ppx_cold.v0.17.0/opam
···1515 "dune" {>= "3.11.0"}
1616 "ppxlib" {>= "0.28.0"}
1717]
1818-available: arch != "arm32" & arch != "x86_32"
1818+available: arch != "x86_32"
1919synopsis: "Expands [@cold] into [@inline never][@specialise never][@local never]"
2020description: "
2121Part of the Jane Street's PPX rewriters collection.
+1-1
packages/ppx_compare/ppx_compare.v0.17.0/opam
···1616 "dune" {>= "3.11.0"}
1717 "ppxlib" {>= "0.28.0"}
1818]
1919-available: arch != "arm32" & arch != "x86_32"
1919+available: arch != "x86_32"
2020synopsis: "Generation of comparison functions from types"
2121description: "
2222Part of the Jane Street's PPX rewriters collection.
···1515 "dune" {>= "3.11.0"}
1616 "ppxlib" {>= "0.28.0"}
1717]
1818-available: arch != "arm32" & arch != "x86_32"
1818+available: arch != "x86_32"
1919synopsis: "Simpler notation for fixed point literals"
2020description: "
2121A ppx rewriter that rewrites fixed point literal of the
+1-1
packages/ppx_globalize/ppx_globalize.v0.17.0/opam
···1616 "dune" {>= "3.11.0"}
1717 "ppxlib" {>= "0.28.0"}
1818]
1919-available: arch != "arm32" & arch != "x86_32"
1919+available: arch != "x86_32"
2020synopsis: "A ppx rewriter that generates functions to copy local values to the global heap"
2121description: "
2222Part of the Jane Street's PPX rewriters collection.
+1-1
packages/ppx_hash/ppx_hash.v0.17.0/opam
···1818 "dune" {>= "3.11.0"}
1919 "ppxlib" {>= "0.28.0"}
2020]
2121-available: arch != "arm32" & arch != "x86_32"
2121+available: arch != "x86_32"
2222synopsis: "A ppx rewriter that generates hash functions from type expressions and definitions"
2323description: "
2424Part of the Jane Street's PPX rewriters collection.
+1-1
packages/ppx_here/ppx_here.v0.17.0/opam
···1515 "dune" {>= "3.11.0"}
1616 "ppxlib" {>= "0.28.0"}
1717]
1818-available: arch != "arm32" & arch != "x86_32"
1818+available: arch != "x86_32"
1919synopsis: "Expands [%here] into its location"
2020description: "
2121Part of the Jane Street's PPX rewriters collection.
···1515 "dune" {>= "3.11.0"}
1616 "ppxlib" {>= "0.28.0"}
1717]
1818-available: arch != "arm32" & arch != "x86_32"
1818+available: arch != "x86_32"
1919synopsis: "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."
2020description: "
2121Part of the Jane Street's PPX rewriters collection.
+1-1
packages/ppx_string/ppx_string.v0.17.0/opam
···1616 "dune" {>= "3.11.0"}
1717 "ppxlib" {>= "0.28.0"}
1818]
1919-available: arch != "arm32" & arch != "x86_32"
1919+available: arch != "x86_32"
2020synopsis: "Ppx extension for string interpolation"
2121description: "
2222Part of the Jane Street's PPX rewriters collection.
···1818 "dune" {>= "3.11.0"}
1919 "ppxlib" {>= "0.28.0"}
2020]
2121-available: arch != "arm32" & arch != "x86_32"
2121+available: arch != "x86_32"
2222synopsis: "Ppx extension for generating of_string & to_string"
2323description: "
2424Part of the Jane Street's PPX rewriters collection.
+1-1
packages/ppx_tydi/ppx_tydi.v0.17.0/opam
···1515 "dune" {>= "3.11.0"}
1616 "ppxlib" {>= "0.28.0" & < "0.36.0"}
1717]
1818-available: arch != "arm32" & arch != "x86_32"
1818+available: arch != "x86_32"
1919synopsis: "Let expressions, inferring pattern type from expression."
2020description: "
2121Provides 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.
···1818 "ppx_optcomp" {>= "v0.17" & < "v0.18"}
1919 "dune" {>= "3.11.0"}
2020]
2121-available: arch != "arm32" & arch != "x86_32"
2121+available: arch != "x86_32"
2222synopsis: "Reports the current time"
2323description: "
2424Provides a single function to report the current time in nanoseconds