1 { lib, buildDunePackage, fetchFromGitHub, qcheck }:
9 src = fetchFromGitHub {
10 owner = "vincent-hugot";
13 sha256 = "sha256-VLY8+Nu6md0szW4RVxTFwlSQ9kyrgUqf7wQEA6GW8BE=";
16 propagatedBuildInputs = [ qcheck ];
19 description = "Inline (Unit) Tests for OCaml";
20 inherit (src.meta) homepage;
21 maintainers = with lib.maintainers; [ vbgl ];
22 license = lib.licenses.gpl3;