This repository is meant for using OSCAR in combination with (a few other, selected) Julia packages. No support is guaranteed.
The following suggestions might be useful when considering adding your project to this repository:
Your project directory should contain the following files:
- Project.toml
- Manifest.toml
- Readme.md
- Julia source file
These toml files contain the julia dependencies requires to run the example. These are autogenerated by the Julia package manager.
A small readme explaining what this project is and how to use it.
A julia source file demonstrating how the package can be used in conjunction with OSCAR.