1 { lib, buildDunePackage, fetchurl
2 , ipaddr, macaddr, cmdliner
11 minimumOCamlVersion = "4.04.2";
14 url = "https://github.com/mirage/ocaml-tuntap/releases/download/v${version}/tuntap-v${version}.tbz";
15 sha256 = "12wmls28h3jzikwyfw08d5f7ycsc9njwzbhd3qk2l8jnf5rakfsa";
18 propagatedBuildInputs = [ ipaddr macaddr cmdliner ];
20 # tests manipulate network devices and use network
21 # also depend on LWT 5
25 description = "Bindings to the UNIX tuntap facility";
26 homepage = "https://github.com/mirage/ocaml-tuntap";
27 license = lib.licenses.isc;
28 mainProgram = "otunctl";