(lang dune 3.0) (name requests_json_api) (generate_opam_files true) (source (github yourusername/requests_json_api)) (license MIT) (authors "Your Name") (maintainers "Your Name") (package (name requests_json_api) (synopsis "JSON API helpers for the Requests HTTP client library") (description "Convenient combinators for working with JSON APIs using the Requests library") (depends (ocaml (>= 5.0)) dune requests eio jsont bytesrw))