123456789101112 |
- %%-*- mode: erlang -*-
- {require_otp_vsn, "17"}.
- {erl_opts, [debug_info,
- warn_missing_spec,
- {i, "include"} %% need for emacs work properly with include_lib
- ]}.
- {deps, [
- {pooler, ".*", {git, "git://github.com/seth/pooler.git", "b6c522a67a1d067122705ef725535a8664dd8514"}},
- {epgsql, ".*", {git, "git://github.com/epgsql/epgsql.git", {tag, "3.1.0"}}}
- ]}.
|