23 buildDunePackage rec {
28 url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-${version}.tbz";
29 hash = "sha256-6jPFiene6jAPtivCugtVfP3+6k9A5gBoWzpoxoaPBvE=";
32 minimalOCamlVersion = "4.08";
38 propagatedBuildInputs = [
49 ## NOTE: As of 18 april 2023 and ARP version 3.0.0, tests fail on Darwin.
50 doCheck = ! stdenv.hostPlatform.isDarwin;
62 description = "Address Resolution Protocol purely in OCaml";
63 homepage = "https://github.com/mirage/arp";
64 license = licenses.isc;
65 maintainers = with maintainers; [ sternenseemann ];