Packages

datalog is a query language based on the logic programming paradigm

Current section

Files

Jump to
datalog rebar.config
Raw

rebar.config

{erl_opts, [
]}.
{deps, [
datum
]}.
%%
%%
{plugins , [coveralls]}.
{cover_enabled , true}.
{cover_export_enabled , true}.
{coveralls_coverdata , "/tmp/test/datalog/ct.coverdata"}.
{coveralls_service_name , "travis-ci"}.