1 { lib, buildDunePackage, fetchFromGitHub, ocaml, uchar, uutf, ounit2 }:
9 src = fetchFromGitHub {
13 sha256 = "sha256-tsXz39qFSyL6vPYKG7P73zSEiraaFuOySL1n0uFij6k=";
16 propagatedBuildInputs = [ uchar uutf ];
18 checkInputs = [ ounit2 ];
19 doCheck = lib.versionAtLeast ocaml.version "4.08";
22 homepage = "https://github.com/aantron/markup.ml/";
23 description = "A pair of best-effort parsers implementing the HTML5 and XML specifications";
24 license = licenses.mit;
25 maintainers = with maintainers; [ gal_bolle ];