HaxeFoundation / haxelib

The Haxe library manager
https://lib.haxe.org/
MIT License
173 stars 77 forks source link

Ability to get haxelib.json without downloading whole file #124

Open bsideup opened 10 years ago

bsideup commented 10 years ago

Hi!

Similar to other dependency repositories, haxelib server should provide ability to get only haxelib.json file for concrete project instead of downloading full zip file.

This would be very handful for analysing transitive dependencies, also, haxelib client can be improved to download dependencies in parallel, it will significantly increate resolving speed.

Thanks!

bsideup commented 10 years ago

Also, would be cool if lib.haxe.org will display dependencies info at project page

fljot commented 10 years ago

Hm I guess it makes sense.

taokakao commented 10 years ago

Wow! That would be awesome!!

disjukr commented 10 years ago

+1

bsideup commented 9 years ago

Any news on this issue?

jasononeil commented 9 years ago

I'll look into it when I do some work on the site next week, I can definitely see the value in it.

On Wed, Oct 1, 2014 at 12:26 AM, Sergey Egorov notifications@github.com wrote:

Any news on this issue?

— Reply to this email directly or view it on GitHub https://github.com/HaxeFoundation/haxelib/issues/124#issuecomment-57341190 .

back2dos commented 8 years ago

This is possible with the new website: http://lib.haxe.org/p/haxelib_client/3.2.0-rc.3/raw-files/haxelib.json

@jasononeil Please confirm and close.

back2dos commented 8 years ago

Ok, not quite. The file exploration feature should make use of Data.locateBasePath, so that the haxelib.json is always at the top level.

boozook commented 8 years ago

Maybe is possible ( :) ) to create simple Api like getRawDescriptor(version):Url //or raw-content or parsed-typed-json hither.