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

include /usr/share/dpkg/pkg-info.mk
include /usr/share/ocaml/ocamlvars.mk

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

override_dh_dwz:
# Do nothing, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106590
