pkgsrc/devel/ruby-zeitwerk/Makefile
taca 6595d34edd devel/ruby-zeitwerk: add version 2.2.2 package
Add ruby-zeitwerk version 2.2.2 package.


Zeitwerk 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.
2020-01-19 15:04:46 +00:00

14 lines
337 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 15:04:46 taca Exp $
DISTNAME= zeitwerk-2.2.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/fxn/zeitwerk
COMMENT= Efficient and thread-safe constant autoloader
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"