Skip to content

Commit

Permalink
graphql.0.2.0 - via opam-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Jul 2, 2017
1 parent a1f3a89 commit 982faa8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/graphql/graphql.0.2.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Build GraphQL schemas and execute queries against them

`graphql` is a package for creating GraphQL servers. Current feature set includes:

- Type-safe schema design
- GraphQL parser in pure OCaml using [angstrom](https://github.com/inhabitedtype/angstrom) (April 2016 RFC draft)
- Query execution
- Introspection of schemas
- Arguments for fields
- Allows variables in queries

Use `graphql-lwt` for Lwt support, or `graphql-async` for Async support.
21 changes: 21 additions & 0 deletions packages/graphql/graphql.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
opam-version: "1.2"
maintainer: "Andreas Garnaes <[email protected]>"
authors: "Andreas Garnaes <[email protected]>"
homepage: "https://github.com/andreas/ocaml-graphql-server"
doc: "https://andreas.github.io/ocaml-graphql-server/"
bug-reports: "https://github.com/andreas/ocaml-graphql-server/issues"
dev-repo: "https://github.com/andreas/ocaml-graphql-server.git"
build: [["jbuilder" "build" "-p" name "-j" jobs]]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"jbuilder" {build}
"angstrom" {>= "0.4.0"}
"sexplib"
"ppx_sexp_conv" {>= "0.9.0"}
"yojson"
"rresult"
"alcotest" {test}
]
available: [
ocaml-version >= "4.03.0"
]
2 changes: 2 additions & 0 deletions packages/graphql/graphql.0.2.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/andreas/ocaml-graphql-server/releases/download/0.2.0/graphql-0.2.0.tbz"
checksum: "1228c9a47292052b84cc6dd67a899091"

0 comments on commit 982faa8

Please sign in to comment.