└── README.md /README.md: -------------------------------------------------------------------------------- 1 | This ROSE development repository has been removed. The latest development version of ROSE is now available on the `develop` branch of the main ROSE repository. 2 | 3 | Please use [https://github.com/rose-compiler/rose](https://github.com/rose-compiler/rose). 4 | 5 | You can update an existing clone of this repository by running the following commands: 6 | ``` 7 | git remote rm origin 8 | git remote add origin https://github.com/rose-compiler/rose 9 | ``` 10 | 11 | -ROSE Team 12 | --------------------------------------------------------------------------------