this repo has no description
0
fork

Configure Feed

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

[new release] subscriptions-transport-ws (0.1.0)

CHANGES:

- Initial public release

+33
+33
packages/subscriptions-transport-ws/subscriptions-transport-ws.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 3 + authors: [ "Antonio Nuno Monteiro <anmonteiro@gmail.com>" ] 4 + license: "BSD-3-clause" 5 + homepage: "https://github.com/anmonteiro/ocaml-subscriptions-transport-ws" 6 + dev-repo: "git+https://github.com/anmonteiro/ocaml-subscriptions-transport-ws.git" 7 + bug-reports: "https://github.com/anmonteiro/ocaml-subscriptions-transport-ws/issues" 8 + doc: "https://anmonteiro.github.io/gluten/" 9 + build: [ 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "4.03.0"} 14 + "dune" {>= "1.0"} 15 + "graphql" 16 + "graphql_parser" 17 + "websocketaf" 18 + ] 19 + synopsis: 20 + "Websocket protocol for exchanging GraphQL requests and responses" 21 + description: """ 22 + subscriptions-transport-ws implements the Apollo GraphQL protocol 23 + (https://github.com/apollographql/subscriptions-transport-ws) for exchanging 24 + GraphQL requests and responses over a websocket connection. 25 + """ 26 + url { 27 + src: 28 + "https://github.com/anmonteiro/ocaml-subscriptions-transport-ws/releases/download/0.1.0/subscriptions-transport-ws-0.1.0.tbz" 29 + checksum: [ 30 + "sha256=03c04ff7ca01ccc8ca7a50d7ca9b5d84d9ad33204ede4f867cc03519d80cd89d" 31 + "sha512=74171609de978694920c4284466f086e6b0ea6f00d2b187293c78a3a665a7c3b94943f985f3cc7ebf54293039ee6a402fe60b4c9be65859f158017c888014315" 32 + ] 33 + }