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

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

  minimumOCamlVersion = "4.02";

	propagatedBuildInputs = [ cstruct ];
}