Skip to content

conda-incubator/libronda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libronda

This project was created as a way to speed up conda's low-level operations. It was intended to cover graph computations. It hasn't gotten that far. Right now, it builds a rust binary that can be used with a python wrapper. It parses version strings, compares versions, and to some extent, evaluates version constraints.

The code should compile, but the test suite does not pass. Some of the test failures are because the implementation isn't there yet. Other test failures are because of subtle behavior differences between conda's comparison code and the code here. If this project ever gets good enough to really consider using, we may want to revisit the version parsing/comparison rules.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.7%
  • Python 0.3%