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

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

override_dh_auto_test:
# Needs alcotest, ppx_let
