Projection and proximal operators play central role in many algorithms in modern statistics and machine learning. Good examples are ADMM (alternating direction method of multipliers) and proximal algorithms.
I construct a Julia package for most often used projection and proximal operators. See documentation here.
An example is also provided to demonstrate the usage of this package.