this repo has no description
0
fork

Configure Feed

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

Merge pull request #25763 from hansole/opam-publish-graphql_jsoo_client.0.1.1

Package graphql_jsoo_client.0.1.1

authored by

Marcello Seri and committed by
GitHub
12574112 9cf6d5cf

+49
+49
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 + x-ci-accept-failures: [ 39 + "oraclelinux-9" 40 + ] 41 + dev-repo: "git+https://github.com/hansole/graphql_jsoo_client.git" 42 + url { 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 + }