11 buildDunePackage rec {
17 src = fetchFromGitHub {
18 owner = "thangngoc89";
21 sha256 = "sha256-pIk/0asSyibXbwmBSBuLwl2SS9aw6dNDDvwO+1VJGf8=";
24 propagatedBuildInputs = [
31 checkInputs = [ alcotest ];
34 description = "Url safe slug generator for OCaml";
35 license = lib.licenses.mit;
36 maintainers = [ lib.maintainers.niols ];
37 homepage = "https://github.com/thangngoc89/ocaml-slug";