12 buildDunePackage rec {
14 minimalOCamlVersion = "4.08";
20 url = "https://github.com/mirage/ocaml-cow/releases/download/v${version}/cow-v${version}.tbz";
21 sha256 = "1x77lwpskda4zyikwxh500xjn90pgdwz6jm7ca7f36pyav4vl6zx";
24 propagatedBuildInputs = [
30 checkInputs = [ alcotest ];
34 description = "Caml on the Web";
36 Writing web-applications requires a lot of skills: HTML, XML, JSON and
37 Markdown, to name but a few! This library provides OCaml combinators
38 for these web formats.
40 license = licenses.isc;
41 maintainers = [ maintainers.sternenseemann ];