Source: ruby-dry-types Section: ruby Maintainer: Debian Ruby Team Uploaders: Utkarsh Gupta Build-Depends: debhelper-compat (= 14), gem2deb (>= 1), ruby-concurrent, ruby-dry-core (>= 1.0), ruby-dry-inflector (>= 1.0), ruby-dry-logic (>= 1.4), ruby-rspec, ruby-warning, ruby-zeitwerk Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-dry-types.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-dry-types Homepage: https://github.com/dry-rb/dry-types Testsuite: autopkgtest-pkg-ruby Package: ruby-dry-types Architecture: all Description: flexible type system for Ruby with coercions and constraints dry-types is a simple and extendable type system for Ruby; useful for value coercions, applying constraints, defining complex structs or value objects and more. . It was created as a successor to Virtus.