Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a directory of available packages? #23

Open
claywilkinson opened this issue Jun 21, 2017 · 1 comment
Open

Is there a directory of available packages? #23

claywilkinson opened this issue Jun 21, 2017 · 1 comment

Comments

@claywilkinson
Copy link

One of the biggest problems with dependency management is where to find trusted sources of libraries. This tool helps integrate the library into my project, but it does not seem to have a way of discovering what is available? Something like https://bintray.com/bintray/jcenter or https://cocoapods.org/

@jomof
Copy link
Collaborator

jomof commented Jun 21, 2017

Since CDep is new and there are a relatively small set of packages, I just keep a list here:
https://raw.githubusercontent.com/google/cdep/master/smoke-test/cdep.yml

If this list grows and becomes unwieldy then I'll make a website like cocoapods.org. For now, this lets me check every package I know about any time I make a change to CDep.

CDep is distributed in nature and there could be packages I don't know about. Packages may also be hosted on private servers.

If you don't find something in the list, let me know and I can probably help get a package made (mostly anything but *SSL packages).

Trust is a different issue. Since CDep is distributed, you have to trust the source that is providing the package rather than the package manager as a whole. You can tell where the package is coming from by looking at it's coordinate. So for example,

com.github.jomof:sqlite:3.16.2-rev51

This tells you the identity of the package owner (me on github). You can inspect the package sources itself by going to the corresponding github page:

http://github.com/jomof/sqlite

I hope this helps.
Kind regards,
Jomo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants