21 lines
779 B
Plaintext
Generated
21 lines
779 B
Plaintext
Generated
opam-version: "2.0"
|
|
synopsis: "OCaml on amd64 (64-bit)"
|
|
description: """
|
|
This package is installed if the underlying OCaml compiler is for
|
|
64-bit Intel x86 (x86_64/amd64/x64).
|
|
|
|
Precisely, this means `ocamlopt -config-var architecture` equals `amd64`.
|
|
|
|
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_64"
|