1 { lib, buildDunePackage, fetchurl
2 , astring, cmdliner, fmt, re, stdlib-shims, uutf, ocaml-syntax-shims
10 url = "https://github.com/mirage/alcotest/releases/download/${version}/alcotest-${version}.tbz";
11 sha256 = "sha256-/QD5ZoOVh0/zsdfvVm0U78Avp900Ej6yXVk1W+lLIyk=";
14 nativeBuildInputs = [ ocaml-syntax-shims ];
16 propagatedBuildInputs = [ astring cmdliner fmt re stdlib-shims uutf ];
21 homepage = "https://github.com/mirage/alcotest";
22 description = "A lightweight and colourful test framework";
23 license = licenses.isc;
24 maintainers = [ maintainers.ericbmerritt ];