Name: | procyon-expressions |
---|---|
Version: | 0.5.33 |
Release: | 0.1.pre03.el7 |
Architecture: | noarch |
Group: | Development/Tools |
Size: | 249013 |
License: | ASL 2.0 |
RPM: | procyon-expressions-0.5.33-0.1.pre03.el7.noarch.rpm |
Source RPM: | procyon-0.5.33-0.1.pre03.el7.src.rpm |
Build Date: | Thu Jan 24 2019 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://bitbucket.org/mstrobel/procyon/ |
Summary: | The procyon-expressions framework provides a more natural form of Linq-like code generation |
Description: | The procyon-expressions framework provides a more natural form of code generation. Rather than requiring bytecode to be emitted directly, as with procyon-reflection and other popular libraries like ASM, procyon-expressions enables code composition using declarative expression trees. These expression trees may then be compiled directly into callbacks or coupled with a MethodBuilder. The procyon-expressions API is almost a direct port of System.Linq.Expressions from .NET's Dynamic Language Runtime, minus the dynamic callsite support (and with more relaxed rules regarding type conversions). |
- removed fat jar, as epel have no gradle - removed javadoc and srcs artifacts. will eb building by javac - adapted br/r/provides to epel7 - buit by javac instead of gradle
- created special package for assembled fat jar - adapted rest of package to include and cooperate with minimal decompiler frontend
- inital load