10 buildDunePackage rec {
11 pname = "pcap-format";
14 minimalOCamlVersion = "4.08";
18 url = "https://github.com/mirage/ocaml-pcap/releases/download/v${version}/${pname}-${version}.tbz";
19 hash = "sha256-LUjy8Xm6VsnMq1FHKzmJg7uorkTv7cOTsoLwmtNHkaY=";
26 propagatedBuildInputs = [
36 description = "Decode and encode PCAP (packet capture) files";
37 homepage = "https://mirage.github.io/ocaml-pcap";
38 license = licenses.isc;
39 maintainers = [ maintainers.sternenseemann ];