1 { lib, buildDunePackage, fetchurl
11 minimalOCamlVersion = "4.08";
15 url = "https://github.com/mirage/ocaml-pcap/releases/download/v${version}/${pname}-${version}.tbz";
16 hash = "sha256-LUjy8Xm6VsnMq1FHKzmJg7uorkTv7cOTsoLwmtNHkaY=";
23 propagatedBuildInputs = [
33 description = "Decode and encode PCAP (packet capture) files";
34 homepage = "https://mirage.github.io/ocaml-pcap";
35 license = licenses.isc;
36 maintainers = [ maintainers.sternenseemann ];