summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/eqaf/cstruct.nix
blob: c6402542400294079c2db98e8a668d2da1457dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  buildDunePackage,
  eqaf,
  cstruct,
}:

buildDunePackage {
  pname = "eqaf-cstruct";

  inherit (eqaf) src version meta;

  propagatedBuildInputs = [
    cstruct
    eqaf
  ];
}