12 src = fetchFromGitHub {
13 owner = "vincent-hugot";
16 sha256 = "sha256-VLY8+Nu6md0szW4RVxTFwlSQ9kyrgUqf7wQEA6GW8BE=";
20 substituteInPlace src/dune \
21 --replace "(libraries bytes)" "" \
22 --replace "libraries qcheck ounit2 bytes" "libraries qcheck ounit2"
25 propagatedBuildInputs = [ qcheck ];
28 description = "Inline (Unit) Tests for OCaml";
29 mainProgram = "qtest";
30 inherit (src.meta) homepage;
31 maintainers = with lib.maintainers; [ vbgl ];
32 license = lib.licenses.gpl3;