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

FORM package manager #338

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

tueda
Copy link
Collaborator

@tueda tueda commented Dec 2, 2019

Though no one (except me) is interested in this, anyway I would like to record this work. See also #322.

The new preprocessor instruction #UsePackage loads the specified package
installed in "~/.form/". If the package is unavailable, the command will
try to download and install it. Decent Unix shell and a set of commands
(including Curl) are assumed to be available via the system() function.

Example:
  #usepackage benruijl/[email protected]
This option enables users to install a package in such a way that the
package can be loaded by #UsePackage.

Example:
  form -install benruijl/[email protected]
The package manager now tries wget if curl is not available.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 48.111% when pulling 881f373 on tueda:package-manager into 4057c65 on vermaseren:master.

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

Successfully merging this pull request may close these issues.

2 participants