# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "JSON API helpers for the Requests HTTP client library" description: "Convenient combinators for working with JSON APIs using the Requests library" maintainer: ["Your Name"] authors: ["Your Name"] license: "MIT" homepage: "https://github.com/yourusername/requests_json_api" bug-reports: "https://github.com/yourusername/requests_json_api/issues" depends: [ "ocaml" {>= "5.0"} "dune" {>= "3.0"} "requests" "eio" "jsont" "bytesrw" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/yourusername/requests_json_api.git"