10 buildDunePackage rec {
14 minimalOCamlVersion = "4.12";
16 src = fetchFromGitLab {
17 owner = "nomadic-labs";
20 hash = "sha256-waFjE/yR+XAJOew1YsCnbvsJR8oe9gflyVj4yXAvNuM=";
23 propagatedBuildInputs = [
31 description = "Test framework for unit tests, integration tests, and regression tests";
32 license = lib.licenses.mit;