#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/ocaml/ocamlvars.mk

ifneq (,$(findstring $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU),arm powerpc))
   export DISABLE_EXECINFO=1
endif

%:
	dh $@ --with ocaml --buildsystem ocaml_dune

override_dh_auto_test:
	-dh_auto_test -O--buildsystem=ocaml_dune
