X-Forwarded-For parsing and trusted proxy detection for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update lock file

+1 -3
+1 -3
xff.opam
··· 8 8 maintainer: ["thomas@gazagnaire.org"] 9 9 authors: ["Thomas Gazagnaire"] 10 10 license: "ISC" 11 - homepage: "https://github.com/gazagnaire/ocaml-xff" 12 - bug-reports: "https://github.com/gazagnaire/ocaml-xff/issues" 13 11 depends: [ 14 12 "ocaml" {>= "5.0.0"} 15 13 "dune" {>= "3.0"} ··· 32 30 "@doc" {with-doc} 33 31 ] 34 32 ] 35 - dev-repo: "git+https://github.com/gazagnaire/ocaml-xff.git" 33 + dev-repo: "https://tangled.org/gazagnaire.org/ocaml-xff"