1 { lib, buildDunePackage, fetchurl
2 , domain-name, duration, fmt, ipaddr, logs
6 pname = "happy-eyeballs";
9 minimalOCamlVersion = "4.08";
13 url = "https://github.com/roburio/happy-eyeballs/releases/download/v${version}/happy-eyeballs-${version}.tbz";
14 hash = "sha256-T4BOFlSj3xfUFhP9v8UaCHgmhvGrMyeqNUQf79bdBh4=";
17 propagatedBuildInputs = [
26 description = "Connecting to a remote host via IP version 4 or 6";
27 homepage = "https://github.com/roburio/happy-eyeballs";
28 license = lib.licenses.isc;
29 maintainers = with lib.maintainers; [ vbgl ulrikstrid ];