Package: hhvm Version: 3.21.0+dfsg-2 Severity: wishlist Arm64 support was added to hiphopvm in version 2.1 so this package should now be built for arm64 as well as amd64.
However I tried this in order to send you a patch, which should just be: --- debian/control.orig 2018-02-13 15:48:36.397440719 +0000 +++ debian/control 2018-02-12 17:20:18.640103302 +0000 @@ -72,7 +72,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hhvm/hhvm.git Package: hhvm -Architecture: amd64 +Architecture: amd64 arm64 Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${hhvm:ApiVersion} Description: HipHop Virtual Machine, a JIT replacement for PHP - main runtime @@ -102,7 +102,7 @@ This package provides the debugging symbols for HHVM. Package: hhvm-dev -Architecture: amd64 +Architecture: amd64 arm64 Depends: ${misc:Depends}, cmake Section: libdevel Priority: extra but that build failed with what appears to be an error compiling ocaml. That looks like an ocaml bug, rather than an hhvm one, so I will file that, reference it here, and block this bug on that one.

