this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml OpenAI binding"
3maintainer: ["Satoru Kawahara <s1311350@gmail.com>"]
4authors: ["Satoru Kawahara <s1311350@gmail.com>"]
5license: "MIT"
6homepage: "https://github.com/Nymphium/openai-ocaml"
7bug-reports: "https://github.com/Nymphium/openai-ocaml/issues"
8dev-repo: "git+https://github.com/Nymphium/openai-ocaml.git"
9depends: [
10 "ocaml" {>= "4.14.0"}
11 "dune" {>= "3.7.0"}
12 "ppx_yojson"
13 "ppx_yojson_conv" {< "v0.16.0"}
14 "lwt_ppx"
15 "conf-openssl"
16 "ezcurl-lwt"
17]
18
19build: ["dune" "build" "-j" jobs "-p" name]
20url {
21 src:
22 "https://github.com/Nymphium/openai-ocaml/releases/download/0.0.1/openai-ocaml-0.0.1.tbz"
23 checksum: [
24 "sha256=aa7947b57001796a65e39cfed9c80338d08c5e2b7f2e32d0e6c19e1446395b18"
25 "sha512=46b236cb9bb25233fd4026d9593d161ced0f54b223c6d97ae3d981e2b36355ff60fd80cdefe7c6a247ef36251fe02999a65416b8fbfad50079232b9cb6cbc318"
26 ]
27}
28x-commit-hash: "c83d9006ea7699527c23a97ddcdf8b98fa3a2c4d"