mirror of
https://github.com/correl/calrissian.git
synced 2024-11-23 11:09:58 +00:00
Monads in LFE
include | ||
src | ||
test/unit | ||
.gitignore | ||
.travis.yml | ||
common.mk | ||
Makefile | ||
package.exs | ||
README.rst | ||
rebar.config |
########### maybe ########### Introduction ============ Add content to me here! Dependencies ------------ This project assumes that you have `rebar`_ installed somwhere in your ``$PATH``. This project depends upon the following, which are installed to the ``deps`` directory of this project when you run ``make deps``: * `LFE`_ (Lisp Flavored Erlang; needed only to compile) * `lfeunit`_ (needed only to run the unit tests) Installation ============ Just add it to your ``rebar.config`` deps: .. code:: erlang {deps, [ ... {maybe, ".*", {git, "git@github.com:YOURNAME/maybe.git", "master"}} ]}. And then do the usual: .. code:: bash $ rebar get-deps $ rebar compile Usage ===== Add content to me here! .. Links .. ----- .. _rebar: https://github.com/rebar/rebar .. _LFE: https://github.com/rvirding/lfe .. _lfeunit: https://github.com/lfe/lfeunit