zf

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

hex_metadata.config (453B)


      1 {<<"app">>,<<"castore">>}.
      2 {<<"build_tools">>,[<<"mix">>]}.
      3 {<<"description">>,<<"Up-to-date CA certificate store.">>}.
      4 {<<"elixir">>,<<"~> 1.0">>}.
      5 {<<"files">>,
      6  [<<"lib/castore.ex">>,<<"priv">>,<<"priv/cacerts.pem">>,<<"mix.exs">>,
      7   <<"README.md">>]}.
      8 {<<"licenses">>,[<<"Apache-2.0">>]}.
      9 {<<"links">>,[{<<"GitHub">>,<<"https://github.com/elixir-mint/castore">>}]}.
     10 {<<"name">>,<<"castore">>}.
     11 {<<"requirements">>,[]}.
     12 {<<"version">>,<<"0.1.18">>}.