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 description = "Extensible Markdown library and tool in OCaml";
16 homepage = "https://github.com/ocaml/omd";
17 license = lib.licenses.isc;
18 maintainers = [ lib.maintainers.vbgl ];