esabo / CodingTheory

A coding theory library for Julia.
https://esabo.github.io/CodingTheory/
BSD 3-Clause "New" or "Revised" License
26 stars 11 forks source link

Add `[compat]` entries to Project.toml for Oscar, etc. #22

Closed benide closed 9 months ago

benide commented 9 months ago

It would be nice if Pkg.add(url="https://github.com/esabo/CodingTheory") worked directly. We'll need this before we can consider adding this package to the Julia registry anyway.

Biggest roadblock to easily adding the package as above is the current version of Oscar changed so many things. We should add a [compat] entry for it to Project.toml until we find time to make it work with the newer version. Probably need compat for a few other packages. #21 will be solved if we do this I think.

esabo commented 9 months ago

Done