haxelib
haxelib copied to clipboard
Ability to get haxelib.json without downloading whole file
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!
Also, would be cool if lib.haxe.org will display dependencies info at project page
Hm I guess it makes sense.
Wow! That would be awesome!!
+1
Any news on this issue?
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 [email protected] 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 .
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.
Ok, not quite. The file exploration feature should make use of Data.locateBasePath
, so that the haxelib.json
is always at the top level.
Maybe is possible ( :) ) to create simple Api like getRawDescriptor(version):Url //or raw-content or parsed-typed-json
hither.