Skip to main content

src/graffeo.app.src

{application,graffeo,
             [{description,"An Erlang graph library — digraph and then some"},
              {vsn,"0.2.0"},
              {registered,[]},
              {applications,[kernel,stdlib]},
              {env,[{data_dir,default}]},
              {modules,[]},
              {licenses,["Apache-2.0"]},
              {links,[{"Github","https://github.com/erlsci/graffeo"}]},
              {exclude_paths,["priv"]}]}.