14 buildDunePackage rec {
19 url = "https://github.com/mirage/alcotest/releases/download/${version}/alcotest-${version}.tbz";
20 hash = "sha256-y6G9AXB8jFW0dkuw34yccyvjIeHxwalqQG5W2NvKHQ4=";
23 nativeBuildInputs = [ ocaml-syntax-shims ];
25 propagatedBuildInputs = [
37 homepage = "https://github.com/mirage/alcotest";
38 description = "Lightweight and colourful test framework";
39 license = licenses.isc;
40 maintainers = [ maintainers.ericbmerritt ];