1 { lib, fetchurl, buildDunePackage, alcotest
2 , uri, xmlm, omd, ezjsonm
7 minimalOCamlVersion = "4.08";
13 url = "https://github.com/mirage/ocaml-cow/releases/download/v${version}/cow-v${version}.tbz";
14 sha256 = "1x77lwpskda4zyikwxh500xjn90pgdwz6jm7ca7f36pyav4vl6zx";
17 propagatedBuildInputs = [ xmlm uri ezjsonm omd ];
18 checkInputs = [ alcotest ];
22 description = "Caml on the Web";
24 Writing web-applications requires a lot of skills: HTML, XML, JSON and
25 Markdown, to name but a few! This library provides OCaml combinators
26 for these web formats.
28 license = licenses.isc;
29 maintainers = [ maintainers.sternenseemann ];