https://github.com/jkrt/openmodelicaregistry
A Julia registry for OpenModelica and associate tooling
https://github.com/jkrt/openmodelicaregistry
Last synced: 5 months ago
JSON representation
A Julia registry for OpenModelica and associate tooling
- Host: GitHub
- URL: https://github.com/jkrt/openmodelicaregistry
- Owner: JKRT
- Created: 2020-12-30T22:36:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T10:28:13.000Z (over 1 year ago)
- Last Synced: 2025-01-29T05:32:41.603Z (over 1 year ago)
- Size: 75.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenModelicaRegistry
A Julia registry for OpenModelica and associate tooling
## How to use
use LocalRegistry.jl
https://github.com/GunnarFarneback/LocalRegistry.jl
```
(@v1.6) pkg> registry add https://github.com/JKRT/OpenModelicaRegistry.git
```
```
using LocalRegistry; register("", registry = "OpenModelicaRegistry")
```