(lang dune 3.21) (using mdx 0.4) (name xff) (generate_opam_files true) (source (tangled gazagnaire.org/ocaml-xff)) (authors "Thomas Gazagnaire") (maintainers "thomas@gazagnaire.org") (license ISC) (package (name xff) (synopsis "X-Forwarded-For parsing and trusted proxy detection") (tags (org:blacksun network http)) (description "Parse X-Forwarded-For headers to extract client IP addresses behind proxies. Supports trusted proxy validation using CIDR ranges to prevent IP spoofing. Implements de-facto X-Forwarded-For standard and aligns with RFC 7239.") (depends (ocaml (>= 5.0.0)) dune ipaddr fmt (mdx :with-test) (alcotest :with-test) (alcobar :with-test)))