10 buildDunePackage rec {
16 src = fetchFromGitHub {
17 owner = "inhabitedtype";
18 repo = "ocaml-dispatch";
20 sha256 = "12r39ylbxc297cbwjadhd1ghxnwwcdzfjk68r97wim8hcgzxyxv4";
23 propagatedBuildInputs = [ result ];
25 checkInputs = [ alcotest ];
27 doCheck = lib.versionAtLeast ocaml.version "4.08";
30 inherit (src.meta) homepage;
31 license = lib.licenses.bsd3;
32 description = "Path-based dispatching for client- and server-side applications";
33 maintainers = [ lib.maintainers.vbgl ];