jasononeil / haxelib

Provisional project for the Haxe 3 related haxelib changes.
0 stars 0 forks source link

Show dependencies on version page #15

Open jasononeil opened 9 years ago

jasononeil commented 9 years ago

It would be great to show "depends on" and "depended on by" information on the Project page.

"Depends on" we could extract from the haxelib.json. "Depended on by" would have to be loaded from a database, with all of the dependencies added. So a bit more work, but would be useful information.

Another question: for "depended on by", do you link the dependencies with specific versions? It gets messy if you are caching version information in the DB, but it is not depending on an exact version, and then the dependency gets an update.