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

buildDunePackage {
	pname = "cstruct-unix";
	inherit (cstruct) version src meta;

  minimumOCamlVersion = "4.02";

	propagatedBuildInputs = [ cstruct ];
}