6 buildOctavePackage rec {
11 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
12 sha256 = "0hh9izj9ds69bmrvmmj16fd1c4z7733h50c7isl8f714srw26kf4";
16 homepage = "https://octave.sourceforge.io/doctest/index.html";
17 license = licenses.bsd3;
18 maintainers = with maintainers; [ KarlJoad ];
19 description = "Find and run example code within documentation";
21 Find and run example code within documentation. Formatted blocks
22 of example code are extracted from documentation files and executed
23 to confirm their output is correct. This can be part of a testing
24 framework or simply to ensure that documentation stays up-to-date
25 during software development.