fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git] / pkgs / development / ocaml-modules / angstrom-unix / default.nix
blob6f6664765f92a9bac9f1c2821b8aad18c65aee8d
2   lib,
3   buildDunePackage,
4   angstrom,
5 }:
7 buildDunePackage rec {
8   pname = "angstrom-unix";
10   inherit (angstrom) version src;
12   propagatedBuildInputs = [ angstrom ];
14   doCheck = true;
16   meta = {
17     inherit (angstrom.meta) homepage license;
18     description = "Unix support for Angstrom";
19     maintainers = with lib.maintainers; [ romildo ];
20   };