nixpkgs/pkgs/development/ocaml-modules/eqaf/cstruct.nix
Vincent Laporte c8ea8712c7
ocamlPackages.eqaf: 0.9 → 0.10
ocamlPackages.eqaf-cstruct: init at 0.10
2024-06-24 09:46:02 +02:00

10 lines
166 B
Nix

{ buildDunePackage, eqaf, cstruct }:
buildDunePackage {
pname = "eqaf-cstruct";
inherit (eqaf) src version meta;
propagatedBuildInputs = [ cstruct eqaf ];
}