this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package graphql_jsoo_client.0.1.1

+46
+46
packages/graphql_jsoo_client/graphql_jsoo_client.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "GrpahQL over WebSocket client" 4 + description: 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." 6 + maintainer: ["Hans Ole Rafaelsen"] 7 + authors: ["Hans Ole Rafaelsen"] 8 + license: "MIT" 9 + tags: ["graphql" "jsoo" "websockets"] 10 + homepage: "https://github.com/hansole/graphql_jsoo_client" 11 + bug-reports: "https://github.com/hansole/graphql_jsoo_client/issues" 12 + depends: [ 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 + ] 24 + build: [ 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 + ] 38 + dev-repo: "git+https://github.com/hansole/graphql_jsoo_client.git" 39 + url { 40 + src: 41 + "https://github.com/hansole/graphql_jsoo_client/archive/refs/tags/0.1.1.tar.gz" 42 + checksum: [ 43 + "md5=f8ff512cc7adc1d0e61b2dabfa948765" 44 + "sha512=a4bbf8a5b2c45206965e2a55a6fdc270eaadda1e9be0e00c9fb91d6d06295c8c17217ec6d94b6044e8a27b0b24c19581a2f96fe05e84cb681980725ed6a6c039" 45 + ] 46 + }