this repo has no description

hardcaml: restrict to avoid 32-bit arch

Signed-off-by: Arseniy Alekseyev <aalekseyev@janestreet.com>

Changed files
+1
packages
hardcaml
hardcaml.v0.15.0
+1
packages/hardcaml/hardcaml.v0.15.0/opam
···
"ppxlib" {>= "0.23.0"}
"zarith" {>= "1.11"}
]
synopsis: "RTL Hardware Design in OCaml"
description: "
Hardcaml is an embedded DSL for designing and simulating hardware in OCaml.
···
"ppxlib" {>= "0.23.0"}
"zarith" {>= "1.11"}
]
+
available: arch != "arm32" & arch != "x86_32"
synopsis: "RTL Hardware Design in OCaml"
description: "
Hardcaml is an embedded DSL for designing and simulating hardware in OCaml.