nikodream/esy.lock/opam/host-arch-x86_32.1/opam
Kaustubh Maske Patil 2e4779cc96 add lwt
2025-05-08 11:26:25 +05:30

21 lines
770 B
Plaintext
Generated

opam-version: "2.0"
synopsis: "OCaml on x86 (32-bit)"
description: """
This package is installed if the underlying OCaml compiler is for
32-bit Intel x86 (x86_32/x86).
Precisely, this means `ocamlopt -config-var architecture` equals `i386`.
This package may be used in depends or conflicts fields of dependent packages
to indicate either a requirement or an incompatibility with this
architecture."""
maintainer: "David Allsopp <david@tarides.com>"
authors: "David Allsopp"
license: "CC0-1.0+"
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
conflict-class: "ocaml-host-arch"
# Temporary, while these packages are not being installed by the compilers on
# non-Windows builds.
available: os = "win32" | arch = "x86_32"