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

include /usr/share/ocaml/ocamlvars.mk
export RUN_EXPERIMENTAL_TESTS=false

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