8000 GitHub - lepoetemaudit/rebar_prv_alpaca: rebar3 plugin for compiling alpaca modules
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lepoetemaudit/rebar_prv_alpaca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebar_prv_alpaca

rebar3 plugin for compiling alpaca modules.

Use

Add the plugin to your rebar config:

{plugins, [
    {rebar_prv_alpaca, ".*", {git, "https://github.com/tsloughter/rebar_prv_alpaca.git", {branch, "master"}}}
]}.


{provider_hooks, [{post, [{compile, {alpaca, compile}}]}]}.
$ rebar3 alpaca shell
...
 == Alpaca Shell 0.02a ==

 (hint: exit with ctrl-c, run expression by terminating with ';;' or an empty line)

 -> add x y = x + y ;;
 -> add 10 20 ;;
-- 30

About

rebar3 plugin for compiling alpaca modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 100.0%
0