(lang dune 3.21) (name httpzo) (generate_opam_files true) (license ISC) (authors "Anil Madhavapeddy") (maintainers "anil@recoil.org") (source (tangled anil.recoil.org/httpzo)) (package (name httpzo) (synopsis "HTTP/1.1 parser for OCaml 5") (description "A high-performance HTTP/1.1 parser and serializer for OCaml 5. Includes an Eio-based static file server with Range request support.") (depends (ocaml (>= 5.1)) base base_bigstring (eio (>= 1.0)) eio_main magic-mime cmdliner xdge tomlt (alcotest :with-test)))