zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

hex_metadata.config (467B)


      1 {<<"app">>,<<"connection">>}.
      2 {<<"build_tools">>,[<<"mix">>]}.
      3 {<<"description">>,<<"Connection behaviour for connection processes">>}.
      4 {<<"elixir">>,<<"~> 1.7">>}.
      5 {<<"files">>,
      6  [<<"lib">>,<<"lib/connection.ex">>,<<"mix.exs">>,<<"README.md">>,
      7   <<"LICENSE">>]}.
      8 {<<"licenses">>,[<<"Apache 2.0">>]}.
      9 {<<"links">>,[{<<"Github">>,<<"https://github.com/elixir-ecto/connection">>}]}.
     10 {<<"name">>,<<"connection">>}.
     11 {<<"requirements">>,[]}.
     12 {<<"version">>,<<"1.1.0">>}.