We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7224c07 commit e5d8d47Copy full SHA for e5d8d47
opam
@@ -11,6 +11,7 @@ dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git"
11
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
12
build: [ make "-j%{jobs}%" ]
13
install: [ make "install" ]
14
+available: arch != "x86_32" & arch != "arm32"
15
depends: [
16
"ocaml" {>= "4.08.0"}
17
"js_of_ocaml" {>= "5.5.0"}
0 commit comments