this repo has no description

Package graphql_jsoo_client.0.1.1

Changed files
+46
packages
graphql_jsoo_client
graphql_jsoo_client.0.1.1
+46
packages/graphql_jsoo_client/graphql_jsoo_client.0.1.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "GrpahQL over WebSocket client"
+
description:
+
"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."
+
maintainer: ["Hans Ole Rafaelsen"]
+
authors: ["Hans Ole Rafaelsen"]
+
license: "MIT"
+
tags: ["graphql" "jsoo" "websockets"]
+
homepage: "https://github.com/hansole/graphql_jsoo_client"
+
bug-reports: "https://github.com/hansole/graphql_jsoo_client/issues"
+
depends: [
+
"ocaml"
+
"dune" {>= "3.13"}
+
"dream"
+
"graphql_ppx"
+
"cohttp-lwt-jsoo"
+
"js_of_ocaml-ppx"
+
"ppx_yojson_conv"
+
"uuidm"
+
"ppx_typed_fields"
+
"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/hansole/graphql_jsoo_client.git"
+
url {
+
src:
+
"https://github.com/hansole/graphql_jsoo_client/archive/refs/tags/0.1.1.tar.gz"
+
checksum: [
+
"md5=f8ff512cc7adc1d0e61b2dabfa948765"
+
"sha512=a4bbf8a5b2c45206965e2a55a6fdc270eaadda1e9be0e00c9fb91d6d06295c8c17217ec6d94b6044e8a27b0b24c19581a2f96fe05e84cb681980725ed6a6c039"
+
]
+
}