-
rebar Defining dependencies
A dependency is defined by a triple {App, VsnRegex, Source} where:
'App' specifies the OTP application name, either an atom or a string
'VsnRegex' is a string containing a regular expression that must match the OTP application version string
'Source' specifies the engine used to fetch the dependency along with an engine specific location:
{hg, Url, Rev} Fetch from mercury repository {git, Url} Fetch from git repository {git, Url, {branch, Branch}} Fetch from git repository {git, Url, ""} == {git, Url, {branch, "HEAD"}} Fetch from git repository {git, Url, {tag, Tag}} Fetch from git repository {git, Url, Rev} Fetch from git repository {bzr, Url, Rev} Fetch from a bazaar repository
-
Notifications
You must be signed in to change notification settings - Fork 1
jacy/Ecrawler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published