ruby-ast 2.3.0-1 source package in Ubuntu
Changelog
ruby-ast (2.3.0-1) unstable; urgency=medium * Initial release. (Closes: #849496) -- Miguel Landaeta <email address hidden> Thu, 29 Dec 2016 15:48:17 +0000
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Bionic | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| ruby-ast_2.3.0-1.dsc | 2.0 KiB | 8983d16a59abccce85dc653c1b18b30f5ab380d7f55ef2201b46e3b5e390a3c2 |
| ruby-ast_2.3.0.orig.tar.gz | 10.7 KiB | d0c1d3240b7a7d53032e97e40c297271be2f23ccca9ffc573093039872b32e35 |
| ruby-ast_2.3.0-1.debian.tar.xz | 2.4 KiB | 855624c511217ddb0616f1333c9efa49392811b9f3879614648c3b0f41e006a3 |
No changes file available.
Binary packages built by this source
- ruby-ast: Ruby library for working with abstract syntax trees
ast embraces immutability; each AST node is inherently frozen at
creation, and updating a child node requires recreating that node
and its every parent, recursively.
.
This is a design choice. It does create some pressure on
garbage collector, but completely eliminates all concurrency
and aliasing problems.
.
See also AST::Node, AST::Processor::Mixin and AST::Sexp classes for
additional recommendations and design patterns.
