1 { lib, buildDunePackage, fetchurl
3 , cstruct, ipaddr, macaddr, mirage-profile
8 pname = "mirage-vnetif";
11 minimalOCamlVersion = "4.06";
14 url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-${version}.tbz";
15 sha256 = "sha256-fzRoNFqdnj4Ke+eNdo5crvbnKDx6/+dQyu+K3rD5dYw=";
18 propagatedBuildInputs = [
30 description = "Virtual network interface and software switch for Mirage";
31 homepage = "https://github.com/mirage/${pname}";
32 license = licenses.isc;
33 maintainers = [ maintainers.sternenseemann ];