(lang dune 3.0) (name fastcgi) (generate_opam_files true) (source (github ocaml/ocaml-fastcgi)) (authors "OCaml FastCGI Library Authors") (maintainers "OCaml FastCGI Library Authors") (license ISC) (documentation https://ocaml.github.io/ocaml-fastcgi/) (package (name fastcgi) (depends ocaml dune eio cmdliner eio_main) (synopsis "FastCGI protocol implementation for OCaml using Eio") (description "A type-safe implementation of the FastCGI protocol for OCaml using the Eio effects-based IO library. Supports all three FastCGI roles: Responder, Authorizer, and Filter."))