Metadata


Name
dry-types
Version
1.7.1
Platform
ruby
Authors
Piotr Solnica
Bindir
bin
Date
2023-02-17 00:00:00 UTC
Dependencies
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
bundler (>= 0, development)
rake (>= 0, development)
rspec (>= 0, development)
yard (>= 0, development)
Description
Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc
Email
piotr.solnica@gmail.com
Files
CHANGELOG.md
LICENSE
README.md
dry-types.gemspec
lib/dry-types.rb
lib/dry/types.rb
lib/dry/types/any.rb
lib/dry/types/array.rb
lib/dry/types/array/constructor.rb
lib/dry/types/array/member.rb
lib/dry/types/builder.rb
lib/dry/types/builder_methods.rb
lib/dry/types/coercions.rb
lib/dry/types/coercions/json.rb
lib/dry/types/coercions/params.rb
lib/dry/types/compat.rb
lib/dry/types/compiler.rb
lib/dry/types/composition.rb
lib/dry/types/constrained.rb
lib/dry/types/constrained/coercible.rb
lib/dry/types/constraints.rb
lib/dry/types/constructor.rb
lib/dry/types/constructor/function.rb
lib/dry/types/constructor/wrapper.rb
lib/dry/types/container.rb
lib/dry/types/core.rb
lib/dry/types/decorator.rb
lib/dry/types/default.rb
lib/dry/types/enum.rb
lib/dry/types/errors.rb
lib/dry/types/extensions.rb
lib/dry/types/extensions/maybe.rb
lib/dry/types/extensions/monads.rb
lib/dry/types/fn_container.rb
lib/dry/types/hash.rb
lib/dry/types/hash/constructor.rb
lib/dry/types/implication.rb
lib/dry/types/inflector.rb
lib/dry/types/intersection.rb
lib/dry/types/json.rb
lib/dry/types/lax.rb
lib/dry/types/map.rb
lib/dry/types/meta.rb
lib/dry/types/module.rb
lib/dry/types/nominal.rb
lib/dry/types/options.rb
lib/dry/types/params.rb
lib/dry/types/predicate_inferrer.rb
lib/dry/types/predicate_registry.rb
lib/dry/types/primitive_inferrer.rb
lib/dry/types/printable.rb
lib/dry/types/printer.rb
lib/dry/types/printer/composition.rb
lib/dry/types/result.rb
lib/dry/types/schema.rb
lib/dry/types/schema/key.rb
lib/dry/types/spec/types.rb
lib/dry/types/sum.rb
lib/dry/types/type.rb
lib/dry/types/version.rb
Homepage
https://dry-rb.org/gems/dry-types
Licenses
MIT
Metadata
{"allowed_push_host"=>"https://rubygems.org", "changelog_uri"=>"https://github.com/dry-rb/dry-types/blob/main/CHANGELOG.md", "source_code_uri"=>"https://github.com/dry-rb/dry-types", "bug_tracker_uri"=>"https://github.com/dry-rb/dry-types/issues"}
Require paths
lib
Required ruby version
>= 2.7.0
Required rubygems version
>= 0
Rubygems version
3.3.26
Specification version
4
Summary
Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc
Original platform
ruby
New platform
ruby