My agentic slop goes here. Not intended for anyone else!
1(lang dune 3.0) 2(name requests_json_api) 3 4(generate_opam_files true) 5 6(source (github yourusername/requests_json_api)) 7(license MIT) 8(authors "Your Name") 9(maintainers "Your Name") 10 11(package 12 (name requests_json_api) 13 (synopsis "JSON API helpers for the Requests HTTP client library") 14 (description "Convenient combinators for working with JSON APIs using the Requests library") 15 (depends 16 (ocaml (>= 5.0)) 17 dune 18 requests 19 eio 20 jsont 21 bytesrw))