Source: ruby-grape Maintainer: Debian Ruby Team Uploaders: Lucas Kanashiro , Pirate Praveen , Utkarsh Gupta Section: ruby Testsuite: autopkgtest-pkg-ruby Priority: optional Build-Depends: debhelper-compat (= 13), gem2deb (>= 2.1~), rake, # from gemspec ruby-activesupport, ruby-builder, ruby-dry-types, ruby-mustermann-grape, ruby-rack, ruby-rack-accept, # from Gemfile, :development, :test ruby-hashie, # from Gemfile, :test ruby-cookiejar, ruby-coveralls, ruby-grape-entity, ruby-mime-types, ruby-rack-test, ruby-rspec, # Triggered by test failure ruby-multi-xml, ruby-test-prof Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grape Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grape.git Homepage: https://github.com/ruby-grape/grape Rules-Requires-Root: no Package: ruby-grape Architecture: all Breaks: ruby-grape-path-helpers (<< 2.0~) Depends: ${misc:Depends}, ${ruby: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.