Source: ruby-grape Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Kanashiro , Pirate Praveen Build-Depends: debhelper (>= 11~), gem2deb, rake, # from gemspec ruby-activesupport, ruby-builder, ruby-mustermann-grape (>= 1.0~), ruby-rack (>= 1.3~), ruby-rack-accept (>= 0.4.5-3~), ruby-virtus (>= 1.0~), # from Gemfile, :development, :test ruby-hashie (>= 3.5.5~), # from Gemfile, :test ruby-cookiejar, ruby-coveralls, ruby-grape-entity (>= 0.6~), ruby-mime-types, ruby-rack-test (>= 0.6.3~), ruby-rspec, # Triggered by test failure ruby-multi-xml (>= 0.5.2~) Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grape.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grape Homepage: https://github.com/intridea/grape Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-grape Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-activesupport, ruby-builder, ruby-mustermann-grape (>= 1.0~), ruby-rack (>= 1.3~), ruby-rack-accept (>= 0.4.5-3~), ruby-virtus (>= 1.0~), ${misc:Depends}, ${shlibs:Depends} Description: Simple Ruby framework for building REST-like APIs Grape is a REST-like API micro-framework for Ruby. It's designed to run on Rack or complement existing web application frameworks such as Rails and Sinatra by providing a simple DSL to easily develop RESTful APIs. It has built-in support for common conventions, including multiple formats, subdomain/prefix restriction, content negotiation, versioning and much more.