Add ScalableTranslationStatistics library to the OpenModelica Package Manager. ## Steps 1. Make a release, see https://github.com/ltx-simulation/ScalableTranslationStatistics/issues/3. 2. Open a pull request on https://github.com/OpenModelica/OMPackageManager to add `ScalableTranslationStatistics ` to the package manager of OpenModelica. ```json "ScalableTranslationStatistics ": { "names": ["ScalableTranslationStatistics"], "github": "ltx-simulation/ScalableTranslationStatistics", "support": [ ["1.0.0", "support"], [">= 1.0.1", "fullSupport"], ["*", "experimental"] ] }, ```
Add ScalableTranslationStatistics library to the OpenModelica Package Manager.
Steps
Make a release, see Versioning and make a release #3.
Open a pull request on https://github.com/OpenModelica/OMPackageManager to add
ScalableTranslationStatisticsto the package manager of OpenModelica.