about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/eqaf/cstruct.nix
blob: b5f2f6e6668313fc795d9a39e23c044ea923c015 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ buildDunePackage, eqaf, cstruct }:

buildDunePackage {
  pname = "eqaf-cstruct";

  inherit (eqaf) src version meta;

  propagatedBuildInputs = [ cstruct eqaf ];
}