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

RFC: Julia Package Manifest File #37

Closed
wildart opened this issue Apr 20, 2016 · 1 comment
Closed

RFC: Julia Package Manifest File #37

wildart opened this issue Apr 20, 2016 · 1 comment

Comments

@wildart
Copy link
Member

wildart commented Apr 20, 2016

Following discussion in on extended package manifest file julia/#11955. I started to work on specifying content of such manifest file in the manifest branch.

Package manifest documentation file, MANIFEST.md, includes description of the fields and some thoughts on changes in work of the package manager.

@StefanKarpinski @IainNZ

@ararslan
Copy link
Member

ararslan commented Aug 2, 2016

If the types for specifying Julia and dependency requirements are all string, how could one specify upper and lower bounds on versions? For example, JuliaStats/TimeSeries.jl currently only supports Julia 0.4, so it has an inclusive lower bound at 0.4 and an exclusive upper bound at 0.5-. Is there a way to specify this in your proposition?

Similarly, some packages have platform-specific dependencies, usually Homebrew on OS X and WinRPM on Windows.

(Apologies if this is all obvious and I've overlooked something.)

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

3 participants