1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: ruby-graphql
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 2.1~)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-graphql
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-graphql.git
Homepage: https://github.com/rmosolgo/graphql-ruby
Rules-Requires-Root: no
Package: ruby-graphql
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Breaks: ruby-graphql-client (<< 0.18~)
Description: GraphQL language and runtime for Ruby
A plain-Ruby implementation of GraphQL.
.
Goals:
- Implement the GraphQL spec & support a Relay front end
- Provide idiomatic, plain-Ruby API with similarities to reference
implementation where possible
- Support Ruby on Rails and Relay
Multi-Arch: foreign
|