1 { lib, buildDunePackage, fetchurl }:
7 minimalOCamlVersion = "4.03";
10 url = "https://github.com/ocaml/omd/releases/download/${version}/omd-${version}.tbz";
11 sha256 = "sha256-YCPhZCYx8I9njrVyWCCHnte7Wj/+53fN7evCjB+F+ts=";
15 substituteInPlace src/dune --replace "bytes)" ")"
19 description = "Extensible Markdown library and tool in OCaml";
20 homepage = "https://github.com/ocaml/omd";
21 license = lib.licenses.isc;
22 maintainers = [ lib.maintainers.vbgl ];