My agentic slop goes here. Not intended for anyone else!
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "JSON API helpers for the Requests HTTP client library"
4description:
5 "Convenient combinators for working with JSON APIs using the Requests library"
6maintainer: ["Your Name"]
7authors: ["Your Name"]
8license: "MIT"
9homepage: "https://github.com/yourusername/requests_json_api"
10bug-reports: "https://github.com/yourusername/requests_json_api/issues"
11depends: [
12 "ocaml" {>= "5.0"}
13 "dune" {>= "3.0"}
14 "requests"
15 "eio"
16 "jsont"
17 "bytesrw"
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/yourusername/requests_json_api.git"