zf

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

hex_metadata.config (745B)


      1 {<<"app">>,<<"cowboy_telemetry">>}.
      2 {<<"build_tools">>,[<<"rebar3">>]}.
      3 {<<"description">>,<<"Telemetry instrumentation for Cowboy">>}.
      4 {<<"files">>,
      5  [<<"LICENSE">>,<<"README.md">>,<<"rebar.config">>,<<"rebar.lock">>,
      6   <<"src/cowboy_telemetry.app.src">>,<<"src/cowboy_telemetry_h.erl">>]}.
      7 {<<"licenses">>,[<<"Apache 2.0">>]}.
      8 {<<"links">>,
      9  [{<<"Github">>,<<"https://github.com/beam-telemetry/cowboy_telemetry">>}]}.
     10 {<<"name">>,<<"cowboy_telemetry">>}.
     11 {<<"requirements">>,
     12  [{<<"cowboy">>,
     13    [{<<"app">>,<<"cowboy">>},
     14     {<<"optional">>,false},
     15     {<<"requirement">>,<<"~> 2.7">>}]},
     16   {<<"telemetry">>,
     17    [{<<"app">>,<<"telemetry">>},
     18     {<<"optional">>,false},
     19     {<<"requirement">>,<<"~> 1.0">>}]}]}.
     20 {<<"version">>,<<"0.4.0">>}.