12 buildDunePackage rec {
15 inherit (owl-base) version src meta;
17 checkInputs = [ alcotest ];
18 buildInputs = [ dune-configurator stdio ];
19 propagatedBuildInputs = [
27 # Tests fail with Clang: https://github.com/owlbarn/owl/issues/462
28 # and with GCC 13: https://github.com/owlbarn/owl/issues/653