1 { lib, buildDunePackage, fetchurl
2 , ppx_cstruct, ppx_tools
3 , cstruct, ounit, mmap, stdlib-shims
10 minimumOCamlVersion = "4.03";
16 url = "https://github.com/mirage/ocaml-pcap/releases/download/${version}/${pname}-${version}.tbz";
17 sha256 = "14c5rpgglyz41jic0fg0xa22d2w1syb86kva22y9fi7aqj9vm31f";
25 propagatedBuildInputs = [
37 description = "Decode and encode PCAP (packet capture) files";
38 homepage = "https://mirage.github.io/ocaml-pcap";
39 license = licenses.isc;
40 maintainers = [ maintainers.sternenseemann ];