forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / ocaml-modules / angstrom-unix / default.nix
blobbe341454631713dc877cca4290e3ff4f5db16024
1 { lib, buildDunePackage, angstrom }:
3 buildDunePackage rec {
4   pname = "angstrom-unix";
6   inherit (angstrom) version src;
8   propagatedBuildInputs = [ angstrom ];
10   doCheck = true;
12   meta = {
13     inherit (angstrom.meta) homepage license;
14     description = "Unix support for Angstrom";
15     maintainers = with lib.maintainers; [ romildo ];
16   };