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