Path to this page:
./
devel/ruby-zeitwerk,
Efficient and thread-safe constant autoloader
Branch: pkgsrc-2020Q1,
Version: 2.3.0,
Package name: ruby26-zeitwerk-2.3.0,
Maintainer: pkgsrc-usersZeitwerk is an efficient and thread-safe code loader for Ruby.
Given a conventional file structure, Zeitwerk is able to load your project's
classes and modules on demand (autoloading), or upfront (eager loading). You
don't need to write `require` calls for your own files, rather, you can
streamline your programming knowing that your classes and modules are
available everywhere. This feature is efficient, thread-safe, and matches
Ruby's semantics for constants.
Zeitwerk is also able to reload code, which may be handy while developing web
applications. Coordination is needed to reload in a thread-safe manner. The
documentation below explains how to do this.
Master sites:
SHA1: b4a665e0adc3cd862264eb3e19578c0a470c2e30
RMD160: fea89f013b988e18bbb7c73ed2e42eba113f96c8
Filesize: 23.5 KB
Version history: (Expand)
- (2020-04-20) Package has been reborn
- (2020-04-19) Package added to pkgsrc.se, version ruby26-zeitwerk-2.3.0 (created)