installationchapelmason

What’s the easiest way to install a mason package?


I want to install a mason package but I couldn't find how to do it.


Solution

  • When I talked to programmer who writes mason package manager, he said that installing a mason package look like:

    mason new MyPkg
    cd MyPkg
    mason add csm@0.1.0
    # MyPkg.chpl can now `use csm`
    mason build