this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "GrpahQL over WebSocket client"
4description:
5 "A GraphQl client that can be compiled using jsoo to access GraphQl servers using websocket. It was created with the main purpose of using it in combination with the Dream web-framework."
6maintainer: ["Hans Ole Rafaelsen"]
7authors: ["Hans Ole Rafaelsen"]
8license: "MIT"
9tags: ["graphql" "jsoo" "websockets"]
10homepage: "https://github.com/hansole/graphql_jsoo_client"
11bug-reports: "https://github.com/hansole/graphql_jsoo_client/issues"
12depends: [
13 "ocaml"
14 "dune" {>= "3.13"}
15 "dream"
16 "graphql_ppx"
17 "cohttp-lwt-jsoo"
18 "js_of_ocaml-ppx"
19 "ppx_yojson_conv"
20 "uuidm"
21 "ppx_typed_fields"
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38x-ci-accept-failures: [
39 "oraclelinux-9"
40]
41dev-repo: "git+https://github.com/hansole/graphql_jsoo_client.git"
42url {
43 src:
44 "https://github.com/hansole/graphql_jsoo_client/archive/refs/tags/0.1.1.tar.gz"
45 checksum: [
46 "md5=f8ff512cc7adc1d0e61b2dabfa948765"
47 "sha512=a4bbf8a5b2c45206965e2a55a6fdc270eaadda1e9be0e00c9fb91d6d06295c8c17217ec6d94b6044e8a27b0b24c19581a2f96fe05e84cb681980725ed6a6c039"
48 ]
49}