Source: ruby-cucumber-cucumber-expressions Section: ruby Maintainer: Debian Ruby Team Uploaders: Simon Quigley Build-Depends: debhelper-compat (= 13), gem2deb (>= 2.2.8~), ruby-bigdecimal Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-cucumber-cucumber-expressions.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-cucumber-cucumber-expressions Homepage: https://github.com/cucumber/cucumber-expressions Testsuite: autopkgtest-pkg-ruby Package: ruby-cucumber-cucumber-expressions Architecture: all Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} Description: alternative to Regular Expressions with a more intuitive syntax Cucumber Expressions is an alternative to Regular Expressions with a more intuitive syntax. Cucumber supports both Cucumber Expressions and Regular Expressions for defining Step Definitions, but you cannot mix Cucumber Expression syntax with Regular Expression syntax in the same expression.