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