Source: libaspectr
Priority: optional
Maintainer: Yasuo Eto <yasuo@etou.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: libaspectr
Architecture: all
Depends: ruby1.8
Conflicts: aspectr
Replaces: aspectr
Description: Simple aspect-oriented programming in Ruby
 Aspect-oriented programming concepts to Ruby. Essentially it allows you to wrap code around existing methods in your classes. This can be a good thing (and 
 even affect how you design your code) since it separates different concerns 
 into different parts of the code. It is somewhat similar to AspectJ, 
 www.aspectj.org/.
