tools4j / decimal4j

Java library for fast fixed-point arithmetic based on longs with support for up to 18 decimal places.
decimal4j.org
MIT License
156 stars 17 forks source link

JPMS-friendly release #21

Open rovarga opened 2 years ago

rovarga commented 2 years ago

Would it be possible to issue a release which contains an Automatic-Module-Name MANIFEST.MF entry, so that decimal4j can be safely referenced by JPMS modules?

Alternatively, a module-info.class would be preferable and could be done even with Java 8 using ModiTect.